LAB to CMYK Converter

Enter CIE LAB (L*, a*, b*) values and instantly get the equivalent CMYK ink percentages for print workflows.

Use the LAB to CMYK Converter

CIE LAB Input

53.39
80.11
67.20
#FF0200

CMYK Output (%)

Conversion Steps

  1. 1 LAB → XYZ (D65): X=0.4146, Y=0.2141, Z=0.0196
  2. 2 XYZ → Linear RGB: Rl=1.0047, Gl=0.0005, Bl=0.0001
  3. 3 sRGB (0–255): R=255, G=2, B=0 (#FF0200)
  4. 4 sRGB → CMYK: C=0%, M=99%, Y=100%, K=0%
Copied!

Summary

Enter CIE LAB (L*, a*, b*) values and instantly get the equivalent CMYK ink percentages for print workflows.

How it works

  1. Enter L* (0–100), a* (−128 to +127), and b* (−128 to +127) using the number inputs or sliders.
  2. 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).
  3. XYZ is multiplied by the inverse sRGB matrix to produce linear RGB, then gamma-encoded to sRGB (0–255).
  4. 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).
  5. CMYK values are scaled to 0–100% and displayed. Out-of-gamut LAB inputs are clamped to the nearest sRGB color before conversion.
  6. 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

Last updated: 2026-09-22 · Reviewed by Nham Vu