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#FFF2F5
200#FFE3E7
300#FFD2D9
400#FFBFC9
500#FFB6C1
600#BE838C
700#87585F
800#563238
900#2A1015
950#180000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff2f5;
  --brand-200: #ffe3e7;
  --brand-300: #ffd2d9;
  --brand-400: #ffbfc9;
  --brand-500: #ffb6c1;
  --brand-600: #be838c;
  --brand-700: #87585f;
  --brand-800: #563238;
  --brand-900: #2a1015;
  --brand-950: #180000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff2f5',
  200: '#ffe3e7',
  300: '#ffd2d9',
  400: '#ffbfc9',
  500: '#ffb6c1',
  600: '#be838c',
  700: '#87585f',
  800: '#563238',
  900: '#2a1015',
  950: '#180000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva