Inclusive Reading Technologies

@readtech
134 Followers
956 Following
49 Posts

📚 Let's Make Reading Fun Again 📖👓

We are a non-profit focused on research with the aim of improving accessibility and visually enhanced readability for all.

Twitterhttps://twitter.com/A11yReadTech
Readability Criterionhttps://readtech.org
APCA calculatorhttps://apcacontrast.com
Colorblind Simulatorhttps://www.myndex.com/CVD/

I'm working on a #SwiftUI view modifier that calculates a foreground Color that maintains sufficient contrast with the background and also takes the font into account. This can improve #accessibility without too much design-time overhead.

It's using APCA by @Myndex.

@troy_s

Elaborating on this a bit more, looking at the version with the solid bars connecting the in and out-of-shadow dots.

These bars are each the same color throughout, but notice on the grey bar that it appears to have a gradient in the area where it crosses the shadow.

2025 should be the year you stop using WCAG 2 colour contrast testing, and switch to APCA. This article is a few years old, and covers everything well. https://blog.datawrapper.de/color-contrast-check-data-vis-wcag-apca/
It's time for a more sophisticated color contrast check for data visualizations - Datawrapper Blog

The WCAG contrast requirements are flawed. Here's what a new approach could mean for data visualizations.

Datawrapper Blog

@leaverou @eric

"Unvetted" is WCAG 2 contrast, which had no testing, no peer review, and in fact was objected to by stakeholders like IBM back in 2008.

APCA has undergone over three years of public beta testing. The current version has been stable since February 15, 2021, and has had substantial third party expert review, including journal published peer-review, review by PhD-level accessibility experts, and was created with the oversight of W3C/WAI in the Visual Contrast Group and LVTF, which includes members of the US Access Board.

As is well known, the open public testing and open discussion continues at:
https://github.com/Myndex/SAPC-APCA/discussions

WCAG3 did a full reset, starting nearly from scratch. Because visual accessibility is a critical need, APCA guidelines are in public working draft stage as the APC Readability Criteria, a guideline hosted by the non-profit Inclusive Reading Technologies, Inc. https://readtech.org/ARC/

Questions and comments welcome at the GitHub forum linked above.

Myndex SAPC-APCA · Discussions

Explore the GitHub Discussions forum for Myndex SAPC-APCA. Discuss code, ask questions & collaborate with the developer community.

GitHub

I'm severely colourblind - my eyes can hardly detect red light at all.
So, working in web development, picking colour schemes is hard.
There are tools around to help you pick accessible colour schemes, but they assume that you can tell by looking that a colour is the one you want, and the only information you need the computer to calculate is the contrast ratio.
I realised I need a tool that will take the name of a colour and find a shade that gives a target contrast ratio.

Here it is: https://colourblind-palette-maker.glitch.me/

It uses the new APCA perceptual contrast algorithm and the Oklab colour space to help me find colours that people with better colour vision will interpret correctly, while ensuring there's good contrast for as many people as possible.

#accessibility #a11y #WebDev

Colour palette maker for colourblind CLP

A tool to help me, with limited colour vision, make accessible colour palettes.

Recent positive, independent peer review of APCA:

"...15 years since the adoption of WCAG 2.0...enhanced color models adapted to human perception, have been developed...APCA shows more accurate results for measuring color contrast..."

#a11y #Webdesign #accessibility #color #colour #contrast #APCA #WCAG

https://doi.org/10.1007/978-3-031-35992-7_53

Color contrast tools to check against APCA

EL introduced me to contrast.tools recently, it uses the Advanced Perception of Color Algorithm (APCA) to check the accessibility of your text based on the desired colors and the font weight + size. But importantly, it also provides a lookup table to verify how you should (possibly, probably) interpret things.
I think that APCA is being floated as the new contrast…

https://piperhaywood.com/color-contrast-tools-to-check-against-apca/

#accessibility #APCA #color

Color contrast tools to check against APCA — Piper Haywood

EL introduced me to contrast.tools recently, it uses the Advanced Perception of Color Algorithm (APCA) to check the accessibility of your text based on

Piper Haywood

The other day I was trying to understand how much different colors contrast with each other so I’ve built a toy that you can play around with and see it!

You can change the background and foreground color and see how much they contrast with both #wcag and #APCA

Let me know what you think

https://rosenqvist.design/contrast-toy/

#accessibility #a11y

Contrast-toy

A small interactive toy to play around with WCAG and APCA contrast values

@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

I was recently interviewed by Colleen Gratzer at @creativeboostco regarding APCA, Inclusive Reading Technologies, and guideline development.

We covered the important basics of perceptual uniformity, with ample visual examples.

#Webdesign #accessibility #A11y #WCAG #APCA #inclusive

https://creative-boost.com/apca-contrast/

How APCA Changes Accessible Contrast—With Andrew Somers | Design Domination

Find out the problem with WCAG contrast ratios, why APCA is more accurate and how you can make your colors more accessible.

creative-boost.com