Tools
Color tools
- WebAIM color contrast checker compares two hex colors and tells you whether they meet WCAG AA and AAA contrast thresholds.
- Snook's color contrast analyzer lets you adjust RGB and HSV values and reports contrast compliance interactively.
- Color Safe is a guide for choosing colors that meet WCAG contrast thresholds.
- Color Contrast Analyzer is a desktop application for contrast checking that also simulates different forms of color impairment.
Color impairment
- Color Oracle is a desktop application for simulating color impairment on your entire screen.
- colourblind is another simulation tool similar to Daltonize, but with more options (protanopia, protanomaly, deuteranopia, deuteranomaly, tritanopia, tritanomaly, achromatopsia, and achromatomaly) in a single bookmarklet.
- postcss-colorblind is a CSS build tool that modifies colors in your CSS to simulate four common impairment groups.
Accessibility review tools
These tools can be used to test sites for Section 508 and WCAG compliance in browser:
- Accessibility Insights - Browser plugin (Chrome, Edge), Android and Windows applications for automated and guided manual testing for accessibility including WCAG 2.0 and 2.1.
- Accessibility Management Platform (AMP): GSA-specific info and general product info
- Google's Accessibility Developer Tools is a Chrome plugin for running basic accessibility tests from the comfort of your browser.
- Web Accessibility Toolbar (WAT) is an IE tool that has been developed to aid manual examination of web pages for a variety of aspects of accessibility. It is used by DHS's Trusted Tester program.
- WAVE is an accessibility auditor and browser extension with document inspection features.
- The W3C maintains a comprehensive list of web accessibility evaluation tools.
Autocomplete widgets
These JavaScript widgets produce HTML with ARIA autocomplete attributes:
- Awesomplete is dependency-free
- jQuery UI autocomplete requires jQuery
- Select2 also requires jQuery
Automated testing
Automated testing tools can help you find some of the more common accessibility mistakes quickly, however no automated tool can detect all accessibility issues. A recent experiment by the UK's Government Digital Service found that the best automated tools only caught about 40 percent of the errors on a test site; some of the most popular tools caught less than 20 percent. Whatever automated tool you use, be sure to also do manual testing.
These tools can be used in automated tests and with continuous integration tools to help you ensure that your sites remain accessible throughout the development process:
- Accessibility Insights - Browser plugin (Chrome, Edge), Android and Windows applications for automated and guided manual testing for accessibility including WCAG 2.0 and 2.1.
- axe - Suite of automated accessibility testing tools built around the open source axe-core testing engine/ruleset, by Deque.
- pa11y consists of a suite of tools including command-line and JavaScript APIs, a web service, and a dashboard for monitoring accessibility reports across multiple sites. Pa11y with axe-core is recommended in the 18F Engineering Practices Guide for automated accessibility scans.