Skip to main content
WebColorTools

Color Blindness Simulator

See how your colors and images look to people with color vision deficiencies. Free, private, in your browser.

Instant 100% Private Free Forever
Instant 100% Private Free Accessibility CVD

Mode

Input color

Color to simulate

Simulated appearance

How to use the Color Blindness Simulator

Four steps to preview colors and images under color vision deficiencies.

  1. 1

    Choose a mode

    Simulate a single color or upload an image. Switch anytime with the tabs at the top — color mode uses the shared ColorInput; image mode supports upload, drag & drop, and paste on desktop.

  2. 2

    Enter a color or load an image

    Pick any color with HEX, RGB, HSL, or the native picker. For images, use Upload, drag onto the drop zone, or paste (Ctrl/⌘+V on desktop). PNG, JPG, WebP, and GIF are supported.

  3. 3

    Compare vision types

    Color mode shows a grid of swatches — Normal plus each CVD type with simulated hex. Image mode lets you switch types with tabs and thumbnail previews.

  4. 4

    Copy or download

    Copy any simulated hex from color mode. In image mode, download the currently previewed simulation as a PNG for presentations or design reviews.

What is color blindness / why simulate it?

Color blindness — more precisely color vision deficiency (CVD) — means some cone cells in the eye detect less difference between certain wavelengths of light. The most common forms make red and green hard to tell apart (deuteranopia / deuteranomaly and protanopia / protanomaly). Tritanopia and tritanomaly affect blue-yellow discrimination and are rarer. Achromatopsia is total color blindness (grayscale vision); achromatomaly is a partial loss of color saturation. This free color blindness simulator lets designers and developers preview how a brand color, chart, or screenshot may look under each type — instantly, with no upload to a server.

CVD is common: about 8% of men and roughly 0.5% of women worldwide. That is tens of millions of users who may not distinguish your red error state from a green success badge, or two lines on a analytics chart, if you rely on hue alone. WCAG and inclusive design practice say: use contrast, labels, icons, and patterns — not color by itself — to convey meaning. Simulating CVD is a fast sanity check before user testing. Search terms like color blindness simulator, colorblind checker, deuteranopia simulator, color vision deficiency, colorblind test image, and simulate color blindness all describe this workflow.

How the simulation works: For each deficiency type we multiply RGB values by a standard 3×3 transformation matrix derived from color vision research (Machado-style CVD simulation). Each output channel is a weighted mix of input red, green, and blue. For a single swatch you see the shifted hex immediately. For images we draw to a canvas, apply the matrix per pixel (with downsampling for large files so the page stays responsive), and show Normal plus every simulated type. This is the same mathematical approach used in many accessibility plugins and scientific visualizations — a practical approximation, not a medical diagnosis.

Protanopia vs protanomaly: Protanopia means missing or non-functioning L-cones (long wavelength / red). Protanomaly is a milder form — red sensitivity is reduced but not gone. Deuteranopia and deuteranomaly affect M-cones (green) and are the most frequent CVD types people mean when they say “red-green colorblind.” Tritanopia / tritanomaly involve S-cones (blue) and can make yellow and blue-purple pairs confusing. Designers checking traffic-light metaphors, heat maps, and status pills should simulate at least deuteranopia and protanopia; product teams serving global audiences often add tritanopia for completeness.

Use cases: UI designers validating button and link colors; data teams checking chart palettes; marketers reviewing infographics; developers testing dark mode accents; educators explaining accessibility to stakeholders. Pair this tool with our Contrast Checker for WCAG ratios, the Color Converter for format flexibility, and Palette Generator or Palette from Image when building accessible color systems. Everything runs client-side — your colors and images stay private.

Who needs this: Front-end engineers shipping dashboards, designers handing off Figma tokens, accessibility specialists auditing releases, students learning inclusive design, and anyone who has asked “will colorblind users see this?” without scheduling lab time. Simulate first, then test with real users when possible. Small changes — adding an icon beside a colored dot, bumping lightness on one series — often fix issues this tool surfaces in seconds.

Frequently asked questions

What types of color blindness does this simulator cover?
This tool simulates protanopia and protanomaly (red-weak / red-blind), deuteranopia and deuteranomaly (green-weak / green-blind), tritanopia and tritanomaly (blue-weak / blue-blind), plus achromatopsia (total color blindness / grayscale) and achromatomaly (partial). Normal vision shows your original color or image unchanged.
How accurate is the simulation?
We apply standard 3×3 color vision deficiency (CVD) matrices widely used in accessibility research (Machado et al. style transforms). Simulations are excellent for design review — spotting confusing color pairs, chart readability, and UI states that rely on hue alone. They cannot reproduce every individual’s exact perception; real color vision varies. Use this as a practical preview, then validate with contrast checking and non-color cues.
Is my image uploaded to a server?
No. Image processing uses the HTML5 canvas entirely in your browser. Your photo, screenshot, or pasted graphic never leaves your device. Close the tab and it is gone from memory. Color mode likewise runs locally with no API calls.
How common is color blindness?
Roughly 8% of men and about 0.5% of women have some form of color vision deficiency — deuteranomaly/deuteranopia (green) is most common, then protan types (red), then tritan (blue, rarer). Achromatopsia is very rare. Because millions of users see your UI differently, simulating CVD before launch is a low-effort, high-impact accessibility step.
How do I make my design colorblind-friendly?
Do not rely on color alone for meaning — pair hue with icons, labels, or patterns. Test critical pairs with our Contrast Checker, simulate palettes here, and ensure error/success states differ in lightness and shape. For charts, use texture or direct labels on series, not only red vs green.