Palette Pick

From one colour to a usable scale.

Type a hex value, get a full Tailwind-style 50–950 ramp plus WCAG contrast scores against black and white. Copy the config and ship.

Base colour

Scale name

50
100
200
300
400
500
600
700
800
900
950

brand-50

#E2FFF0

failAAA

brand-100

#C3FCDF

failAAA

brand-200

#ACEECD

failAAA

brand-300

#8BD9B4

failAAA

brand-400

#61C196

failAAA

brand-500

#25A676

AA·lgAA

brand-600

#00885D

AA·lgAA

brand-700

#006947

AAAA·lg

brand-800

#004E34

AAAfail

brand-900

#003623

AAAfail

brand-950

#002013

AAAfail

Config

@theme {
  --color-brand-50: #e2fff0;
  --color-brand-100: #c3fcdf;
  --color-brand-200: #aceecd;
  --color-brand-300: #8bd9b4;
  --color-brand-400: #61c196;
  --color-brand-500: #25a676;
  --color-brand-600: #00885d;
  --color-brand-700: #006947;
  --color-brand-800: #004e34;
  --color-brand-900: #003623;
  --color-brand-950: #002013;
}

OKLCH ramp

Lightness steps in perceptually uniform space, with automatic chroma adjustment near the extremes — no muddy 900s or washed out 50s.

WCAG built-in

Every shade is rated against black and white using WCAG 2.1 contrast formulas. AA, AAA, or fail — visible at a glance.

Drop-in config

Export for Tailwind v4 (@theme) or v3 (tailwind.config.js). Paste, save, done.