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#E3E8D7
200#BEC8A9
300#95A478
400#6B7E48
500#556B2F
600#3E501F
700#2B3A11
800#1B2600
900#091300
950#000500

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e3e8d7;
  --brand-200: #bec8a9;
  --brand-300: #95a478;
  --brand-400: #6b7e48;
  --brand-500: #556b2f;
  --brand-600: #3e501f;
  --brand-700: #2b3a11;
  --brand-800: #1b2600;
  --brand-900: #091300;
  --brand-950: #000500;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e3e8d7',
  200: '#bec8a9',
  300: '#95a478',
  400: '#6b7e48',
  500: '#556b2f',
  600: '#3e501f',
  700: '#2b3a11',
  800: '#1b2600',
  900: '#091300',
  950: '#000500',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva