Color Blindness Simulator

See how your designs look to colorblind users

Drag an image here, paste from clipboard, orOr, if you prefer...

About This Color Blindness Simulator

This color blindness simulator transforms images and individual colors to show how they appear to people with color vision deficiency (CVD). Upload any image, select a condition, and the tool reproduces what someone with protanopia, deuteranomaly, tritanopia, or five other CVD types would see. All processing runs in a background thread inside your browser—no data leaves your device.

About 300 million people worldwide have some form of color blindness. Roughly 8% of men and 0.5% of women of Northern European descent are affected. Designing without testing for these conditions risks making your work unusable for a significant share of your audience.

Key Features

Types of Color Vision Deficiency

Color blindness falls into three categories based on which cone type is affected: red (protan), green (deutan), or blue (tritan). Each category has a severe form where cones are absent and a milder form where cone sensitivity is shifted.

Red-Green Color Blindness

Blue-Yellow Color Blindness

Complete Color Blindness

How Does Color Blindness Simulation Work?

The simulator uses the Brettel, Viénot, and Mollon algorithm, a widely validated method for modeling color vision deficiency. Each pixel’s sRGB color is first converted to a linear color space called LMS, which models the response of the three human cone types (Long, Medium, Short). The LMS values are then projected onto a reduced color plane matching what a person with the specific deficiency can perceive. Finally, the modified LMS values are converted back to sRGB for display.

For anomalous trichromacy (the milder forms), the algorithm interpolates between normal vision and the full dichromacy simulation based on the severity value you set. At 0% the output matches normal vision; at 100% it matches complete cone loss.

The entire computation runs inside a Web Worker, a separate browser thread that keeps the interface responsive while processing every pixel in the image.

How to Use This Color Blindness Simulator

  1. Upload an image by clicking the upload area or dragging a file into it.
  2. Choose a color vision deficiency type from the Condition dropdown. Types are grouped into Dichromacy, Anomalous Trichromacy, and Monochromacy.
  3. For anomalous types, adjust the severity slider to simulate mild through severe deficiency.
  4. Switch between Grid, Side by Side, Slider, or Toggle view to compare the original and simulated images.
  5. Download the simulated result for documentation or accessibility review.

To test a single color, switch to the Single Color tab and enter a hex value. The tool displays how that color appears under all eight CVD types simultaneously.

Designing for Color Accessibility

A simulator reveals problems; fixing them requires deliberate design choices. These strategies make your work accessible to colorblind users:

Making Data Visualizations Accessible

Charts and graphs encode meaning through color more than most UI elements, making them especially problematic for colorblind viewers.

WCAG Guidelines for Color

Two WCAG success criteria apply directly to color blindness:

Frequently Asked Questions

Is my image data safe?

All processing happens locally in your browser. No image data is sent to any server or stored beyond your device. The simulation runs inside a Web Worker thread with no network access.

How accurate is the color blindness simulation?

The Brettel-Viénot-Mollon algorithm is one of the most widely validated models for simulating dichromacy. It provides a close approximation, though individual perception varies based on the exact genetic mutation and other physiological factors.

What is the severity slider for?

Anomalous trichromacy exists on a spectrum. The severity slider lets you simulate mild to severe deficiency for protanomaly, deuteranomaly, tritanomaly, and achromatomaly. At 0% you see normal vision; at 100% the result matches full dichromacy.

What image formats does the simulator support?

PNG, JPG, WEBP, SVG, and any other format your browser can render. Large images may take a moment longer since every pixel is transformed.

What is the most common type of color blindness?

Deuteranomaly (reduced green sensitivity) affects approximately 5% of males worldwide. Testing against deuteranopia and protanopia covers the majority of red-green deficiencies.

Can this tool diagnose color blindness?

No. This is a design and development tool, not a medical diagnostic. If you suspect a color vision deficiency, consult an eye care professional for an Ishihara or anomaloscope test.

Related Tools