Does anyone have an article to recommend on *maximum* contrast ratios for readability of paragraph length text?

[Now answered, thanks!]

#a11y #accessibility

@agvbergin I've never seen anyone talk about maximums in regards to accessibility. I think it's generally accepted that higher is better for people with differing vision abilities... so 21:1 (black on white) would be the highest contrast ratio you can have to allow the most amount of people to be able to read. But I'd be curious to learn if there's something that challenges traditional thinking.

@dkieffer @agvbergin
Pure black and white can be too intense for some people. Especially light-on-dark can cause a vision effect called halation.

I don't have a good source to cite but I've heard one should try to avoid contrast above 18:1 or even 15:1 for your main text content.

https://accessibility.huit.harvard.edu/use-sufficient-color-contras

@cwilcox808 @dkieffer Thanks for this.

I have the halation problem (due to astigmatism) and an additional photosensitivity problem and my "feeling dazzled" issue happens close to 18:1.

I think it might be worse too when white is set to FFF, which thankfully isn't that common.

@agvbergin @cwilcox808 @dkieffer

Yes halation in dark mode can be an issue. But in order to set a max contrast, the contrast calculation has to be perceptually uniform. WCAG2 contrast is not accurate to use this way, and WCAG2 is also not useful for dark mode.

APCA can calculate for dark mode, and we are testing the following maximums (negative Lc value means light text/dark BG).

DARK MODE MAX

Small text (under 24px): Lc -90 max

Medium bold text (24-36px): Lc -85max

Large text (>36px) and thick solid icons or buttons: Lc -80
And Lc -75 max if the BG is darker than `#333333 `

We have a discussion thread on the subject at the APCA forum: https://github.com/Myndex/SAPC-APCA/discussions/106

#color #APCA #WCAG #contrast #darkmode

Discuss Maximum Contrast Here · Myndex SAPC-APCA · Discussion #106

This thread is for the discussion of maximum contrast, and also total screen luminance factors. As of Sept. 1, 2023, the maximum contrast is specified as: Max: Lc -90 This implies that it only affe...

GitHub