What is OKLCH?
OKLCH stands for Oklab Lightness, Chroma and Hue. It describes a color by how light it is,
how saturated it is, and its hue angle — but in the perceptually uniform Oklab space,
so equal numeric changes produce equal visual changes. A value looks like oklch(0.62 0.19 260).
Why pick colors in OKLCH?
Because lightness is even, OKLCH is the best format for building shade ramps and accessible palettes: a 10-step scale actually looks evenly spaced. It is the
color space modern design systems (Tailwind v4, Radix) build on. Pick a color above and copy its oklch() value, or read off HEX, RGB and HSL for the same color.
Frequently asked questions
- Is OKLCH supported in browsers?
- Yes. OKLCH is part of the CSS Color 4 specification and works in every major browser — Chrome, Safari, Firefox and Edge.
- How do I convert a HEX code to OKLCH?
- Pick a color or paste a HEX code into the picker and Color Picker Lab shows the exact oklch() value alongside RGB and HSL. Click it to copy.
- Why is OKLCH better than HSL for shade scales?
- OKLCH is perceptually uniform, so equal steps in its lightness value look equally spaced to the eye. HSL lightness is uneven across hues, which makes HSL shade scales look inconsistent.