Evercoder/culori
A comprehensive color library for JavaScript. observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 90
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3081
- days_rel: 432
- days_push: 62
- n_releases_24m: 1
Adoption not part of the score
1225 stars · 37 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Culori is a comprehensive JavaScript color library supporting conversion, interpolation, blending, and color difference formulas across many color spaces, including all formats from the CSS Colors Level 4 specification. It uses a function-oriented API where colors are plain JavaScript objects, and offers a tree-shakeable build for optimized bundle sizes.
Use cases
- convert colors between rgb, hsl, lab, oklab, and other color spaces
- parse and format CSS color strings including hex, rgb(), and color() functions
- compute perceptual color difference between two colors
- interpolate colors to build gradients
- blend colors with blend modes
- manipulate alpha channels accurately in color values
- build a color picker or design tool in JavaScript
When to choose
- you need broad, standards-compliant color space support in JavaScript or TypeScript
- you want a lightweight, tree-shakeable library for browser bundles
- you need accurate color difference formulas like CIE Lab or OKLab
- you prefer a functional API with colors as plain objects
When to avoid
- you need color management with ICC profiles
- you work primarily in a non-JavaScript language
- you need image-level color processing rather than individual color values
Facets
library · maturity stable
serialization developer-tools web-development frontend graphics browser cross-platform color color-space css-color color-conversion interpolation color-difference tree-shakeable algorithms javascript nodejs deno
3 sources
- readme: https://github.com/Evercoder/culori · fetched 2026-08-28 · 048d3c6cd674
- homepage: https://culorijs.org · fetched 2026-08-29 · 36053808eb6f
- site_page: https://culorijs.org/getting-started · fetched 2026-08-29 · ef99da4c0ff8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Evercoder/culori | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="Evercoder/culori")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem