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#FFDBE5
200#FFAEC2
300#F17B9C
400#D93E75
500#CB0162
600#9E0049
700#780033
800#550020
900#37000C
950#2A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdbe5;
  --brand-200: #ffaec2;
  --brand-300: #f17b9c;
  --brand-400: #d93e75;
  --brand-500: #cb0162;
  --brand-600: #9e0049;
  --brand-700: #780033;
  --brand-800: #550020;
  --brand-900: #37000c;
  --brand-950: #2a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdbe5',
  200: '#ffaec2',
  300: '#f17b9c',
  400: '#d93e75',
  500: '#cb0162',
  600: '#9e0049',
  700: '#780033',
  800: '#550020',
  900: '#37000c',
  950: '#2a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva