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#DEFBD5
200#B8F2AA
300#8DE57E
400#58D54E
500#32CD32
600#009813
700#006B00
800#004200
900#002100
950#001100

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #defbd5;
  --brand-200: #b8f2aa;
  --brand-300: #8de57e;
  --brand-400: #58d54e;
  --brand-500: #32cd32;
  --brand-600: #009813;
  --brand-700: #006b00;
  --brand-800: #004200;
  --brand-900: #002100;
  --brand-950: #001100;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#defbd5',
  200: '#b8f2aa',
  300: '#8de57e',
  400: '#58d54e',
  500: '#32cd32',
  600: '#009813',
  700: '#006b00',
  800: '#004200',
  900: '#002100',
  950: '#001100',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva