b2KIT

Color Blindness Palette Checker

Test entire color palettes against all types of color vision deficiency with side-by-side simulation.

Tested tool guide Tested browser tools Checked August 16, 2026

What Color Blindness Palette Checker does, with a checked example

This tool takes a set of colors (a chart palette, a UI's semantic colors, a brand kit) and renders each one through simulations of protanopia, deuteranopia, and tritanopia so you can see, side by side, which colors merge together for color-blind viewers. Enter the whole palette at once rather than testing pairs one at a time. The thing people miss most often: a pair can look distinct in the original swatches yet collapse to nearly the same simulated color under one deficiency type while staying fine under the other two, so a single overall pass or fail read is misleading.

Worked example

A concrete input and expected output from the current implementation.

Input

A three-color chart palette: #E41A1C (red), #4DAF4A (green), #377EB8 (blue).

Expected output

Under the protanopia and deuteranopia simulations, the red and green swatches both shift to very similar muted yellow-brown tones and become hard to tell apart side by side; the blue swatch stays clearly distinct in all three simulations, including tritanopia.

Protanopia and deuteranopia both remove the ability to separate long- and medium-wavelength (red/green) cone signals, so red and green collapse toward the same hue, while blue is carried by the separate short-wavelength cone that those two deficiencies leave largely intact.

How the result is produced

1

Per-color CVD simulation

Each palette entry is passed through a model of a chosen color vision deficiency type - protanopia, deuteranopia, tritanopia, and typically their milder anomalous forms - which remaps how the color's hue and saturation would be perceived, then draws the simulated swatch next to the original so the shift is visible at a glance rather than described abstractly.

2

Side-by-side palette grid

Instead of simulating one swatch at a time, the checker lays out the whole palette as rows or columns, one per deficiency type, so colors meant to be paired - a chart legend, a set of status indicators - can be scanned together and checked for whether their relative order and separation survive each simulation.

Good uses

  • Checking a data-visualization palette, such as chart series or map category colors, for red-green or blue-yellow confusion before publishing.
  • Auditing a UI's semantic colors (success, warning, error, info) so status indicators don't collapse into the same simulated hue.
  • Comparing two or three candidate brand or theme palettes side by side to pick the one that holds up across all deficiency types.

Limits and checks

  • Simulations model population-typical color vision deficiency; individual severity and cone sensitivity vary, so a palette that passes the simulation can still be hard to read for some real viewers.
  • The tool checks hue and saturation separation, not text-to-background contrast ratio - two swatches can look distinct under every simulation and still fail a WCAG contrast check when used as text on a background.
  • Results are rendered as on-screen colors, so your own monitor's calibration and ambient lighting affect how close the simulated swatch looks to the true perceptual shift; treat it as a guide, not a lab measurement.

Common questions

Does a palette that passes this checker meet WCAG accessibility requirements?

No, not by itself. WCAG Success Criterion 1.4.1 (Use of Color) requires that color never be the only way information is conveyed; separate criteria, 1.4.3 (Contrast Minimum) for text and 1.4.11 (Non-text Contrast) for UI components, require adequate contrast ratios. This tool checks neither the sole-means-of-conveying-information rule nor contrast ratios directly, so pair it with a contrast checker and non-color cues like icons or labels.

Which color blindness types does it simulate?

It covers red-green deficiencies, protanopia and deuteranopia, and the rarer blue-yellow type, tritanopia - the three forms that account for the large majority of color vision deficiency. Check the tool's own type selector to see whether it also offers the milder anomalous variants or full monochromacy.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools