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#FFE3E9
200#FFC0CD
300#FF9AB0
400#FF6E91
500#FB5581
600#C0375E
700#8E1C40
800#610125
900#39000B
950#290000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe3e9;
  --brand-200: #ffc0cd;
  --brand-300: #ff9ab0;
  --brand-400: #ff6e91;
  --brand-500: #fb5581;
  --brand-600: #c0375e;
  --brand-700: #8e1c40;
  --brand-800: #610125;
  --brand-900: #39000b;
  --brand-950: #290000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe3e9',
  200: '#ffc0cd',
  300: '#ff9ab0',
  400: '#ff6e91',
  500: '#fb5581',
  600: '#c0375e',
  700: '#8e1c40',
  800: '#610125',
  900: '#39000b',
  950: '#290000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva