LAB to CMYK Converter
Enter CIE LAB (L*, a*, b*) values and instantly get the equivalent CMYK ink percentages for print workflows.
CIE LAB Input
53.39
80.11
67.20
#D50032
This LAB color is outside the sRGB gamut. RGB values have been clamped; CMYK is an approximation.
CMYK Output (%)
Conversion Steps
- 1 LAB → XYZ (D65): X=0.3082, Y=0.1693, Z=0.0459
- 2 XYZ → Linear RGB: Rl=0.6500, Gl=−0.0891, Bl=0.0372
- 3 sRGB (0–255): R=213, G=0, B=50
- 4 sRGB → CMYK: C=0%, M=100%, Y=77%, K=16%
Copied!
Summary
Enter CIE LAB (L*, a*, b*) values and instantly get the equivalent CMYK ink percentages for print workflows.
How it works
- Enter L* (0–100), a* (−128 to +127), and b* (−128 to +127) using the number inputs or sliders.
- LAB is converted to XYZ tristimulus values using the inverse CIE f() function and D65 reference white (Xn=0.95047, Yn=1.00000, Zn=1.08883).
- XYZ is multiplied by the inverse sRGB matrix to produce linear RGB, then gamma-encoded to sRGB (0–255).
- sRGB is normalized to 0–1 and converted to CMYK: K = 1 − max(R,G,B); C = (1−R−K)/(1−K); M = (1−G−K)/(1−K); Y = (1−B−K)/(1−K).
- CMYK values are scaled to 0–100% and displayed. Out-of-gamut LAB inputs are clamped to the nearest sRGB color before conversion.
- A live color swatch shows the approximate screen appearance of the resulting print color.
Use cases
- Convert CIE LAB brand color specifications into CMYK values for print production.
- Translate LAB measurements from a spectrophotometer into ink percentages for press setup.
- Cross-reference LAB color science results with print-ready CMYK values.
- Prepare CMYK separations from perceptually defined LAB color palettes.
- Validate that a screen LAB color maps to a printable CMYK equivalent.
- Bridge color management workflows between ICC profile LAB data and print ink values.
- Convert CIE LAB swatches from physical color books into CMYK for offset or digital printing.
- Generate CMYK starting points from LAB color targets for press proofing.
Frequently Asked Questions
Related tools
Last updated: 2026-05-28 ·
Reviewed by Nham Vu