Accessibility Resources

= Highly recommended.

Note: Automated testing can only capture about 25-30% of errors. Manual testing with actual assistive technology will always be required as well.

All resource links below open in a new tab.

Table of Contents

Bookmarklets

Chrome Extensions

  • aXe - Run current page against machine testable Accessibility Guidelines.
  • Colorblindly - Test webpage for different types of color vision deficiency.
  • High Contrast - Easily change or invert the color scheme. Can be set to automatically enabled or disabled by web site. (This is not equivalent to testing in native High-Contrast Mode.)
  • Tota11y: Accessibility Toolkit - Run current page against machine testable Accessibility Guidelines. Also has a interesting experimental feature, "Screen Reader Wand" which allows you to hover over elements to view them as a screen reader would.
  • WAVE - Run current page against machine testable Accessibility Guidelines.
  • Zoom Text Only - Easily change the text size without zooming the entire page.

Firefox Add-ons

  • aXe - Run current page against machine testable Accessibility Guidelines.
  • Firebug - Manually Inspect Page Elements
  • Juicy Studio Accessibility - For quick check:
    • Right-click on page → Juicy Studio Accessibility → Colour Contrast Analyser → Luminosity Contrast Ratio
  • Tota11y: Accessibility Toolkit - Run current page against machine testable Accessibility Guidelines. Also has a interesting experimental feature, "Screen Reader Wand" which allows you to hover over elements to view them as a screen reader would.
  • WAVE Toolbar - Run current page against machine testable Accessibility Guidelines.
    For quick checks:
    • Text-only (logical linear order to content)
    • Outline (logical header structure).

Online Tools

  • Contrast Ratio Checker by Lea Verou - Enter hex, rgba, or other values for foreground & background color to check contrast ratio
  • WebAIM Color Contrast Checker - Enter hex values for foreground & background color to check contrast ratio
  • RGBA to RGB Conversion - Semi-translucent color on top of an opaque color - what opaque hex value is equivilent? Now you can find out. Super helpful to help test color contrast when RGBA colors are in use by discovering the perceived color value.
  • IDI Web Accessibility Checker - aChecker - Run code against machine testable Accessibility Guidelines - by URL, by file upload, or by HTML snippet
  • whocanuse.com - Tool that brings attention and understanding to how color contrast can affect different people with visual impairments. Tests contrast ratio and simulates various visual challeges.

Assistive Technology

iOS App Related

Guidelines, How-to, General Reading about Accessibility