ΔE Metrics from CIE76 to CIEDE2000 and ΔEITP
Once you can describe a color with three numbers, the next question is always the same: how different are these two? Every paint match, print contract, display spec, and visual-quality benchmark eventually boils down to a single ΔE - the distance between two colors. This article walks the whole family, from the 1976 Euclidean formula to the modern HDR-aware ΔEITP, with the math, the thresholds, and the rules of when to pick which.
Advanced Delta E decision lab
Delta E is only useful when it is connected to a real decision. The same two samples can pass on a web UI, fail in a textile lab, look unstable under retail lighting, or need an HDR-aware metric because luminance dominates the match. This lab treats color difference as a quality-control system: formula choice, tolerance, observer uncertainty, viewing condition, metamerism, and instrument repeatability all move the final call.
Compare formulas, thresholds, observer noise, HDR luminance, and metamerism risk
Tune the sample pair and the production context. The canvas plots Lab vector movement, formula disagreement, tolerance uncertainty, and a pass/fail recommendation that changes as the measurement conditions become cleaner or more ambiguous.
Why we need ΔE
Visual comparison works until it doesn't. Two humans looking at two paint chips might disagree about whether they match. The same human might disagree with themselves across morning and evening light. Different cultures use different color names for what is measurably the same hue. The industry needs a number - one anyone, anywhere, can compute from instrument readings and use to settle a question that subjective judgement leaves open.
ΔE (read "delta E," from the German Empfindung, "sensation") is that number. It is the distance between two colors in some perceptually meaningful space. ΔE = 0 means identical; ΔE = 1 is the threshold of just-noticeable difference; ΔE = 5 is a clear shift; ΔE = 20 is "different colors entirely." Every paint contract, print spec, display certification, and color-difference benchmark hangs on a chosen ΔE formula and a chosen threshold.
Different formulas exist because perception is not Euclidean. CIELAB tries to build a uniform space; ΔE in CIELAB is approximately right but breaks down in saturated colors, dark tones, and the blue corner. Each newer formula corrects specific weaknesses. Choosing the wrong one for the wrong job produces decisions that look numerically rigorous but visually wrong.
ΔE76 - the Euclidean original
Published with CIELAB itself in 1976, ΔE76 (also called ΔEab) is simply the Euclidean distance between two Lab points:
The simplicity is the strength. ΔE76 is fast, symmetric (color A vs color B = B vs A), well-behaved as a distance, and easy to implement. For decades it was the only formula most workflows had.
Its weakness is the same as CIELAB's: equal numerical distances do not always correspond to equal visual differences. The space is more compressed in blues than in greens; saturated colors have less perceptual room than neutrals. A ΔE76 of 3 in pale gray looks much more obvious than a ΔE76 of 3 in deep saturated red. For sorting nearly-matching swatches this matters; for ballpark comparison it's often fine.
CMC - textile tradition
In 1984 the UK's Colour Measurement Committee published a refined formula designed for fabric and textile matching. CMC(l:c) introduced two weighting factors - l for lightness and c for chroma - that let users tune the formula for the perceptual realities of their materials. CMC(2:1) is the textile default, meaning lightness differences count half as much as chroma differences (because textile observers naturally tolerate more lightness variation than chroma).
CMC was the first formula to use lightness, chroma, and hue weighting based on the color's position in Lab space. A red and a pink can share the same ΔL*, Δa*, Δb* values but mean very different things visually; CMC scales the terms based on where in space the comparison sits.
CMC remains the de-facto standard in the textile industry. Most fabric acceptance criteria still use CMC(2:1) with a pass threshold around 1.0. Outside textiles, it has been mostly superseded by CIE94 and CIEDE2000 - which were designed by similar reasoning but with broader applicability.
ΔE94 - the first CIE refinement
In 1994 the CIE published its first official refinement of ΔE76. The structure of ΔE94 mirrors CMC: split the Cartesian Δa*, Δb* into chroma difference (ΔC) and hue difference (ΔH), then weight each term by lightness, chroma, and hue-dependent factors. Three application-specific parameter sets were defined: graphic arts (kL=1, K1=0.045, K2=0.015) and textiles (kL=2, K1=0.048, K2=0.014).
ΔE94 dramatically improved the saturated-color accuracy of the formula. Its limitation: not symmetric. ΔE94(A, B) ≠ ΔE94(B, A) in general, because the weighting depends on the "first" color's chroma. The textbook convention is to use the reference (target) sample as color 1; but for arbitrary pairwise comparison, this becomes awkward.
CIEDE2000 - the modern standard
CIEDE2000 (also written ΔE00) is the CIE's current recommendation and the formula most modern color-difference work uses. Published in 2001 (the year after its name), it incorporates four refinements over ΔE94:
- Symmetrized weighting via averaged chroma C̄ so ΔE00(A,B) = ΔE00(B,A)
- Hue rotation term RT that handles the blue-purple region where Lab is most distorted
- Tunable kL, kC, kH that default to 1 but allow adjustment for special viewing conditions
- Recompensed a* axis via a factor G that corrects the well-known stretching near low-chroma saturated reds
The full formula is intricate but mechanical. Implementations exist in every serious color-management toolkit. Most production code uses a tested library rather than rewriting the math.
For most color-critical work in 2026 - print contracts, paint matching, display certification - ΔE00 is the default. When in doubt, compute and report it. CIE76 lives on for quick estimates; CMC for textile contracts that predate ΔE2000.
ΔEITP - HDR difference
CIEDE2000 works inside CIELAB, which assumes SDR viewing at moderate luminance. HDR breaks that assumption. A color difference that looks small at 100 cd/m² may look enormous at 4000 cd/m². The same ΔE00 can mean very different things depending on absolute brightness.
ΔEITP (ITU-R BT.2124) was published in 2019 specifically for HDR and wide-gamut color difference. It operates in ICTCP space - a perceptually quantized opponent space that scales with absolute luminance via PQ. The result is a ΔE that remains meaningful across the entire HDR dynamic range.
Oklab ΔE - the modern alternative
Björn Ottosson's 2020 Oklab color space (and its polar form OKLCh) is designed to be perceptually uniform from the start. Where CIELAB needed CIEDE2000's elaborate corrections to repair its non-uniformities, Oklab aims for a simpler Euclidean ΔE in its native space to suffice.
The trade-off: Oklab's scale is different from CIELAB's. A ΔEOK of
0.01 corresponds roughly to a ΔE00 of 1 - the numerical thresholds
are completely different. Oklab has gained traction in CSS Color 4
(color-mix(in oklab, ...)), modern design systems, and palette
generation tools. For interactive UI work where speed matters and CIEDE2000's
cost is noticeable, Oklab is increasingly the choice.
JND and perceptual thresholds
Just-noticeable difference (JND) is the smallest color difference a typical observer can reliably detect under controlled viewing conditions. For CIEDE2000, JND is generally taken as ΔE00 ≈ 1.0. Differences below that are statistically invisible to most people most of the time.
What does each ΔE look like?
Slide the ΔE value. The two patches diverge in a way that produces approximately that color difference. Below 1 they look identical; at 1-2 you might catch it in a side-by-side comparison; at 5+ the difference is unambiguous; at 20+ they're different colors entirely.
Industry tolerance bands
Industries have converged on ΔE thresholds appropriate for their materials and visual demands. These numbers appear in contracts, QC procedures, and ISO specifications.
Reference display QC
Sony BVM, Eizo CG, Apple Pro Display XDR specifications. Mean ΔE on a ColorChecker target. Max ΔE often < 2 per patch.
ICC offset press
FOGRA/GRACoL press characterization. ISO 12647 tolerances vary by substrate; coated stock has tighter tolerances than newsprint.
Paint batch matching
Architectural paint batch QC. Some automotive specs go below 1; consumer wall paint typically allows 1.5-2.
Textile fabric
Apparel fabric acceptance. Historically uses CMC rather than CIEDE2000; contracts predate ΔE2000 ratification.
Brand color (Pantone)
Brand color audits. Pantone PMS targets typically permit ΔE00 of 1.5-2 across substrates; tighter on prime packaging.
Consumer monitor calibration
DisplayCAL good-calibration target. Mean ΔE under 1.5 with max under 3 is the typical pass band.
HDR mastering display
Reference HDR monitors. BT.2124 ΔEITP under 1 across the gamut, with max under 2.
Automotive paint
OEM automotive body match - the strictest commercial tolerance. Multi-angle measurement required for metallic finishes.
Comparing formulas side by side
Different formulas produce different numbers for the same pair. Knowing which disagrees and by how much is the difference between a defensible measurement and an argument.
Compute every formula for the same pair
Pick two colors. The system computes ΔE76, CMC(2:1), CIEDE2000, and Oklab ΔE simultaneously. Notice how they diverge - especially in saturated colors or near the blue-purple region.
How each formula scores a fixed Δa* shift at different positions
The probe color slides through Lab space along a hue line. A small fixed deviation in chroma is added at each position; the four formulas report different ΔE values for the "same" delta depending on where it sits. CIE76 over-counts in saturated regions; ΔE00 and Oklab compress differences there.
The limits of any ΔE
Every formula assumes things that are not always true. Knowing the assumptions keeps you honest about when the number means what it claims.
Test your understanding
Six questions on ΔE formulas and thresholds. Wrong answers come with brief explanations.
Quick check
Continue your journey
What Color Is and How Humans See It
The cornerstone connecting light, surface, eye, brain, and standards.
Colorimetry · 08CIE XYZ Explained
The reference frame all classical ΔE formulas inherit from.
Colorimetry · 09CIELAB and LCH Explained
The space CIE76, CMC, ΔE94, and CIEDE2000 all operate in.
Colorimetry · 11Metamerism Explained
The phenomenon ΔE cannot detect - measure separately with an index of metamerism.
Digital · 15ICC Profiles and How Color Management Actually Works
The pipeline ΔE validates at every conversion stage.
Measurement · 17How to Calibrate and Profile a Display
Calibration validation reports lean entirely on ΔE statistics.
Digital · 19HDR, Wide Gamut, PQ, HLG, and Modern Displays
The world ΔEITP was built for - HDR validation cannot use SDR formulas.