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#E9E9D7
200#CBCCAA
300#A8AA7A
400#82884A
500#6F7632
600#525820
700#393F11
800#242800
900#131300
950#030300

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e9e9d7;
  --brand-200: #cbccaa;
  --brand-300: #a8aa7a;
  --brand-400: #82884a;
  --brand-500: #6f7632;
  --brand-600: #525820;
  --brand-700: #393f11;
  --brand-800: #242800;
  --brand-900: #131300;
  --brand-950: #030300;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e9e9d7',
  200: '#cbccaa',
  300: '#a8aa7a',
  400: '#82884a',
  500: '#6f7632',
  600: '#525820',
  700: '#393f11',
  800: '#242800',
  900: '#131300',
  950: '#030300',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva