My Tool Studio
WCAG

Color Blindness Simulator

Roughly 1 in 12 men can't tell your red error state from your green success state. This color blindness simulator shows you their view: upload any design and it renders the picture through protanopia, deuteranopia, tritanopia, and achromatopsia, side by side with the original. It doubles as a protanopia simulator for print proofs and a colorblind safe palette checker for brand colors, since you can also paste a list of hex values and see exactly which pairs collapse into the same shade under each vision type. Product teams run screenshots through it before release, and data visualization folks use it to keep chart series tellable apart. Images never leave your browser.

Always freeNo sign upRuns in your browser

Simulate an image

Is your palette colorblind-safe?

Paste colors separated by commas or new lines.

Original
Protanopia distinguishable
Deuteranopia distinguishable
Tritanopia distinguishable
Achromatopsia 1 collision

#e63946 ↔ #2a9d8f look nearly identical — adjust lightness.

How to use

01

Upload an image to simulate

Press Upload image and choose a screenshot, chart, or photo. The tool renders four simulated versions beside the original, one per vision type, each downloadable as a PNG.

02

Or paste your palette

In the palette box, enter hex colors separated by commas or new lines. The default set shows how a red, a teal, a yellow, and a navy survive each simulation.

03

Fix the flagged collisions

Rows marked with a warning contain pairs that look nearly identical under that vision type. Adjust lightness rather than hue, then re-test until every row reads distinguishable.

Why Color Blindness Simulator

Common questions

How accurate is this color blindness simulator?
It applies the Vienot and Brettel transformation matrices, the same approach Chrome DevTools and most design tools use. They model full dichromacy, the strongest form of each deficiency, so real users often see somewhat more color than the simulation shows.
Which vision types does the color blindness simulator cover?
Four: protanopia (red-blind, about 1 percent of men), deuteranopia (green-blind, also about 1 percent), tritanopia (blue-blind, rare), and achromatopsia (total color blindness). Each renders as its own labeled image so you can compare them directly.
Can I download each colorblind simulator image result?
Yes. Every simulated version has a PNG link in its caption, so you can drop the protanopia or deuteranopia render straight into a design review deck or an accessibility report.
Why do red and green merge in a deuteranopia test image?
Deuteranopia removes the input from medium wavelength cones, so reds and greens both land in a yellow-brown band. If the two colors also share similar lightness, nothing is left to separate them, which is why status dots and diff views are frequent casualties.
Does WCAG require running a colorblind simulation?
Not literally, but criterion 1.4.1 (Use of Color, Level A) forbids color as the only carrier of information, and simulation is the fastest way to check whether you've broken it. Pair color with icons, labels, or patterns and the requirement mostly takes care of itself.
What does a collision warning in the palette test mean?
After simulating your colors under a vision type, the tool measures the perceptual distance between every pair. Pairs closer than a deltaE of 10 are flagged as collisions, meaning most people with that deficiency would struggle to tell them apart.
Is my design uploaded anywhere when I simulate it?
No. The image is drawn onto a canvas element and every pixel transformation runs locally in your browser. You can load a confidential mockup without it touching a server.

More WCAG tools

View all