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#E4FDD3
200#C5F7A6
300#A1EE78
400#77E244
500#5EDC1F
600#36A200
700#0C7200
800#004600
900#002100
950#001000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e4fdd3;
  --brand-200: #c5f7a6;
  --brand-300: #a1ee78;
  --brand-400: #77e244;
  --brand-500: #5edc1f;
  --brand-600: #36a200;
  --brand-700: #0c7200;
  --brand-800: #004600;
  --brand-900: #002100;
  --brand-950: #001000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e4fdd3',
  200: '#c5f7a6',
  300: '#a1ee78',
  400: '#77e244',
  500: '#5edc1f',
  600: '#36a200',
  700: '#0c7200',
  800: '#004600',
  900: '#002100',
  950: '#001000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva