Deuteranopia means the green-sensitive cone is absent. Red and green do not vanish — they both drift into yellow, and stop being reliably tellable apart. Together with its milder form, deuteranomaly, it accounts for most color blindness in the world.
What Deuteranopia Is
Typical color vision uses three cone types, sensitive to long, medium and short wavelengths — loosely, red, green and blue. Color is not read off any one of them; it comes from comparing their responses.
In deuteranopia the medium-wavelength cone, the M-cone, is missing. That removes one of the comparisons the brain uses, and the entire red-to-green range folds down onto a single axis. What is left is a world built mostly from blues, yellows and greys — still colorful, just with one dimension of it collapsed.
It is inherited, carried on the X chromosome, which is why it is far more common in men: roughly 1 in 12 men and 1 in 200 women have some form of color vision deficiency, and the deutan types are the largest slice of that.
Deuteranopia vs deuteranomaly
These get used interchangeably and should not be. Deuteranopia is dichromacy: the M-cone is absent. Deuteranomaly is anomalous trichromacy: the M-cone is present but its sensitivity is shifted toward red, so red and green are compressed rather than merged.
The distinction matters because of the numbers. Deuteranomaly is by far the more common of the two — it is the single most common form of color blindness — and its severity runs on a continuum from barely noticeable to nearly as complete as deuteranopia. Someone with mild deuteranomaly may pass an Ishihara test and still struggle with a badly chosen chart.
What Colors Look Like
Simulated with the Viénot 1999 model, a strong red #E01B24 becomes #838304 — a dark olive. A mid green #2EC27E becomes #A8A881, a light tan. Neither turns grey. Both turn yellowish, and the difference that used to separate them mostly closes.
Pink is the sleeper problem: #FF80B0 simulates to #B2B2AD, a flat grey. Blue and yellow barely shift at all, which is why they are the dependable pair. Our full color-by-color table covers all of them side by side.
Three Real Interface Pairs, Measured
Abstractions are easy to nod along to, so here are three color pairs you have almost certainly used, simulated under deuteranopia and measured with our color pair checker. The number is CIE76 delta-E — perceptual distance after simulation. Under about 10 the two read as the same color.
Git diff added / removed
#939342 vs #A1A155 · ΔE 6.1
Traffic-light status dots
#7F7F20 vs #7C7C3F · ΔE 15.6
Pass / fail badges
#82820C vs #8C8C4E · ΔE 22.8
The first row deserves a second look. Those are the added/removed colors from a familiar code-review diff. Under deuteranopia they both become dark khaki, ΔE 6.1 apart — comfortably inside the range where two colors read as one. A significant share of developers cannot tell an addition from a deletion by color, on a tool they use every working day.
Note also that the third pair passes. Red and green are not automatically doomed. What sank the first pair was that both colors sat at nearly the same lightness — a contrast ratio of 1.46:1.
The Fix Is Lightness, Not Hue
Designers usually respond to this by hunting for different hues. That is the harder path and often an unnecessary one, because a cone deficiency destroys hue separation and leaves luminance untouched. A deuteranope loses the redness-versus-greenness signal and keeps every bit of the light-versus-dark one.
Keep the same two hues and pull them apart in lightness instead: a dark red #7F1D1D against a pale green #86EFAC measures ΔE 55.3 under deuteranopia at a 7.14:1 contrast ratio, and is rated distinct under every vision type including complete color blindness. Same red-green pairing everyone tells you to avoid — it works, because the information no longer lives in the hue.
The practical rule. If two colors carry meaning, make one clearly lighter than the other. It costs nothing, it fixes the problem for every type of color vision deficiency at once, and it survives greyscale printing and bright sunlight as a bonus.
If you work in Tailwind, this plays out concretely: we measured all 136 pairs of its 500-weight colours and 69 of them are confusable, almost all fixable by changing the weight rather than the hue.
And where colour genuinely cannot carry it alone, add a second cue. WCAG 1.4.1 asks for exactly this: an icon, a label, a line style, a pattern. Diff tools that show + and − characters work for everyone regardless of the palette.
On the numbers here. These simulations model a dichromat — the severe end. Most deutan viewers are anomalous trichromats whose experience is milder and varies from person to person. Treat a failing measurement as a definite problem and a passing one as likely fine rather than guaranteed.
Frequently Asked Questions
Is deuteranopia the same as being red-green color blind?
It is one of the two forms. Red-green color blindness covers both deutan types (deuteranopia and deuteranomaly, involving the green cone) and protan types (protanopia and protanomaly, involving the red cone). They produce similar confusions, with one notable difference: protan types also make reds look darker, which deutan types do not.
What is the difference between deuteranopia and deuteranomaly?
Deuteranopia means the green cone is absent entirely. Deuteranomaly means it is present but shifted in sensitivity toward red, compressing rather than removing the red-green dimension. Deuteranomaly is much more common and varies widely in severity, from barely noticeable to nearly as complete as deuteranopia.
Can deuteranopia be cured?
No. It is caused by the genetics of cone photopigment, and there is no treatment that restores the missing cone. Tinted lenses can exaggerate the difference between confusable colors for some people, but they do not add back the missing channel, and they shift other colors as a side effect.
How do I know if I have deuteranopia specifically?
Screening tests like the Ishihara plates detect red-green deficiency but do not reliably separate deutan from protan. An arrangement test does better — our online Farnsworth D-15 test scores which axis your errors fall on, though separating protan from deutan properly takes an optometrist and, ideally, an anomaloscope.
What colors should I avoid for deuteranopic users?
Red against green at similar lightness is the main one, along with pink against grey, and any pairing of red, orange, brown and green that relies on hue alone. Blue against yellow, or any pair with a clear lightness difference, is safe. Testing the specific pair is faster than memorising rules.
Does deuteranopia affect driving?
Most jurisdictions permit it. Traffic signals are designed with position as a redundant cue — red on top, green on the bottom — which is precisely the "never rely on color alone" principle applied a century before the guidelines existed. Some commercial and aviation licences do impose colour vision requirements.
Check Your Own Colors
Measure any two colors under deuteranopia and every other vision type, or run a whole screenshot through the simulator.
Related Articles

What Colors Do Color Blind People See?
Every common color, simulated, with the real values.
Read more
Types of Color Blindness
How deuteranopia fits alongside every other type.
Read more
Is Color Blindness Genetic?
Why deutan types run in families and mostly affect men.
Read more
Accessible UI Design
Patterns that survive red-green color vision deficiency.
Read more