Accessibility Guide
Color Vision Diversity & Web Accessibility
About 5% of Japanese men and approximately 300 million people worldwide have color vision deficiency. Let's learn the color knowledge needed to convey information correctly to everyone.
Contents
1. What is Color Vision Diversity?
The human eye has three types of cone cells (sensitive to red, green, and blue) that combine to perceive color. Color vision deficiency means these cones have different sensitivities than typical.
Protanopia (P-type): Reduced red perception; difficulty distinguishing red and green. About 1.5% of Japanese men. Deuteranopia (D-type): Reduced green perception; difficulty with red-green. About 3.5% of Japanese men. Tritanopia (T-type): Reduced blue perception; difficulty with blue-yellow. Very rare.
Color vision deficiency is not a disability but a 'variation in how colors are seen.' However, designs that distinguish information using only red and green create barriers for many people.
2. Understanding WCAG Standards
WCAG (Web Content Accessibility Guidelines) is an international standard for web accessibility by the W3C. It sets the following contrast ratio standards.
AA (minimum): Normal text (under 18px) requires 4.5:1 or higher; large text (bold 18px+ or 24px+) requires 3:1. AAA (recommended): Normal text 7:1+, large text 4.5:1+.
Contrast ratio is calculated from the relative luminance of two colors. White vs. black is 21:1 (maximum); white vs. white is 1:1 (minimum). The AA standard of 4.5:1 ensures readability for people with reduced vision and in challenging lighting conditions.
3. Tips for Accessible Color Schemes
Focus on lightness differences: People with color vision deficiency can still perceive differences in brightness. When using red and green, make red darker and green lighter to create sufficient lightness contrast.
Avoid red-green combinations: P-type and D-type color vision make these combinations hard to distinguish. Instead, use red and blue, or orange and blue, which are distinguishable regardless of color vision type.
Leverage blue: Blue is perceived relatively accurately across all color vision types. When using color to distinguish information, blue-based palettes are a safe choice.
4. Design Beyond Color Alone
The most important accessibility principle is 'don't convey information by color alone.' Use patterns and labels for charts, icons and text for errors, and underlines for links โ always provide non-color cues alongside color.
Good: Error message with red color + โ icon + text explanation. Bad: Only surrounding an input field in red to indicate an error. The test is whether information is conveyed in color-free situations (monochrome printing, phone screen in direct sunlight).
5. Practical Checklist
Is the text-to-background contrast ratio at least AA (4.5:1)? Are you distinguishing information by color alone (are shapes, patterns, and text also used)? Are you relying exclusively on red vs. green distinctions?
Can information still be read when converted to grayscale? Are links distinguished by underlines or bold, not just color? Do form error displays include icons and text?
Tool Palette's Color Palette Generator automatically checks WCAG contrast ratios against both AA and AAA standards. Build the habit of checking accessibility early in the design process.
Check Your Color Accessibility
Verify whether your color scheme meets WCAG standards with the Color Palette Generator.
Go to Color Palette Generator