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#EBFFE2
200#D5FFC5
300#BEFEA8
400#A4FB8A
500#96F97B
600#64B650
700#3A7F2B
800#124D09
900#002200
950#000E00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ebffe2;
  --brand-200: #d5ffc5;
  --brand-300: #befea8;
  --brand-400: #a4fb8a;
  --brand-500: #96f97b;
  --brand-600: #64b650;
  --brand-700: #3a7f2b;
  --brand-800: #124d09;
  --brand-900: #002200;
  --brand-950: #000e00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ebffe2',
  200: '#d5ffc5',
  300: '#befea8',
  400: '#a4fb8a',
  500: '#96f97b',
  600: '#64b650',
  700: '#3a7f2b',
  800: '#124d09',
  900: '#002200',
  950: '#000e00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva