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#FFE0E3
200#F2B9BF
300#DE8E98
400#C46171
500#B5485D
600#8C3244
700#681F2F
800#480E1C
900#2D0005
950#220000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe0e3;
  --brand-200: #f2b9bf;
  --brand-300: #de8e98;
  --brand-400: #c46171;
  --brand-500: #b5485d;
  --brand-600: #8c3244;
  --brand-700: #681f2f;
  --brand-800: #480e1c;
  --brand-900: #2d0005;
  --brand-950: #220000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe0e3',
  200: '#f2b9bf',
  300: '#de8e98',
  400: '#c46171',
  500: '#b5485d',
  600: '#8c3244',
  700: '#681f2f',
  800: '#480e1c',
  900: '#2d0005',
  950: '#220000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva