| 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 |
 |
| 8 |
|
| 9 |
This code powers https://contrast.jefftml.com/ |
| 10 |
|