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#FFDEDA
200#FFB6B1
300#FF8886
400#FF505C
500#FC2647
600#C20330
700#92001D
800#650009
900#3F0000
950#300000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdeda;
  --brand-200: #ffb6b1;
  --brand-300: #ff8886;
  --brand-400: #ff505c;
  --brand-500: #fc2647;
  --brand-600: #c20330;
  --brand-700: #92001d;
  --brand-800: #650009;
  --brand-900: #3f0000;
  --brand-950: #300000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdeda',
  200: '#ffb6b1',
  300: '#ff8886',
  400: '#ff505c',
  500: '#fc2647',
  600: '#c20330',
  700: '#92001d',
  800: '#650009',
  900: '#3f0000',
  950: '#300000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva