Color system suite — free to start
From palette
to production.
Generate palettes, build and validate color systems, check contrast, and export production-ready tokens for CSS, Tailwind, and JSON.
brand
Build, audit, ship
Build
Start from a palette, a photo, or a single brand hex. Lock what works, generate around it, and grow it into a full scale.
Open the generatorAudit
Find what's broken before your users do — failing contrast, duplicate greys, colors that collapse under color-vision deficiency.
Check a paletteShip
Export semantic tokens your code can consume — CSS variables, Tailwind theme, JSON, or DTCG — with the measured contrast attached.
See the exportJump into
From first color to shipped tokens
Four steps, 17 tools. Pick a step — everything in it opens free, no account.
Step 01 · Generate
Step 02 · Understand
Step 03 · Validate
The whole point
Color systems
Palette → scale → semantic tokens. Three steps, and only the first one is a palette.
- 01
Palette
Five colors you like. This is where most tools stop.
- 02
Scale
Each one grown into a 50–950 ramp in OKLCH, so the light and dark ends keep the hue instead of drifting grey.
- 03
Semantic tokens
Named by the job, not the hue — with the contrast ratio of every pairing measured and attached.
- --color-background
- #EFF6FF—
- --color-text
- #0F172A16.4:1
- --color-primary
- #10B9812.3:1
- --color-secondary
- #2563EB4.7:1
- --color-accent
- #1D4ED86.2:1
Audit
Color debt
Paste your CSS and find out how many of your colors are the same color.
- Files scanned
- 3
- Distinct colors
- 10
- Removable
- 4
- Color debt
- 40%
Every finding carries the file and line it came from, and the ΔE you'd be giving up by merging — so a cleanup stays a review, not a leap of faith.
Diagnose a palette instead- 211
3 colors are the same color — keep
ΔE 0.4#2563EB - 21
2 colors are the same color — keep
ΔE 0.4#64748B - 11
2 colors are the same color — keep
ΔE 0.5#E2E8F0
15 color declarations across tokens.css, button.css, card.css
Inspect
Website inspector
Paste a URL to extract its colors, typography, and assets.
Colors
Type scale
- h1
- 48px / 700 / 60px
- h2
- 30px / 600 / 36px
- body
- 16px / 400 / 26px
- 01
URL
Paste any address. Nothing to install, no extension permissions.
- 02
Colors
Its palette, gradients, type scale and downloadable assets — read out of the authored CSS, resolved through the real cascade at a 1280px viewport.
- 03
System
Send what you found straight into the generator or the doctor, and turn someone's stylesheet into a palette you can work with.
- Try it on your own site
Accessibility
Contrast, measured
WCAG AA and AAA on every pairing, plus eight color-vision deficiencies — checked while you build.
- Body text10.35:1AAA
- Amber accent2.15:1Fail
One-click fix darkens it to#9D66074.84:1— same hue, passing.
- Brand blue5.17:1AA
And how it looks to everyone else
A palette that passes contrast can still fall apart for the ~8% of men with a color-vision deficiency, because two colors that differ in hue can be identical once that hue is gone. The simulator shows the palette through each deficiency so you find that before you ship it.
Simulate color visionDiagnosis stays free, permanently — the score, the thresholds and the arithmetic behind them are published. Pro pays for applying the fix, not for being told there is one.
Ship
Export
The palette leaves as code, not as a screenshot of five squares.
:root {
--color-primary: #10b981;
--color-secondary: #2563eb;
--color-accent: #1d4ed8;
--color-background: #eff6ff;
--color-text: #0f172a;
--color-1: #eff6ff;
--color-2: #2563eb;
--color-3: #1d4ed8;
--color-4: #10b981;
--color-5: #0f172a;
}Tailwind is two formats
v4 is CSS-first — the export emits an @theme block where the variable name is the utility name. The v3 config object is a separate download, because plenty of projects are still on v3.
DTCG values are objects
The stable Design Tokens spec defines a color $value as { colorSpace, components } — not the "#rrggbb" string most tutorials still show. The export follows the spec.
SCSS, Tailwind v3, plain HEX and a print-ready PDF with CMYK and nearest-Pantone values are all in the export modal too.
Export full 50–950 scalesWhy this exists
More than a palette generator
Picking five colors is the easy part. The work is everything that happens after.
A palette generator gives you
- Five colors you liked
- A hex code to copy
- A pretty gallery
- Maybe a contrast badge
This gives you
The full scale, in OKLCH
Every color grown to 50–950 without the hue drifting grey at the ends.
Semantic tokens with measured contrast
Named by role, each pairing shipped with the ratio it was measured at, so nobody re-audits it downstream.
A diagnosis in plain English
What's wrong, why it's wrong, and the published arithmetic behind the score — free, permanently.
An audit you can commit
Findings, severities and thresholds as a file that diffs cleanly next to the code it describes.
The colors you already have
Point it at a live site or paste your CSS, and start from the system that exists rather than a blank canvas.
Deterministic, every time
All of it is color math, not a model. The same palette gives the same answer today and next year.
Pricing
Free to use, free to keep using
Finding what's wrong is free, permanently. Pro adds the one-click fix and the production export.
What you get | Free$0forever | Pro$6per month |
|---|---|---|
| Included for everyone | ||
| Full palette diagnosis — every problem, in plain English | Included | Included |
| The score's full arithmetic and published thresholds | Included | Included |
| Palette generator — lock, harmony rules, drag & reorder | Included | Included |
| Contrast checker & color-blind simulator | Included | Included |
| Photo picker, recolor & bulk converter | Included | Included |
| Gradient maker & curated gallery | Included | Included |
| Export to CSS, SCSS, Tailwind, JSON & DTCG design tokens | Included | Included |
| Shareable palette links | Included | Included |
| Up to 30 saved palettes | Included | Included |
| Pro unlocks | ||
| One-click palette repair | Not included | Included |
| Semantic design tokens | Not included | Included |
| Exportable audit report | Not included | Included |
| Merge duplicate colors | Not included | Included |
| Palette compression | Not included | Included |
Also in Pro
- Unlimited saved palettes
- Print-ready PDF export
- Ad-free browsing
- Full export suite
- Support an independent tool
No card and no trial clock on the free tier. Cancel Pro any time from your account page.
One hue, graded
Build better with
Generate it, find out what's wrong with it, fix it, and export the tokens. Free, no sign-up.