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#DDE4D1
200#B1BE9A
300#819462
400#4F692A
500#35530A
600#273F03
700#1C2F00
800#141F00
900#021200
950#000600

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dde4d1;
  --brand-200: #b1be9a;
  --brand-300: #819462;
  --brand-400: #4f692a;
  --brand-500: #35530a;
  --brand-600: #273f03;
  --brand-700: #1c2f00;
  --brand-800: #141f00;
  --brand-900: #021200;
  --brand-950: #000600;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dde4d1',
  200: '#b1be9a',
  300: '#819462',
  400: '#4f692a',
  500: '#35530a',
  600: '#273f03',
  700: '#1c2f00',
  800: '#141f00',
  900: '#021200',
  950: '#000600',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva