For Toolmakers — let us know here! #51
Replies: 10 comments 1 reply
-
contrast-suggester.com - Suggests a contrast color for a given color, font size and font weight. It's uses HSLuv color space for finding contrast shades, unlike any in this list so far. |
Beta Was this translation helpful? Give feedback.
-
Caravage a Figma plugin to check the contrast accessibility of the selected text. It is still in beta, any feedback is appreciate 🙏 |
Beta Was this translation helpful? Give feedback.
-
https://github.blog/2022-06-14-accelerating-github-theme-creation-with-color-tooling/ does NOT include APCA, but should. Looks like contrast is via color2k. |
Beta Was this translation helpful? Give feedback.
-
Color Contrast is an iOS app to measure the contrast between two colours in a screenshot or mobile website. The APCA algorithm is available as an option, with the Bridge PCA being used to show the modified WCAG ratio. Any feedback is appreciated. |
Beta Was this translation helpful? Give feedback.
-
I came across this interesting tool: https://randoma11y.com/apca?color=%23c91313 |
Beta Was this translation helpful? Give feedback.
-
A sass implementation of the APCA: https://github.com/gfellerph/sass-apca. Feedback very welcome. |
Beta Was this translation helpful? Give feedback.
-
We have implemented WCAG 2 as well as APCA contrast checker in Atmos - Everything you need to create color palettes. Can be seen live at https://atmos.style/contrast-checker |
Beta Was this translation helpful? Give feedback.
-
Hi, my Figma plugin HCL color has been supporting APCA for the past few years! 🤓 https://www.figma.com/community/plugin/889859275438287504 My other Figma plugin, Generator, also has a node that can check both WCAG2 and APCA color contrast: https://www.figma.com/community/plugin/899028246731755335 |
Beta Was this translation helpful? Give feedback.
-
👋 Would love to request permission to use of APCA in Cobalt, open-source (MIT) tooling for the W3C Design Token format. Specifically, I’m thinking about adding “tests” to the tool, that run automatic contrast checkers on your design tokens so you can catch regressions. Being able to use APCA would be very handy for designers managing design systems who want to go the extra mile for contrast compliance (and since they can specify their fonts in design tokens as well, they could even test those too). Love your work, and love this tool! |
Beta Was this translation helpful? Give feedback.
-
Hello @Myndex ! I think i've forgotten to mention my Sass library for auto-generate color contrast with APCA algo here... There it is: |
Beta Was this translation helpful? Give feedback.
-
This thread is only to list links to current tools that use APCA, APCA-W3, Bridge-PCA, SAPC, or SACAM technologies.
If you have a tool you'd like us to checkout and list here, please feel free to post the link and a bit of information about it in this thread, or message me direct. Thank you!!!
The contents of this post are periodically moved to the Master Public List
Third Party APCA Tools
Please post a message to have your tool added to the list!
Take note that some of these tools are works in progress, and not all of them have been fully analyzed for accuracy or conformance to APCA standards. We will be starting qualification testing in the near future.
Tailwind
Stark APCA Beta
Accessible Palette
Huetone
Polypane Color Contrast
Cliam's Contrast
Ambient Color Generation Tool
Atmos
contrast-suggester.com
Also a GitHub repo too
Zebra for Figma
Caravage for Figma
RandomA11y APCA
contrast-checker Vercel app
Contrast Tools
Contrast Checker
APCA Flip Black/White
Also, the GitHib repo
Japanese Experimental
Also, the GitHib repo
BRIDGE PCS VARIANTS
color-contrast.dev
Color Contrast iOS app
Browsers
Chrome Dev Tools
Microsoft Edge Dev Tools
Code Libraries & Systems with APCA
Color.js
SASS-APCA
A11y Color Contrast
OxyProps/BrickProps
Works in Progress
These are some works in progress, functionality was not complete at the last time I checked, and or may have math or implementation errors. If your tool is on this portion of the list, please feel free to reach out, I'm more than happy to assist.
Leonardo
ROKING-A11Y APCA Evaluator
AdamSzakal APCA-contrast
Basically looks like a work in progress, does not show polarity in the results.
Visual Contrast Figma Plugin
https://jolly-feynman-28ea37.netlify.app
Official Myndex Tools
APCA W3 Tool
Color Vision Deficiency (ColorBlind) Simulator
Bridge-PCA
SAPC Development Site
Official Repositories
APCA W3
And the npm install is
npm i apca-w3
Bridge-PCA
And the npm install is
npm i bridge-pca
The Main SAPC APCA SARCAM
This repo right here...
Guidelines for Accessible Readable Design
In development at Accessible Reading Technologies: GARD is a developing set of readability design guidelines.
deltaPhiStar
An alternate and highly simplified contrast algorithm. Still fairly perceptually uniform though less accurate for very high and very low contrast, and it's not polarity aware.
See Stars
Myndex microlibrary for CIE Lstar, for use with deltaPhiStar
Fancy Font Flipping
Related to APCA methods, but separate—this is a demonstrator for when to flip a text color from black to white, based on the luminance of the background. CodePen also available, and also read this Gist article.
Color Parsley
A lightweight but versatile color parsing utility with no dependencies
NPM Install:
npm i colorparsley
Other Resources
https://linktr.ee/Myndex
This is a linktree of articles and information regarding APCA.
Why APCA™
A brief overview of APCA. This is a good place to start if you are new to perceptually uniform contrast.
Myndex Color & Contrast Resources
A catalog of contrast and color resources.
Accessibility Statement for Beta Testers
Beta testers may wish to include the following statement in their sites boilerplate:
There are additional versions in the Accessibility Statements file
This website is using the APCA™ readability guidelines for determining visual contrast of text and non-text elements.
This site's visually-readable primary content is designed to meet or exceed the conformance level of: <insert bronze/silver/gold> as defined in version: of the beta APCA Readability Criteria (ARC), which provide improved visual readability, enhancing the actual accessibility for users of this website. If you have questions, concerns, or problems, please contact the accessibility manager at <insert Accessibility manager's contact info here>
Copyright © 2021-2023 by Andrew Somers. All Rights Reserved. Patent(s) Pending.
Beta Was this translation helpful? Give feedback.
All reactions