10 lines · 659 B
Raw Download
1
# contrast-logic
2
This site determines the contrast between multiple colors, lists compatible combinations, and shows a grid of all possible foreground and background color combinations. 
3
* Supports all CSS color styles, named colors (coral), and CMYK.
4
* Supports alpha and calculates contrast for alpha mixed over background colors to determine actual contrast ratios.
5
* Downloading the report as an .html file is also included, as well as a help document that covers common questions and documents how this tool works.
6
7
![image](https://github.com/user-attachments/assets/0d84b329-df71-4d3a-bf30-7fd7c8881382)
8
9
This code powers https://contrast.jefftml.com/
10