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#FFE9E3
200#FFCEC4
300#FFB0A4
400#FF9183
500#FA8072
600#BD5A4F
700#8A3A33
800#5C1E19
900#330300
950#250000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe9e3;
  --brand-200: #ffcec4;
  --brand-300: #ffb0a4;
  --brand-400: #ff9183;
  --brand-500: #fa8072;
  --brand-600: #bd5a4f;
  --brand-700: #8a3a33;
  --brand-800: #5c1e19;
  --brand-900: #330300;
  --brand-950: #250000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe9e3',
  200: '#ffcec4',
  300: '#ffb0a4',
  400: '#ff9183',
  500: '#fa8072',
  600: '#bd5a4f',
  700: '#8a3a33',
  800: '#5c1e19',
  900: '#330300',
  950: '#250000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva