Colors and accessibility
color.review
Colors and accessibility
1–10 of 18 posts
Re: Colors and accessibility
#2I also don't understand how #EB8521 or #00BBC9 could outright fail even the Headlines test when they're so clearly legible, which makes me think maybe this WCAG standard is not what I really want to optimize for, thank you very much.
Re: Colors and accessibility
#3I love the concept, but I would appreciate if they provided some more color around the WCAG standard it uses. I also don't understand how #EB8521 or #00BBC9 could outright fail even the Headlines test when they're so clearly legible, which makes me think maybe this WCAG standard is not what I really want to optimize for, thank you very much.
…to you, in (I assume) good or great viewing conditions. For other folks, and/or in challenging viewing conditions, they'll be significantly more difficult to read than higher-contrast options.
Re: Colors and accessibility
#4Re: Colors and accessibility
#5I love the concept, but I would appreciate if they provided some more color around the WCAG standard it uses. I also don't understand how #EB8521 or #00BBC9 could outright fail even the Headlines test when they're so clearly legible, which makes me think maybe this WCAG standard is not what I really want to optimize for, thank you very much.
I can agree that WCAG guidelines are a bit harsh sometimes but it makes sure that everyone have a good chance to view the content. Eyes, colors & computers interact in complex ways.
Also, in many countries, by law, you have to follow WCAG, specially for the public sector.
If you are interested how and what values W3 have chosen you can read more here: https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhance...
Don't fully understand what you mean by providing "color around the WCAG".
Re: Colors and accessibility
#6It is just me, or is it hard to read this website? I'm reading this website fullscreen on 22" monitor, and it's still too hard to read, as I find the main text (Raleway 16pt) too thin. Also the text changes sizes dramatically, from 16px (main text) to 22px (quote) to 13px (sub-text).
Also, the color & background of the article changes when you use the color-picker to give you more visual feedback of the selected colors.
/Anton - creator
Re: Colors and accessibility
#7I would have liked a simple way to automatically adjust the colors. Are the formulas behind the site available somewhere? That would make a nice utility function for Octave as well :)
[1]: https://savannah.gnu.org/bugs/?func=detailitem&item_id=53995
Re: Colors and accessibility
#8I love the concept, but I would appreciate if they provided some more color around the WCAG standard it uses. I also don't understand how #EB8521 or #00BBC9 could outright fail even the Headlines test when they're so clearly legible, which makes me think maybe this WCAG standard is not what I really want to optimize for, thank you very much.
Hi, Anton, the creator of Color.review here. I can agree that WCAG guidelines are a bit harsh sometimes but it makes sure that everyone have a good chance to view the content. Eyes, colors & computers interact in complex ways. Also, in many countries, by law, you have to follow WCAG, specially for the public sector. If you are interested how and what values W3 have chosen you can read more here: https://www.w3.org/WA…
> Don't fully understand what you mean by providing "color around the WCAG".
I suppose that was a bad attempt at a pun... I've changed the wording slightly to make it more obvious ;-)
Re: Colors and accessibility
#9Re: Colors and accessibility
#10AAA line was added in v74. AA line has been there since v65: https://developers.google.com/web/updates/2018/01/devtools#c...
The Audits panel (powered by Lighthouse, which in turn is powered by aXe for the a11y audits) also has an audit ("Background and foreground colors do not have a sufficient contrast ratio") that checks the contrast ratio of all text nodes on a page. In other words you can automate this check.
Disclosure: I write the DevTools and Lighthouse docs.