Shade Generator

A perceptual 50–950 scale from any color. Interpolated in CIE-LAB so each step looks evenly spaced to the eye; step 500 is always your base color.

50#FFFFFF
100#E9FFEC
200#D2FFD9
300#B9FFC6
400#9EFEB3
500#90FDA9
600#5FB975
700#35804A
800#0D4E24
900#002200
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e9ffec;
  --brand-200: #d2ffd9;
  --brand-300: #b9ffc6;
  --brand-400: #9efeb3;
  --brand-500: #90fda9;
  --brand-600: #5fb975;
  --brand-700: #35804a;
  --brand-800: #0d4e24;
  --brand-900: #002200;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e9ffec',
  200: '#d2ffd9',
  300: '#b9ffc6',
  400: '#9efeb3',
  500: '#90fda9',
  600: '#5fb975',
  700: '#35804a',
  800: '#0d4e24',
  900: '#002200',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva