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#FFE7EE
200#FEC8D7
300#F3A7BD
400#E483A1
500#DB7093
600#A64F6C
700#7A334C
800#521A2E
900#2E0314
950#200000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe7ee;
  --brand-200: #fec8d7;
  --brand-300: #f3a7bd;
  --brand-400: #e483a1;
  --brand-500: #db7093;
  --brand-600: #a64f6c;
  --brand-700: #7a334c;
  --brand-800: #521a2e;
  --brand-900: #2e0314;
  --brand-950: #200000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe7ee',
  200: '#fec8d7',
  300: '#f3a7bd',
  400: '#e483a1',
  500: '#db7093',
  600: '#a64f6c',
  700: '#7a334c',
  800: '#521a2e',
  900: '#2e0314',
  950: '#200000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva