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#FFFAFA
200#FFF5F3
300#FFEEEC
400#FFE7E5
500#FFE4E1
600#BBA5A2
700#81706E
800#4E4140
900#221817
950#0B0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fffafa;
  --brand-200: #fff5f3;
  --brand-300: #ffeeec;
  --brand-400: #ffe7e5;
  --brand-500: #ffe4e1;
  --brand-600: #bba5a2;
  --brand-700: #81706e;
  --brand-800: #4e4140;
  --brand-900: #221817;
  --brand-950: #0b0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fffafa',
  200: '#fff5f3',
  300: '#ffeeec',
  400: '#ffe7e5',
  500: '#ffe4e1',
  600: '#bba5a2',
  700: '#81706e',
  800: '#4e4140',
  900: '#221817',
  950: '#0b0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva