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 no color.

Interface

Inputs

ParameterDetailsPossible Types
Hex Code

Primary Input

String

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Color[]