Color Difference
colors_differenceCompare two colors by calculating their DeltaE difference or WCAG contrast ratio, so you can verify palette harmony and text readability.
Instructions
Calculate color difference (DeltaE) or contrast ratio
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color1 | Yes | Color string in any supported format (e.g., "#ff0000", "red", "rgb(255, 0, 0)", "oklch(0.6 0.2 29)") | |
| color2 | Yes | ||
| metric | No | Metric to calculate (deltaE or contrast) | deltaE |