OKLCH to HSL Converter
Turn any oklch() value into a familiar hsl() color.
HSL
hsl(none 0% 0%)OKLCH
oklch(0 0 0)OKLAB
oklab(0% 0 0)HEX
#000000RGB
rgb(0% 0% 0%)LAB
lab(0 0 0)LCH
lch(0 0 none)Display P3
color(display-p3 0 0 0)sRGBIn gamutP3In gamutRec.2020In gamut
Back to HSL when you need it
HSL is still handy for quick tweaks and legacy code. This converter maps OKLCH into sRGB first, then expresses it as hsl() so the value is always valid.