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#DCFFE3
200#B7FFC7
300#8BFFAB
400#4FFF8E
500#00FF7F
600#00BB53
700#00822F
800#00500E
900#002500
950#001300

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dcffe3;
  --brand-200: #b7ffc7;
  --brand-300: #8bffab;
  --brand-400: #4fff8e;
  --brand-500: #00ff7f;
  --brand-600: #00bb53;
  --brand-700: #00822f;
  --brand-800: #00500e;
  --brand-900: #002500;
  --brand-950: #001300;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dcffe3',
  200: '#b7ffc7',
  300: '#8bffab',
  400: '#4fff8e',
  500: '#00ff7f',
  600: '#00bb53',
  700: '#00822f',
  800: '#00500e',
  900: '#002500',
  950: '#001300',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva