Color blindness simulator

Upload an image or enter colors to see how they look to people with the most common types of color vision deficiency.

Mode

What color blindness is and its main types

The retina has three types of cones, the cells responsible for color vision: L cones, most sensitive to long wavelengths (reds), M cones to medium wavelengths (greens) and S cones to short wavelengths (blues). The brain compares the signals from these three channels to build every color. In color blindness, one cone type is missing or has shifted sensitivity, so some colors that other people tell apart start to look the same.

Most cases are inherited and linked to the X chromosome, which is why the condition is far more common in men. The table summarizes the types this simulator reproduces:

TypeAffected coneColors that get confusedFrequency
ProtanopiaL (red) missingRed, green, orange and brown; reds look darkerProtan and deutan, counting full and partial forms, affect about 8% of men of European descent
DeuteranopiaM (green) missingRed, green, orange and brown, without the darkening of reds
TritanopiaS (blue) missingBlue with green, yellow with pink or violetRare
AchromatopsiaCones not functioningAll of them: vision is in shades of grayVery rare

"Red-green color blindness" covers both protans and deutans, who together account for the vast majority of cases. If you only have time for one test, start with deuteranopia and protanopia.

How the simulation works

The simulator applies the matrices published by Machado, Oliveira and Fernandes in 2009 to every pixel. It is a physiologically based model widely used in research and accessibility tools. The math runs in linear RGB: the tool first removes the sRGB gamma encoding, then multiplies the values by the matrix for the chosen type and finally converts back to sRGB. Working in linear space matters, because applying the matrix directly to gamma-encoded values distorts brightness.

Achromatopsia is handled differently: each pixel is converted to its luminance, which measures how light or dark a color looks, and shown in gray. It is a quick way to see whether your design relies on hue alone to separate elements.

There are two modes:

Images are processed in your browser and are never sent to a server.

Limitations to keep in mind

The tool simulates full severity, meaning dichromacies where a cone type is absent. Partial anomalies such as deuteranomaly and protanomaly, where the cone is present but its sensitivity is shifted, are actually more common than the complete forms. For those people colors become less distinct rather than identical. That has a practical upside: if a design works under the full simulation, it also works for the partial forms, which is why testing the worst case is a sound strategy.

A few other caveats: the simulation assumes a typical sRGB monitor, so a poorly calibrated screen changes the result, and it shows average perception rather than the exact experience of any one person. Use the simulator to find problems, not as proof of accessibility.

What to test in your project

Design best practices for color blindness

  1. Don't rely on color alone. Success criterion 1.4.1 of WCAG (Use of Color) requires that color is not the only way to convey information. Add text, icons, fill patterns, line styles or distinct markers.
  2. Use lightness contrast. Two colors with clearly different lightness remain distinguishable even in grayscale. Check your pairs in the contrast checker; the contrast and accessibility guide explains the WCAG thresholds.
  3. Prefer safe combinations. Blue and orange, such as blue and orange, stay distinct for red-green types. Avoid placing red and green of similar lightness side by side.
  4. Label directly. In charts, writing the series name at the end of each line works better than a separate color legend.
  5. Test early. Build your palette in the palette generator and paste the colors into palette mode here before applying them to the design.

To go further, read the guide on designing for color blindness, with examples of fixes for charts and interfaces.

Frequently asked questions

How many people are color blind?

About 8% of men and 0.5% of women of European descent have some color vision deficiency, mostly of the red-green type (protan and deutan).

What is the difference between protanopia, deuteranopia and tritanopia?

Protanopia lacks the red-sensitive cones, deuteranopia the green-sensitive ones and tritanopia the blue-sensitive ones. The first two confuse reds and greens; the third confuses blues and yellows.

How accurate is the simulation?

We use the Machado, Oliveira and Fernandes (2009) matrices, a research reference. They approximate average perception; each person may see slightly differently.

How can I make a design accessible to color-blind users?

Never rely on color alone to convey information: combine color with text, icons or patterns, ensure good contrast and avoid problematic pairs such as red next to green.