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#FFEAEE
200#FFD1D8
300#FFB5C0
400#FC97A7
500#F7879A
600#BB5F70
700#883E4C
800#5A202C
900#30050F
950#210000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffeaee;
  --brand-200: #ffd1d8;
  --brand-300: #ffb5c0;
  --brand-400: #fc97a7;
  --brand-500: #f7879a;
  --brand-600: #bb5f70;
  --brand-700: #883e4c;
  --brand-800: #5a202c;
  --brand-900: #30050f;
  --brand-950: #210000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffeaee',
  200: '#ffd1d8',
  300: '#ffb5c0',
  400: '#fc97a7',
  500: '#f7879a',
  600: '#bb5f70',
  700: '#883e4c',
  800: '#5a202c',
  900: '#30050f',
  950: '#210000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva