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#EEFFF3
200#DCFCE5
300#C8F8D7
400#B4F3C8
500#AAF0C1
600#76AF89
700#4B795B
800#244932
900#011F0D
950#000900

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eefff3;
  --brand-200: #dcfce5;
  --brand-300: #c8f8d7;
  --brand-400: #b4f3c8;
  --brand-500: #aaf0c1;
  --brand-600: #76af89;
  --brand-700: #4b795b;
  --brand-800: #244932;
  --brand-900: #011f0d;
  --brand-950: #000900;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eefff3',
  200: '#dcfce5',
  300: '#c8f8d7',
  400: '#b4f3c8',
  500: '#aaf0c1',
  600: '#76af89',
  700: '#4b795b',
  800: '#244932',
  900: '#011f0d',
  950: '#000900',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva