Accessibility Toolkit
Engineer accessible UIs with a comprehensive toolkit. Simulate four types of color blindness, analyze WCAG contrast ratios, inspect focus order, and get ARIA role guidance — all in one panel.
No color vision deficiency
Frequently Asked Questions
What types of color blindness are simulated?
The tool simulates protanopia (no red cones), deuteranopia (no green cones), tritanopia (no blue cones), and achromatopsia (complete color blindness) using clinically validated RGB transformation matrices.
What is the minimum WCAG contrast ratio?
WCAG 2.1 AA requires 4.5:1 for text under 18pt (14pt bold), and 3:1 for larger text. AAA requires 7:1 for normal text. These ratios ensure readability for people with low vision.
What are ARIA roles?
ARIA (Accessible Rich Internet Applications) roles describe the purpose of UI elements to assistive technologies like screen readers. Use them when native HTML semantics aren't available — but prefer native elements first.