Protanopia means the red-sensitive cone is absent. Like deuteranopia it merges red with green — but it also strips out roughly half the brightness of red, because that cone carries most of the luminance signal at the red end of the spectrum.
What Protanopia Is
Typical color vision compares the output of three cone types. In protanopia the long-wavelength cone — the L-cone, loosely the “red” one — is missing. As with deuteranopia, the red-to-green dimension collapses and those hues stop being reliably tellable apart.
It is inherited on the X chromosome, which is why it appears far more often in men. Protanopia and its milder form protanomaly together make up a smaller share of color vision deficiency than the deutan types — but the protan types cause a problem the deutan types do not.
The Brightness Problem
Luminance — how bright a color appears — is not shared equally between the cones. The L-cone contributes the largest part of it in the red region. Remove that cone and red does not merely shift hue; it loses a large fraction of its perceived brightness.
Here is the same set of reds, simulated and measured. The luminance figures use the standard WCAG relative-luminance formula, the same one behind every contrast ratio you have ever checked.
| Red | Typical | Protanopia | Deuteranopia |
|---|---|---|---|
| Material red | #D32F2F lum 0.161 | #585831 lum 0.093 | #7F7F20 lum 0.198 |
| Strong red | #E01B24 lum 0.168 | #565627 lum 0.088 | #838304 lum 0.211 |
| Pure red | #FF0000 lum 0.213 | #5E5E0D lum 0.104 | #939300 lum 0.271 |
Read the middle and right columns against each other. A strong red at luminance 0.168 drops to 0.088 for a protanope — close to half — while for a deuteranope it rises to 0.211. Same starting color, opposite directions.
That is why protanopia and deuteranopia, despite being lumped together as “red-green color blindness”, break different things. Deutan viewers lose the hue distinction. Protan viewers lose the hue distinction and find that reds sink toward the dark end of the scale.
What This Breaks in Practice
Anywhere red is used at low luminance already, the extra loss pushes it toward invisible rather than merely ambiguous:
- Red text on a dark background. A contrast ratio you measured as adequate is computed for typical luminance. For a protanope the real ratio is lower, sometimes substantially.
- Small red indicators. A red status LED or a 1px error underline can read as unlit rather than as a different color.
- Red on black in terminals and code editors. The classic error-red on a dark theme is exactly the worst case.
- Brake lights and warning signals at distance. This is a genuine road-safety consideration and part of why some transport licences test color vision.
Note what these have in common: they are not red-versus-green confusions. They are red-versus-background failures, and a red-green checklist will not catch a single one of them.
Protanopia vs Protanomaly
Protanopia is dichromacy: the L-cone is absent. Protanomaly is anomalous trichromacy: the L-cone exists but its peak sensitivity has shifted toward green, compressing the red-green axis rather than removing it, with a milder version of the same brightness loss.
As with the deutan types, the anomalous form is more common and varies continuously in severity. Someone with mild protanomaly may never have been formally diagnosed and may simply have concluded that they are “bad with reds”.
Designing Around It
The fix for hue confusion is the one covered in the deuteranopia guide: separate meaningful colors in lightness, not just in hue. Protanopia adds one more rule on top.
Give red extra headroom. Whatever contrast ratio you would accept for a neutral color, give red more — especially on dark backgrounds and at small sizes. If a red element only just clears its contrast threshold, it does not clear it for a protanope.
Practically: prefer a lighter red on dark surfaces, avoid pure #FF0000 for anything small or thin, and never let red be the only difference between two states. Our color pair checker reports the protanopia row separately from the deutan rows for exactly this reason, and the simulator will show you a whole screen at once.
A limit worth stating. WCAG contrast ratios are calculated for typical luminance and have no protan adjustment. That is not a flaw in the formula so much as a gap in what it was designed to answer — but it does mean a passing contrast score is not a guarantee for red specifically.
Frequently Asked Questions
What is the difference between protanopia and deuteranopia?
Both merge red and green, but protanopia also reduces the perceived brightness of red substantially — a strong red drops from luminance 0.168 to 0.088, while under deuteranopia it rises to 0.211. Protan viewers therefore have trouble with red against dark backgrounds in a way deutan viewers do not.
Do protanopes see red at all?
They see the light, but not as a distinct red sensation, and dimmer than you do. A strong red simulates to a dark olive. It is not invisible — it just reads as a dark, yellowish, low-brightness color rather than a vivid one.
Is protanopia more or less common than deuteranopia?
Less common. The deutan types, especially deuteranomaly, make up the larger share of red-green color vision deficiency. Protan types are a minority of an already minority condition, which is part of why the brightness issue gets so little attention in design guidance.
Does protanopia affect driving?
Most jurisdictions allow it for ordinary licences, and traffic signals use position as a redundant cue. The brightness loss is a real consideration for brake lights and distant signals, which is why some commercial, aviation and rail roles impose colour vision standards.
How do I know if I have protanopia rather than deuteranopia?
Ishihara plates detect red-green deficiency but do not reliably separate the two. An arrangement test does better — our online Farnsworth D-15 test scores which axis the errors fall on, though a confident protan-versus-deutan diagnosis needs an optometrist and ideally an anomaloscope.
Should I just avoid red entirely?
No. Red carries strong learned meaning and removing it costs everyone something. Use it, but give it more contrast headroom than you would a neutral, keep it off dark backgrounds at small sizes, and always pair it with a second cue such as an icon or a label.
Check Your Reds
See how any color pair holds up under protanopia specifically, or run a whole screenshot through every vision type.
Related Articles

Deuteranopia, Explained
The more common red-green type, and the interface pairs it breaks.
Read more
What Colors Do Color Blind People See?
Every common color, simulated, with the real values.
Read more
Types of Color Blindness
How protanopia fits alongside every other type.
Read more
WCAG Contrast Requirements
What the ratios ask for, and where they stop short.
Read more