Skip to main content

Color Blindness Simulator — Protanopia, Deuteranopia, Tritanopia, Monochromacy

Color blindness simulator — paste hex or upload image, see how it looks to people with protanopia / deuteranopia / tritanopia / monochromacy.

  • Runs locally
  • Category Color & Design
  • Best for Moving from a visual idea to reusable color values.
Original
#E63946
Protanopia~1% of men
#9B9A43
Deuteranopia~1% of men
#A5B242
Tritanopia~0.01%
#DD4040
Protanomaly~1% of men
#C67344
Deuteranomaly~5% of men
#C36644
Tritanomaly~0.01%
#E03C44
Achromatopsia~0.003%
#6E6E6E
Achromatomalyvery rare
#A5565C

Accessibility tips

  • Don't encode meaning in hue alone — pair with icons, labels, or position (WCAG 1.4.1).
  • Maximise luminance contrast between categories, not just hue. Greys survive every deficiency.
  • Avoid the classic confusion pairs: red↔green (protan/deutan), blue↔yellow (tritan), purple↔blue (tritan).

What this tool does

Free color blindness simulator. Paste a single HEX colour, a list of HEX swatches (one per line), or drop in an image — and instantly see the same view through eight color vision deficiencies side-by-side: protanopia (no red cone, ~1% of men), deuteranopia (no green cone, ~1%), tritanopia (no blue cone, ~0.01%), the three milder anomalous trichromacies (protanomaly / deuteranomaly / tritanomaly), plus full achromatopsia and partial achromatomaly. Math runs entirely in your browser using the Brettel-Vienot-Mollon 1997/1999 LMS-projection model that powers Sim Daltonism and ColorBrewer. Images are processed pixel-by-pixel on a `<canvas>` — nothing leaves your machine, no upload, no signup. Built for designers verifying brand palettes against WCAG 1.4.1 (don't rely on colour alone), front-end devs auditing data-viz charts, and accessibility consultants generating before/after evidence for audit reports.

Tool details

Input
Files + Text + Numbers
The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
Output
Live result + Download + Preview
The result area focuses on usable output, with copy, download, or preview actions when supported.
Privacy
Browser-side processing
The main tool logic does not call an external API, so inputs normally stay in the current tab.
Save / share
No account required
Open the page and use it; whether results survive refresh depends on the tool.
Performance budget
Initial JS <= 25 KB
No WASM budget is declared, keeping the tool quick to open on mobile.
Best fit
Color & Design · Designer
Category and role tags drive related tools, internal links, and quick fit checks.

How to use

  1. 1. Input

    Paste or drop your content into the tool panel.

  2. 2. Process

    Click the button. All processing is local in your browser.

  3. 3. Copy / Download

    Copy the result or download to disk in one click.

How Color Blindness Simulator fits into your work

Use it while choosing, checking, converting, or documenting colors for real interface work.

Color jobs

  • Moving from a visual idea to reusable color values.
  • Checking contrast and accessibility before a UI ships.
  • Keeping brand, design, and implementation color decisions aligned.

Color checks

  • Verify contrast against the actual background, not just a sample swatch.
  • Check dark and light themes separately when both exist.
  • Copy the final format your design system or codebase expects.

Good next steps

These links move the current task into a more complete workflow.

  1. 1 Color Converter HEX ⇄ RGB ⇄ HSL ⇄ HSV ⇄ CMYK — instant 5-way conversion, live swatch — browser-only Open
  2. 2 HTML Color Names HTML named colors — all 147 CSS color names with hex/RGB/HSL, searchable + sortable. Open
  3. 3 CSS Gradient Generator Visual CSS gradient builder — linear, radial, conic with multi-stop colors, live preview, copy CSS, PNG export. Open

Real-world use cases

  • Verifying a 6-color dashboard palette before a product launch

    Your analytics dashboard ships next week with 6 line-chart series colored red, orange, green, teal, blue, purple. Paste all six hex codes into multi-hex mode. In the deuteranopia panel the red and green lines collapse to the same muddy ochre, so a deutan PM cannot tell revenue from churn. You swap green for a darker teal that keeps a clear luminance gap, re-check all eight panels, and ship a palette that survives every deficiency instead of guessing.

  • Producing before/after evidence for an accessibility audit report

    A WCAG 1.4.1 audit needs documented proof, not a checkbox. Drop the client's pricing page screenshot into the image mode, screenshot the protanopia and achromatopsia panels, and paste them side by side in your report. The "Recommended" badge that relied on a green outline vanishes into the background for 1 in 12 men, which is a concrete finding with a visual the client cannot argue with.

  • Checking a single brand color against red-green deficiency

    Marketing picked #E63946 as the new error-state red and wants sign-off. Paste that one hex code, read across the protanomaly and deuteranomaly panels, and you see it drift toward brown but stay distinct from your #2A9D8F success green. That confirms the pairing works for the ~6% of men with red-green deficiency, so you approve it with the simulation screenshots attached rather than relying on a gut call.

  • Teaching a design team why hue alone fails

    New hires keep encoding status with red-vs-green chips. In a 10-minute workshop you paste those two chip colors, switch to the deuteranopia panel, and both turn near-identical tan in front of the whole team. The point lands faster than any slide: you add a check and a cross icon on the spot, re-run the panels, and the two states stay readable for every viewer regardless of color vision.

Common pitfalls

  • Trusting only the protanopia/deuteranopia panels and skipping tritanopia and achromatopsia. A blue↔yellow chart can pass red-green checks yet fail tritans, and a purely hue-based legend dies under full achromatopsia. Always scan all eight.

  • Testing one big 200px swatch and calling it safe. Colors that look distinct in a large swatch can still collapse in a 12px chart legend or thin 1px border. Re-check the colors at the real size they appear in your UI.

  • Assuming the dichromat panel is "what they literally see." It shows color appearance, not confusion lines, so two colors can look different here yet still be hard to discriminate. Pair every color with an icon, label, or luminance gap rather than trusting the panel alone.

Privacy

Everything runs in your browser. Hex codes and image pixels are read into a `<canvas>`, transformed by the same LMS-projection matrices, and rendered back locally. No upload, no signup, no analytics beacon carries the data, and nothing is written to the URL, so pasted colors or dropped screenshots never leave your machine or appear in a shareable link. Open DevTools → Network and you will see zero requests fire when you paste a color or drop an image, which makes it safe for unreleased brand assets and NDAed client mockups.

FAQ

Tool combos

Folks in your role tend to reach for these alongside this tool.

Made by Toolora · 100% client-side · Updated 2026-06-12