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#E8EFE5
200#CAD7C5
300#AABDA4
400#88A181
500#77926F
600#566C50
700#3A4C35
800#22301E
900#091702
950#000400

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e8efe5;
  --brand-200: #cad7c5;
  --brand-300: #aabda4;
  --brand-400: #88a181;
  --brand-500: #77926f;
  --brand-600: #566c50;
  --brand-700: #3a4c35;
  --brand-800: #22301e;
  --brand-900: #091702;
  --brand-950: #000400;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e8efe5',
  200: '#cad7c5',
  300: '#aabda4',
  400: '#88a181',
  500: '#77926f',
  600: '#566c50',
  700: '#3a4c35',
  800: '#22301e',
  900: '#091702',
  950: '#000400',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva