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#FFDFDA
200#F9B6AF
300#E58A82
400#CB5A55
500#BB3F3F
600#912A2C
700#6D191C
800#4C080B
900#310000
950#260000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdfda;
  --brand-200: #f9b6af;
  --brand-300: #e58a82;
  --brand-400: #cb5a55;
  --brand-500: #bb3f3f;
  --brand-600: #912a2c;
  --brand-700: #6d191c;
  --brand-800: #4c080b;
  --brand-900: #310000;
  --brand-950: #260000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdfda',
  200: '#f9b6af',
  300: '#e58a82',
  400: '#cb5a55',
  500: '#bb3f3f',
  600: '#912a2c',
  700: '#6d191c',
  800: '#4c080b',
  900: '#310000',
  950: '#260000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva