Convert LCH color values into a hexadecimal color code your browser and CSS already understand.
Input formats
Provide colors using lch(L C H) syntax: lightness as a percentage, chroma as a plain number, and hue as a degree value from 0 to 360. Each line is parsed independently in batch mode.
Hex output
The output is formatted as a 6-digit hex code in uppercase (#RRGGBB). lch(61.03% 84.68 41.36) becomes #FF5733.
Chroma and gamut limits
Chroma has no fixed CSS maximum, but only a limited range is reachable inside sRGB at any given lightness and hue. Values that exceed what a screen can show get clamped per RGB channel, which shifts the output slightly from the requested LCH value.