https://github.com/Evercoder/culori
A comprehensive color library for JavaScript.
https://github.com/Evercoder/culori
cielab cielch color color-difference css-color din99 hsl hsv hwb ictcp interpolation jzazbz lab oklab rgb
Last synced: about 1 month ago
JSON representation
A comprehensive color library for JavaScript.
- Host: GitHub
- URL: https://github.com/Evercoder/culori
- Owner: Evercoder
- License: mit
- Created: 2018-03-27T15:05:09.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T20:51:28.000Z (5 months ago)
- Last Synced: 2025-03-10T11:03:02.011Z (about 1 month ago)
- Topics: cielab, cielch, color, color-difference, css-color, din99, hsl, hsv, hwb, ictcp, interpolation, jzazbz, lab, oklab, rgb
- Language: JavaScript
- Homepage: https://culorijs.org
- Size: 6 MB
- Stars: 924
- Watchers: 8
- Forks: 30
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Evercoder/culori - A comprehensive color library for JavaScript. (JavaScript)
- my-awesome-list - culori
- awesome-starred-test - Evercoder/culori - A comprehensive color library for JavaScript. (JavaScript)
- awesome-list - culori
README

Culori is a comprehensive color library for JavaScript that works across many color spaces to offer conversion, interpolation, color difference formulas, blending functions, and more. It provides up-to-date support for the color spaces defined in [CSS Color Module Level 4](https://drafts.csswg.org/css-color/) specification.
```bash
npm install culori
```The full documentation is published on [culorijs.org](https://culorijs.org). Some quick entry points:
- [Getting started](https://culorijs.org/getting-started)
- [API References](https://culorijs.org/api/)
- [Supported color spaces](https://culorijs.org/color-spaces/)## Contributing
Contributions of all kinds (feedback, ideas, bug fixes, documentation) are welcome.
Please open a GitHub issue/discussion before putting in any work that’s not straightforward.
More in [CONTRIBUTING.md](./CONTRIBUTING.md).