Hex to Color

Constructs a color value from a CSS color string. Accepts hex (#RRGGBB, #RRGGBBAA, plus bare and shorthand variants), CSS named colors (like red), and functional notations (rgb(...), hsl(...), etc.). Invalid inputs produce a transparent color.

Interface

Inputs

ParameterDetailsPossible Types
Hex Code

Primary Input

String[]
String

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Color
Color[]