huetone
# [Huetone](https://huetone.ardov.me) The app helps you to create accessible color systems with predictable contrast ratios. Check this [twitter thread](https://twitter.com/ardovalexey/status/1447329411678806023) to learn more. ## Run locally 1. Install [Yarn](https://yarnpkg.com/getting-started/install) 2. Clone and open Huetone repo 3. Run `yarn` to install dependencies 4. Run `yarn start` and open [http://localhost:3000](http://localhost:3000/) 5. You are excellent! ## Thanks - [Lea Verou](https://twitter.com/LeaVerou), [Chris Lilley](https://twitter.com/svgeesus) and the CSS working group for providing all the essential code for color conversions. - [Gregor Aisch](https://github.com/gka) for making the great [chroma.js](https://github.com/gka/chroma.js) library. - [Andrew Somers](https://github.com/Myndex) for developing the Advanced Perceptual Contrast Algorithm (APCA). Note: it's still a working draft for WCAG 3. To learn more check [this thread](https://github.com/w3c/wcag/issues/695) or read that [article](https://www.w3.org/WAI/GL/task-forces/silver/wiki/Visual_Contrast_of_Text_Subgroup). - Stripe team for publishing that [article](https://stripe.com/blog/accessible-color-systems) back in 2019 which inspired me to make this app.