Use this tool to convert CIE L*a*b* values into XYZ, sRGB, and HEX, and compare a sample against a reference using ΔE (CIE76).
What is a Lab colour calculator?
A Lab colour calculator helps you work in the CIE L*a*b* colour space, which was designed to be perceptually uniform. In practical terms, that means equal numeric changes are intended to feel like equal visual changes. This makes Lab particularly useful when you care about colour accuracy, not just appearance on one monitor.
Unlike RGB, which depends heavily on a device and profile, Lab is often used as an intermediate “reference” space in print, packaging, quality control, textile work, and colour-critical imaging pipelines.
How to read the inputs
L* channel (lightness)
L* describes lightness from black to white:
- 0 = pure black
- 100 = diffuse white
a* channel (green to red axis)
Negative a* values move toward green; positive a* values move toward red.
b* channel (blue to yellow axis)
Negative b* values move toward blue; positive b* values move toward yellow.
What this calculator returns
- XYZ values based on a D65 white reference
- sRGB preview for display in browsers and UI tools
- HEX output for web/CSS usage
- ΔE (CIE76) distance between sample and reference
ΔE gives a single-number estimate of how different two colours are. Lower values indicate closer matches.
Interpreting ΔE quickly
- < 1: typically imperceptible
- 1 to 2: perceptible on close inspection
- 2 to 10: visible difference in most contexts
- > 10: clearly different colours
Note: thresholds vary by industry and viewing conditions. For strict production work, always follow your process standard.
Why Lab is useful in real workflows
Design and brand systems
When designers need visual consistency across displays and printed media, Lab values provide a stable target. You can evaluate changes more meaningfully than in raw RGB numbers.
Print and packaging
Press operators and QA teams often report colours in Lab and compare against a target patch with ΔE tolerances. This supports objective pass/fail decisions.
Image processing and colour correction
Many correction tasks become easier when luminosity and chromatic axes are separated. Adjusting L* independently can preserve hue relationships better than naive RGB edits.
About gamut warnings
Some Lab colours cannot be represented exactly in sRGB. When that happens, the preview is clipped to the nearest displayable RGB value. The calculator warns you when the conversion falls outside the sRGB gamut so you know the on-screen swatch is only an approximation.
Best practices
- Use calibrated displays when judging subtle differences.
- Keep reference illuminant and observer assumptions consistent.
- For production, pair numerical checks with controlled visual evaluation.
- If you need stricter perception matching, consider ΔE 2000 in addition to CIE76.
In short: Lab values let you discuss colour in a way that is closer to human perception, and this calculator gives you a practical bridge between scientific values and web-friendly outputs.