More tools

HEX to OKLCH Converter

Convert HEX colors to OKLCH instantly. Paste a color — with or without alpha — and the conversion runs right in your browser.

HEX in
OKLCH out
oklch(0.541 0.247 293)
All formats
click a row to convert from it

About HEX and OKLCH

HEX colors are six hexadecimal digits — two each for red, green, and blue — usually prefixed with #. A three-digit shorthand doubles each digit, and an optional fourth pair adds alpha, so #7c3aed80 is the same purple at half opacity.

OKLCH is the perceptual color space from CSS Color 4 — lightness, chroma, and hue that track how colors actually look. Equal lightness values appear equally bright, which makes it the best base for design systems and generated palettes. Every modern browser supports it.

For example, #7c3aed in HEX is oklch(0.541 0.247 293) in OKLCH. Paste your own value above — conversion is instant, runs entirely in your browser, and carries alpha through when your color has one.