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#E7F9F2
200#CDEEE1
300#B0E1CF
400#92D3BC
500#82CBB2
600#599581
700#376858
800#184033
900#001D13
950#000900

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7f9f2;
  --brand-200: #cdeee1;
  --brand-300: #b0e1cf;
  --brand-400: #92d3bc;
  --brand-500: #82cbb2;
  --brand-600: #599581;
  --brand-700: #376858;
  --brand-800: #184033;
  --brand-900: #001d13;
  --brand-950: #000900;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7f9f2',
  200: '#cdeee1',
  300: '#b0e1cf',
  400: '#92d3bc',
  500: '#82cbb2',
  600: '#599581',
  700: '#376858',
  800: '#184033',
  900: '#001d13',
  950: '#000900',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva