Color Blindness
Last updated
Last updated
Simulates how colors appear to people with different types of color blindness. This helps you check if your design token color palettes remain accessible and distinguishable for users with color vision deficiencies.
color
The color to simulate color blindness for
Color
No
type
The type of color blindness to simulate
Text
No
value
The color as it would appear to someone with the specified color blindness
Color
Drag the Color Blindness node into your graph.
Connect a brand color token (like #0066CC
) to the "color" input.
Select a color blindness type (e.g., "protanopia" for red-blind vision) from the dropdown.
The output will show how that color token appears to someone with that type of color vision deficiency.
Connect this to a Contrast
node with your background color to verify accessibility standards are met across all vision types.
Contrast: Tests the accessibility of text against background colors for WCAG compliance (see color/contrast.md
).
Blend: Helps adjust colors that have poor visibility in certain color blindness modes (see color/blend
).
Design System Validation: Test your entire color token system to ensure sufficient contrast and distinguishability across all color blindness types.
Accessible Component Tokens: Verify that your UI component color tokens (buttons, alerts, form states) remain functionally distinct for all users.
Data Visualization Token System: Develop a specialized set of color tokens for charts and graphs that maintain information hierarchy for users with deuteranopia (the most common type).
Dark/Light Theme Testing: Verify that your theme token transitions maintain accessibility across vision types.
Color Scale: Generates accessible color scales that maintain distinctiveness across vision types (see ).
Deconstruct: Breaks down colors into components to modify after testing for color blindness (see ).