An open API service indexing awesome lists of open source software.

https://github.com/AlexGarrixen/Cool-Contrast

Inspect the contrast in color combinations, making sure to comply with the accessibility guidelines established by WCAG.
https://github.com/AlexGarrixen/Cool-Contrast

color-contrast color-contrast-checker color-tool contrast-tool nextjs panda-css pandacss react wcag-contrast

Last synced: 3 months ago
JSON representation

Inspect the contrast in color combinations, making sure to comply with the accessibility guidelines established by WCAG.

Awesome Lists containing this project

README

        

![inspect the perfect combination of your colors](./public/seo-og-image.webp "inspect the perfect combination of your colors")

## Features

- 🔎 Feedback on contrast ratio and compliance levels.
- ⚡️ Suggestions to enhance your colors contrast.
- 👀 Preview the results with samples, such as a minimalistic page or a set of UI elements.
- 🎨 Editing in different color spaces.

## Install

Install packages

```bash
npm install
```

Run to generate panda-css output

```bash
npm run panda:prepare
```

Start the dev server

```bash
npm run dev
```

## Building

```bash
npm run panda:prepare && npm run build
```

## Testing

```bash
# execute test suites
npm run test

# generates code coverage reports
npm run test:coverage
```

## License

MIT License © 2023-2024-Present [Alex Garrixen](https://github.com/AlexGarrixen)