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#DCFFE9
200#B6FFD3
300#8AFFBD
400#4EFDA6
500#00FA9A
600#00B86A
700#008042
800#004E1F
900#002400
950#001200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dcffe9;
  --brand-200: #b6ffd3;
  --brand-300: #8affbd;
  --brand-400: #4efda6;
  --brand-500: #00fa9a;
  --brand-600: #00b86a;
  --brand-700: #008042;
  --brand-800: #004e1f;
  --brand-900: #002400;
  --brand-950: #001200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dcffe9',
  200: '#b6ffd3',
  300: '#8affbd',
  400: '#4efda6',
  500: '#00fa9a',
  600: '#00b86a',
  700: '#008042',
  800: '#004e1f',
  900: '#002400',
  950: '#001200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva