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#DBF5F3
200#B2E6E1
300#84D3CC
400#4CBDB6
500#20B2AA
600#00847D
700#005D58
800#003A37
900#001D19
950#000C05

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dbf5f3;
  --brand-200: #b2e6e1;
  --brand-300: #84d3cc;
  --brand-400: #4cbdb6;
  --brand-500: #20b2aa;
  --brand-600: #00847d;
  --brand-700: #005d58;
  --brand-800: #003a37;
  --brand-900: #001d19;
  --brand-950: #000c05;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dbf5f3',
  200: '#b2e6e1',
  300: '#84d3cc',
  400: '#4cbdb6',
  500: '#20b2aa',
  600: '#00847d',
  700: '#005d58',
  800: '#003a37',
  900: '#001d19',
  950: '#000c05',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva