रंग अंधापन सिमुलेटर

देखें कि रंग दृष्टि दोष वाले लोगों को छवियाँ और रंग कैसे दिखाई देते हैं।

यहाँ एक छवि छोड़ें या अपलोड करने के लिए क्लिक करें
PNG, JPG, WebP

कलर ब्लाइंडनेस के प्रकार

प्रोटानोपिया (~1% पुरुष) · कोई लाल शंकु नहीं। लाल गहरा दिखता है, हरे से अलग पहचानना कठिन।

ड्यूटेरानोपिया (~1% पुरुष) · कोई हरा शंकु नहीं। सबसे सामान्य रूप। हरा और लाल समान दिखते हैं।

ट्राइटानोपिया (~0.003%) · कोई नीला शंकु नहीं। नीला हरा सा दिखता है, पीला गुलाबी सा दिखता है।

एक्रोमैटॉप्सिया (~0.003%) · कोई रंग दृष्टि नहीं। सब कुछ ग्रेस्केल में दिखाई देता है।

प्रोटानोमैली / ड्यूटेरानोमैली / ट्राइटानोमैली · उपरोक्त के आंशिक संस्करण, जहाँ संबंधित रंगों के प्रति संवेदनशीलता कम हो।

लगभग 8% पुरुष और 0.5% महिलाओं में कलर विज़न की कोई कमी होती है।

Why Designing for Color Vision Deficiency Matters

Color vision deficiency (CVD) is common. The US National Eye Institute reports that about 1 in 12 men have some form of CVD; women are affected at a much lower rate because the most common forms are inherited via X-linked recessive genes. Combined, the global population with some level of CVD is in the hundreds of millions. Any user-facing design that relies on red and green to convey meaning (error vs success indicators, charts, status pills, validation messages) will fail a meaningful slice of users unless colour is paired with another cue.

This is also a formal accessibility requirement. WCAG 2.2 Success Criterion 1.4.1 ("Use of Color"), Level A, states the rule directly: "Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element." Level A is the lowest WCAG conformance bar, failing it means a site is not just inaccessible but legally non-compliant in jurisdictions that mandate WCAG conformance (US Section 508, EU Accessibility Act, UK Equality Act).

The Eight Forms of CVD

Human colour vision relies on three types of cone photoreceptor: L-cones (long-wavelength, peak around red), M-cones (medium-wavelength, peak around green), and S-cones (short-wavelength, peak around blue-violet). Each form of CVD corresponds to one of these cones being absent (-anopia) or shifted in sensitivity (-anomaly).

FormAffected coneVisual effect
ProtanopiaL-cone absentRed appears dark; red and green confusable.
ProtanomalyL-cone shiftedReduced red sensitivity; partial red-green confusion.
DeuteranopiaM-cone absentGreen and red look similar.
DeuteranomalyM-cone shiftedThe most common form of CVD, reduced green sensitivity, mild-to-moderate red-green confusion.
TritanopiaS-cone absentBlue appears greenish, yellow appears pinkish. Very rare.
TritanomalyS-cone shiftedReduced blue-yellow discrimination.
AchromatopsiaAll cones absentTotal absence of colour vision; the world appears in greyscale. Often comes with light sensitivity and reduced visual acuity.
AchromatomalyAll cones impairedSeverely reduced colour discrimination across the spectrum.

Deuteranomaly is the most prevalent form because the L- and M-cone photopigment genes are adjacent on the X chromosome and differ by only a few amino acids. Small mutations easily shift the M-cone's sensitivity peak closer to the L-cone, reducing the brain's ability to discriminate between red and green.

Why Men Are Affected More Often

The L-cone (OPN1LW) and M-cone (OPN1MW) photopigment genes both sit on the X chromosome. Men inherit only one X (from their mother); women inherit two (one from each parent). For a recessive deficiency to be expressed, a woman would need the deficient gene on both X chromosomes, while a man only needs it on his single X. The arithmetic produces a roughly 10× difference in prevalence between men and women for red-green CVD specifically. The S-cone gene is on chromosome 7 and is autosomal, tritanopia and tritanomaly affect men and women at similar rates, but both forms are very rare to begin with.

WCAG Contrast Requirements Apply Too

Beyond SC 1.4.1, WCAG also imposes minimum contrast ratios for text and UI components, all measured against the actual visible colour pairing:

Use this simulator alongside a contrast checker. Two colours can have a perfectly fine 4.5:1 contrast ratio in normal vision and still be indistinguishable to a deuteranope. The simulator catches the second failure mode that pure contrast checking misses.

Common Design Pitfalls and Their Fixes

Colour-Blind-Safe Palettes

Browser DevTools Have CVD Simulators Too

Both Chrome and Edge DevTools have a built-in "Emulate vision deficiencies" option (in the Rendering tab) that can simulate protanopia, deuteranopia, tritanopia, and achromatopsia across the entire viewport. Firefox's Accessibility Inspector exposes a similar simulator. These are great for whole-page audits during design reviews, this single-colour tool complements them by isolating one swatch at a time so you can decide on a palette decision without the rest of the page confusing the comparison.

Diagnostic Tests You May Have Heard Of

This tool isn't a diagnostic, it simulates how a given colour appears to someone with various forms of CVD so you can design around it, not test someone's vision.

Common Mistakes

  1. Treating CVD as a niche concern. One in 12 men is a meaningful share of any consumer product's user base, and most of them never report it because they've worked around it their whole lives.
  2. Assuming "dark mode" or "high contrast" covers it. Contrast and CVD are independent axes. A high-contrast palette can still rely on red-green distinctions that fail.
  3. Testing only with deuteranopia. Deuteranopia is the most common form but not the only one, protanopia, tritanopia, and the partial -anomaly variants all produce different confusions. Cycle through them all.
  4. Using only the simulator, ignoring the contrast checker. A palette can be CVD-safe and still fail WCAG 1.4.3 contrast minimums. Use both tools.
  5. Picking colours by name instead of by perceived distance. "Red, green, and blue" sounds well-separated; in CVD it can collapse to "dark, dark, blue." Test the actual swatches.

Frequently Asked Questions

How accurate is the simulation?

CVD simulation is an approximation, not a perfect rendering. The standard algorithms (Brettel, Viénot & Mollon's 1997 method, refined by Viénot 1999 and Machado et al 2009) project a colour onto the "line of confusion" for the missing or shifted cone in LMS colour space. The result is what someone with full dichromacy would see on average, but real CVD users vary individually, the brain compensates with cues from luminance, context, and prior experience that a static simulation cannot replicate.

Is my image or colour sent anywhere?

No. The simulation runs entirely in your browser using a canvas element to apply the per-pixel colour transform. Nothing is uploaded, logged, or stored. This matters when the image you're testing is an unreleased design mock-up, a screenshot of confidential UI, or anything else you wouldn't share with a third party.

Should I be designing for all eight forms of CVD?

In practice, designing for the most common forms (deuteranopia and deuteranomaly) covers the vast majority of users. Adding a check against protanopia gets you most of the rest. Tritanopia and tritanomaly are rare enough that meeting the deutan / protan tests is usually sufficient, though a properly accessible design that doesn't rely on hue at all (paired with icons, patterns, or labels) covers everyone automatically.

My current palette has "CVD-safe" in its name. Do I still need to test?

Yes. "CVD-safe" usually means the palette's category colours are distinguishable under simulation, but as soon as you compose a real interface (text on a coloured background, an icon over a fill, a hover state shifted by 5% lightness) you can re-introduce confusion. Test your composed colour pairs, not just the source palette.

What's the difference between protanopia and protanomaly?

Protanopia is the absence of the L-cone (red) photopigment, the affected person has no functional red sensitivity at all. Protanomaly is a shift in the L-cone's sensitivity peak rather than its absence, the affected person has reduced but not zero red discrimination. Same pattern for deutera-/deuter- and trita-/triton-: -anopia is the strong form, -anomaly is the partial form.

Do colour-correcting glasses (EnChroma) actually work?

For many people with red-green deficiency, yes, they widen the perceived gap between certain reds and greens by filtering out specific overlapping wavelengths between the L- and M-cones. They do not "cure" CVD or make a dichromat see normal colour; the photopigment situation is unchanged. Effectiveness varies by individual and by lighting condition; outdoor daylight tends to be where they help most.

संबंधित टूल