Color Blindness Simulator

Simulate different types of color blindness on images and colors. Free, fast, and works entirely in your browser with no sign-up required.

Updated

Share:
Home/Utility Tools/Color Blindness Simulator

Color Blindness Simulator

Simulate all 9 color vision deficiency types on images and colors. Check WCAG contrast ratios, audit palette accessibility, analyze individual colors, and get actionable design tips.

Simulation Controls

Deuteranomaly·~5% of males, 0.35% of females

Green-weak. Reduced sensitivity to green. Most common color vision deficiency (~5% of males).

Image Input

Drop image or click to browse

PNG, JPG, WebP, GIF — processed entirely in browser

Frequently Asked Questions

What is the difference between protanopia, deuteranopia, and tritanopia?

These are the three forms of dichromacy, where one type of cone cell is missing entirely. Protanopia is red-blindness: the red-sensing cones are absent, so reds look dark and muted and red/green pairs collapse together. Deuteranopia is green-blindness, caused by missing green cones, and produces a similar red/green confusion that is the most common pairing people struggle with. Tritanopia is blue-blindness, where blue and yellow become hard to tell apart; it is far rarer than the red/green types. Each has a milder "anomalous" version — protanomaly, deuteranomaly, and tritanomaly — where the cone works but is shifted rather than missing. This simulator renders all of them, and the all-types grid lets you view every one side by side so you can see exactly which colors break for each group.

How common is color blindness and which type is most prevalent?

Color vision deficiency is common: roughly 1 in 12 men (about 8%) and 1 in 200 women have some form of it, which works out to around 350 million people worldwide. The single most widespread type by a wide margin is deuteranomaly — a reduced sensitivity to green — which affects close to 5% of men. Because it is so prevalent, this tool defaults to deuteranomaly when you open it, so your first preview reflects the largest share of affected viewers. Red/green deficiencies as a group (the deutan and protan types) far outnumber the blue/yellow tritan types, which is why the red/green color pairing is the one accessibility guidelines warn about most. Run your design through deuteranomaly first here, then check the other types to cover the rest of your audience.

Why do red and green look the same to colorblind people?

Normal color vision relies on three cone types tuned to roughly red, green, and blue light, and your brain judges color by comparing their signals. In the common red/green deficiencies, the red and green cones either overlap too much (the anomalous types like deuteranomaly and protanomaly) or one is missing entirely (deuteranopia and protanopia). Because red and green sit close together on the spectrum, the brain loses the contrast it normally uses to separate them, so a red apple and green leaves can read as similar muddy tones. This is why a red/green chart legend or a red-error versus green-success status can become indistinguishable. The fix is never relying on color alone — add labels, icons, or patterns. Paste your two colors into the simulator's analyzer to confirm whether they actually stay distinct.

How accurate is a color blindness simulator compared to real color vision deficiency?

This simulator uses standard color-matrix transformations applied to every pixel — the same RGB-remapping approach used by established accessibility tools like Coblis. That makes it a reliable approximation for catching design problems, such as legend colors that merge or status indicators that lose contrast. It is not, however, a medical diagnostic or a perfect replica of any one person's vision. Real color perception varies between individuals, depends on lighting, and is shaped by the brain's adaptation, none of which a fixed matrix fully captures. The severity slider helps here: most people with a deficiency have a partial, anomalous form rather than total loss, so previewing at less than full severity is often closer to reality than older all-or-nothing simulators. Use it to verify and fix designs, not to assess anyone's eyesight.

How do I check if two colors have enough contrast for colorblind users?

Contrast is measured as a ratio between the relative luminance of a foreground and background color, and WCAG sets the benchmarks at 4.5:1 for normal text and 3:1 for large text to meet AA. This tool's built-in contrast checker computes that ratio for any two colors and tells you instantly whether it passes AA and the stricter AAA. Crucially, you can also evaluate the ratio as simulated through a chosen deficiency type, because color blindness can quietly erode contrast that looked fine to full-color vision. For multi-color schemes, the palette checker builds a contrast matrix across every pair so you can spot combinations that collapse together. It even ships colorblind-safe reference palettes like the Okabe-Ito set as a starting point. Enter your foreground and background colors above to test them.

About the Color Blindness Simulator

The Color Blindness Simulator lets you see your images, color palettes, and individual colors the way someone with a color vision deficiency (CVD) would. Upload an image, paste a URL, drop in a hex code, or test a whole palette, and the tool re-renders it through the eyes of eight different types of color blindness. Designers, developers, data-visualization authors, and accessibility testers use it to catch problems — like a red/green chart legend that turns into two identical grays — before they ship.

Color blindness is common: roughly 1 in 12 men (about 8%) and 1 in 200 women have some form of CVD. The most widespread by far is deuteranomaly, a reduced sensitivity to green that affects around 5% of men. Because it is so prevalent, this is the type the simulator defaults to when you open it.

What the simulator can show you

The tool covers all eight recognized CVD types, grouped by how the cone cells are affected:

  • Anomalous trichromacy (cones work but are shifted): protanomaly (red-weak), deuteranomaly (green-weak), and tritanomaly (blue-weak).
  • Dichromacy (one cone type is missing): protanopia (red-blind), deuteranopia (green-blind), and tritanopia (blue-blind).
  • Monochromacy (little or no color): achromatopsia, which sees only in grayscale, and achromatomaly.

A severity slider lets you preview partial deficiencies — from a minimal shift up to the full condition — which matters because most people with CVD have an anomalous (weakened) form rather than the complete loss simulated by older tools.

How to use it

Add an image by uploading a file, pasting an image URL, or pasting straight from your clipboard, then pick a CVD type to see an instant before-and-after comparison. Switch to the all-types grid to view every deficiency side by side at once, and download any simulated result as a PNG for design reviews or bug reports. For pinpoint work, the color analyzer and swatch tabs show how a single hex color transforms across all types, so you can tell whether two colors stay distinguishable.

The simulation uses standard color-matrix transformations applied to each pixel — the same RGB-remapping approach used by established accessibility tools. Everything is computed locally on a canvas in your browser. No image is uploaded to a server, nothing is stored, and there's no sign-up, so you can safely test unreleased mockups and confidential screenshots.

Beyond simulation: contrast and palette auditing

Seeing a problem is only half the job; the simulator also helps you fix it. A built-in WCAG contrast checker computes the contrast ratio between a foreground and background color and tells you whether it passes WCAG AA and AAA — the benchmark being 4.5:1 for normal text and 3:1 for large text. You can even check that ratio as simulated through a chosen CVD type, since color blindness can quietly erode contrast that looked fine to you.

The palette checker takes a set of colors and builds a contrast matrix so you can spot pairs that collapse into each other for colorblind viewers. It ships with colorblind-safe reference palettes, including the well-known Okabe-Ito set, to use as a starting point for charts and UI states.

Why it matters

About 350 million people worldwide live with some color vision deficiency, and the most reliable accessibility rule follows from that: never rely on color alone. Pair color with text labels, icons, patterns, or shapes, and avoid red/green as your only signal — it's the most commonly confused pairing. Running a design through the Color Blindness Simulator turns those guidelines into something you can verify with your own eyes, catching the cases where a status indicator, map, or graph becomes unreadable for a meaningful share of your audience.