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#E2E5D2
200#BBC29F
300#909B69
400#627233
500#4B5D16
600#37460B
700#273300
800#1B2200
900#0B1100
950#000400

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e2e5d2;
  --brand-200: #bbc29f;
  --brand-300: #909b69;
  --brand-400: #627233;
  --brand-500: #4b5d16;
  --brand-600: #37460b;
  --brand-700: #273300;
  --brand-800: #1b2200;
  --brand-900: #0b1100;
  --brand-950: #000400;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e2e5d2',
  200: '#bbc29f',
  300: '#909b69',
  400: '#627233',
  500: '#4b5d16',
  600: '#37460b',
  700: '#273300',
  800: '#1b2200',
  900: '#0b1100',
  950: '#000400',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva