Accessibility Checklist
Ensure your designs and implementations meet accessibility standards and create inclusive experiences for all users.
Overall Progress0%
0 of 31 checks completed
Compliance Level
WCAG 2.1 conformance levels
Essential
Standard
Enhanced
Impact Distribution
Prioritize by impact level
Critical
Important
Helpful
About this checklist
Visual Accessibility
Ensure your design is perceivable by users with visual impairments, color blindness, or low vision.
All images, form elements, and other non-text content have appropriate text alternatives.
Semantic markup is used to designate headings, lists, emphasized text, etc.
Color is not used as the only visual means of conveying information.
Text has a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text.
Text can be resized up to 200% without loss of content or functionality.
Content can be presented without loss of information or functionality when the viewport is 320px wide.
UI components and graphical objects have a contrast ratio of at least 3:1 against adjacent colors.
No loss of content when line height is 1.5x font size, spacing after paragraphs is 2x font size, letter spacing is 0.12x font size, and word spacing is 0.16x font size.
Color Contrast Checker
Test color combinations to ensure they meet WCAG contrast requirements for accessibility.
Accessible Color Checker
Verify that your text and background colors have sufficient contrast for all users.
Sample Text
This is how your text will appear to users.
Small text example for testing.
Contrast Ratio
WCAG Guidelines
Normal Text: 4.5:1 minimum
Text that is less than 18pt (or 14pt bold) requires a contrast ratio of at least 4.5:1.
Large Text: 3:1 minimum
Text that is at least 18pt (or 14pt bold) requires a contrast ratio of at least 3:1.
Enhanced Contrast: 7:1 minimum
For enhanced accessibility (AAA level), normal text should have a contrast ratio of at least 7:1.
Color Combinations
Accessibility Resources
WCAG Guidelines
Official Web Content Accessibility Guidelines
The complete set of guidelines for making web content more accessible to people with disabilities.
Visit WCAG WebsiteTesting Tools
Tools to help test your site's accessibility
Common Mistakes
Accessibility pitfalls to avoid
- Missing alternative text for images
- Low contrast text that's difficult to read
- Keyboard inaccessible interactive elements
- Missing form labels or instructions