Skip to content

Delta E

What It Does

The Delta E node calculates the perceptual distance between two colors. It provides a numeric measurement of how different two colors appear to the human eye, using various industry-standard algorithms.

Inputs

NameDescriptionTypeRequired
Color AFirst color for comparisonColorNo
Color BSecond color for comparisonColorNo
PrecisionNumber of decimal places in the resultNumberNo
AlgorithmColor difference algorithm to use (76, CMC, 2000, Jz, ITP, OK)StringNo

Outputs

NameDescriptionType
ValueThe calculated color difference (Delta E)Number

How to Use It

  1. Drag the Delta E node into your graph.
  2. Connect two colors to "Color A" and "Color B" inputs.
  3. Choose an algorithm (default is "2000", which is the industry-standard CIEDE2000).
  4. Set the desired precision for the result (default is 4 decimal places).
  5. The output value indicates how different the colors appear (higher values = more different).

Tips

  • Values below 1.0 are generally imperceptible to the human eye.
  • Values between 1.0 and 2.0 are perceptible only with close observation.
  • The CIEDE2000 (2000) algorithm is the most accurate for design work.

See Also

Use Cases

  • Color Matching: Verify how close two colors appear to each other.
  • Palette Refinement: Ensure colors in a palette are sufficiently distinct.
  • Accessibility Validation: Check if color variations are perceptually different enough.