# 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

| Name      | Description                                                    | Type   | Required |
| --------- | -------------------------------------------------------------- | ------ | -------- |
| Color A   | First color for comparison                                     | Color  | No       |
| Color B   | Second color for comparison                                    | Color  | No       |
| Precision | Number of decimal places in the result                         | Number | No       |
| Algorithm | Color difference algorithm to use (76, CMC, 2000, Jz, ITP, OK) | String | No       |

### Outputs

| Name  | Description                               | Type   |
| ----- | ----------------------------------------- | ------ |
| Value | The calculated color difference (Delta E) | Number |

<figure><img src="https://3657049418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy0SFXZjN1sdgdxYM7QPE%2Fuploads%2F43khbNxERH2d6P794MIk%2FCleanShot%202025-03-20%20at%2016.51.31%402x.png?alt=media&#x26;token=6a1430a6-513c-461b-adcd-35c5933e9eb5" alt=""><figcaption></figcaption></figure>

### 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).

<figure><img src="https://3657049418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy0SFXZjN1sdgdxYM7QPE%2Fuploads%2FOy5eW8RFK6puLffMgj2Y%2FCleanShot%202025-03-20%20at%2016.56.59%402x.png?alt=media&#x26;token=be344cb9-54fe-42b2-a690-22a8937d2c42" alt=""><figcaption></figcaption></figure>

### 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

* [**Distance**](https://documentation.tokens.studio/graph-engine/available-nodes/color/distance): For calculating geometric distance between colors.
* [**Contrast**](https://documentation.tokens.studio/graph-engine/available-nodes/color/contrast): For calculating contrast ratio between colors.
* [**Sort Colors By Distance**](https://documentation.tokens.studio/graph-engine/available-nodes/color/sort-colors-by-distance): For sorting colors based on their differences.

### 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.
