# postcss-color-contrast-ratio [a]: https://postcss.org [b]: https://www.w3.org/TR/WCAG/#contrast-minimum [PostCSS][a] plugin which allows for creation of colors based upon [WCAG contrast ratios][b]. In: ```css body { color: crab(5, 0, 0); } ``` Out: ```css body { color: #717171; } ``` This readme is a stub. It will contain more information in the future.