Convert CIELAB color values into a hexadecimal color code your browser and CSS already understand.
Input formats
Provide colors using lab(L a b) syntax, with lightness as a percentage from 0% to 100% and the a and b axes as plain numbers. Each line is parsed independently in batch mode.
Hex output
The output is formatted as a 6-digit hex code in uppercase (#RRGGBB). lab(61.03% 63.55 55.96) becomes #FF5733.
Out-of-gamut values
CIELAB can describe colors no consumer screen can reproduce. When a and b push a color outside the sRGB gamut, the conversion clamps each RGB channel to the 0-255 range, which can shift the result slightly from the color a print workflow intended.