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#FBE1D6
200#EABBA7
300#D19276
400#B26845
500#A0522D
600#7B3B1D
700#5B2810
800#401700
900#2A0300
950#1F0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fbe1d6;
  --brand-200: #eabba7;
  --brand-300: #d19276;
  --brand-400: #b26845;
  --brand-500: #a0522d;
  --brand-600: #7b3b1d;
  --brand-700: #5b2810;
  --brand-800: #401700;
  --brand-900: #2a0300;
  --brand-950: #1f0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fbe1d6',
  200: '#eabba7',
  300: '#d19276',
  400: '#b26845',
  500: '#a0522d',
  600: '#7b3b1d',
  700: '#5b2810',
  800: '#401700',
  900: '#2a0300',
  950: '#1f0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva