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#E3F8D1
200#C2EAA1
300#9CD96F
400#71C637
500#58BC08
600#368B00
700#176200
800#023D00
900#001F00
950#000E00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e3f8d1;
  --brand-200: #c2eaa1;
  --brand-300: #9cd96f;
  --brand-400: #71c637;
  --brand-500: #58bc08;
  --brand-600: #368b00;
  --brand-700: #176200;
  --brand-800: #023d00;
  --brand-900: #001f00;
  --brand-950: #000e00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e3f8d1',
  200: '#c2eaa1',
  300: '#9cd96f',
  400: '#71c637',
  500: '#58bc08',
  600: '#368b00',
  700: '#176200',
  800: '#023d00',
  900: '#001f00',
  950: '#000e00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva