←back to thread

856 points tontonius | 2 comments | | HN request time: 0s | source
Show context
rollcat ◴[] No.45011054[source]
Wherever you're working with colors and text/emblems, please also consider contrast and legibility: <https://apcacontrast.com/>
replies(1): >>45011138 #
robin_reala ◴[] No.45011138[source]
While the above site is great for measuring with a modern contrast algorithm (it’s the current algorithm for the yet-to-be-released WCAG 3 accessibility standards), it’s worth bearing in mind that the WCAG 2 algorithm is somewhat different, and a legal requirement in many markets / industries. You can check your colours against that with a tool like https://www.siegemedia.com/contrast-ratio, although there are many more.
replies(2): >>45011391 #>>45011915 #
1. ximm ◴[] No.45011915[source]
Any reference to APCA has been removed from the WCAG 3 drafts in 2023 (see https://github.com/w3c/silver/commit/d5b364de1004d76caa7ddc4...).

I am not sure what the status is.

replies(1): >>45012451 #
2. robin_reala ◴[] No.45012451[source]
Oh, interesting, I’d missed that. Good info, thanks!