From 54b41a3cd041fe5d160b0db1b7372355e19ccd2a Mon Sep 17 00:00:00 2001 From: BP Date: Mon, 12 Nov 2018 17:55:15 -0500 Subject: [PATCH] Added WebAIM for a color contrast checker. (#21376) --- .../accessibility-tools-for-web-developers/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/accessibility/accessibility-tools-for-web-developers/index.md b/guide/english/accessibility/accessibility-tools-for-web-developers/index.md index 5d2030af593..d2c7db3f469 100644 --- a/guide/english/accessibility/accessibility-tools-for-web-developers/index.md +++ b/guide/english/accessibility/accessibility-tools-for-web-developers/index.md @@ -46,6 +46,11 @@ There are many tools and online resources that can help you to ensure that your - **Accessible Color Palette Builder** 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. + + +- **WebAIM Color Contrast Checker** + + 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. - **Color contrast Checker**