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#F8DFD1
200#E2B69C
300#C48A66
400#9F5C30
500#8B4513
600#6C3208
700#512200
800#3A1400
900#290200
950#1F0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f8dfd1;
  --brand-200: #e2b69c;
  --brand-300: #c48a66;
  --brand-400: #9f5c30;
  --brand-500: #8b4513;
  --brand-600: #6c3208;
  --brand-700: #512200;
  --brand-800: #3a1400;
  --brand-900: #290200;
  --brand-950: #1f0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f8dfd1',
  200: '#e2b69c',
  300: '#c48a66',
  400: '#9f5c30',
  500: '#8b4513',
  600: '#6c3208',
  700: '#512200',
  800: '#3a1400',
  900: '#290200',
  950: '#1f0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva