This is a Google Chrome extension that will add a new Accessibility sidebar pane in the Elements tab to the Chrome Developer tools. This new pane will display any properties that are relevant to the accessibility aspect of the element that you are currently inspecting. This extension also adds an accessibility audit that can be used to check whether the current web page violates any accessibility rules.
- **<ahref='https://toolness.github.io/accessible-color-matrix/'target='_blank'rel='nofollow'>Accessible Color Palette Builder</a>**
This website allows you to edit a color palette and will create a table showing all of the possible color combinations, telling you which ones are accessible and which combinations to avoid using.
- **<ahref='https://webaim.org/resources/contrastchecker/'target='_blank'rel='nofollow'>WebAIM Color Contrast Checker</a>**
This website allows you to enter in color hex values for foreground and background to evaluate the contrast ratio. You can also adjust colors entered to get the necessary contrast ratio.
- **[Randoma11y Color Generator](https://randoma11y.com/)**
This is an ongoing app project that randomly generates AA accessible web color palettes and allows end users to up vote or down vote color combinations. This site is good for Web Designers/Web Developers when starting a project that does not have predetermined colors.
WebAIM offers complete web accessibility services. Regardless of the type or size of your web site, WebAIM can help ensure that your site is accessible and usable to those with disabilities.
A screen reader is a software application with assistive technology that attempts to convey what people with normal eyesight see on a display to their users via non-visual means, like text-to-speech.
Developers can utilize a screen reader to understand how a webpage can be made accessible to such people and develop the page accordingly. Some of the most well known and widely used screen readers are:
- **[NVDA](https://www.nvaccess.org/)**
NVDA(Non Visual Desktop Access) Screen reader is a Free & Open-source downloadable Screen Reader software for Windows OS.
You can find many more tools for accessible web design on <ahref='http://www.d.umn.edu/itss/training/online/webdesign/tools.html'target='_blank'rel='nofollow'>this list</a> made by the University of Minnesota Duluth.