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#E4DDD9
200#BDB1A9
300#918176
400#625043
500#4B382A
600#3A2B1F
700#2C1F16
800#20150B
900#150600
950#0C0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e4ddd9;
  --brand-200: #bdb1a9;
  --brand-300: #918176;
  --brand-400: #625043;
  --brand-500: #4b382a;
  --brand-600: #3a2b1f;
  --brand-700: #2c1f16;
  --brand-800: #20150b;
  --brand-900: #150600;
  --brand-950: #0c0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e4ddd9',
  200: '#bdb1a9',
  300: '#918176',
  400: '#625043',
  500: '#4b382a',
  600: '#3a2b1f',
  700: '#2c1f16',
  800: '#20150b',
  900: '#150600',
  950: '#0c0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva