Roughly 8% of men have some form of color vision deficiency and struggle to tell red from green. A UI that marks status by color alone (a red dot for error, a green dot for OK) shows those two states as identical to them. Printing in black and white or viewing on a washed-out screen causes the exact same problem.
The fix is simple: pair color with **shape, an icon, or text**. A checkmark, an X, an exclamation mark all carry their meaning even once the color information is gone.
The demo shows a status list two ways. Left uses color dots alone; right pairs color with an icon shape. Both panels periodically run through a grayscale filter to compare which one still reads once color disappears.
When to use
Whenever you build a status badge, form validation, or chart legend, ask 'would this still be distinguishable in black and white?' Devtools' vision-deficiency emulator lets you check for real.