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#F7DCF3
200#E3B0DC
300#C780BF
400#A74CA0
500#952E8F
600#741E6F
700#571054
800#3E033B
900#270025
950#1D0019

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f7dcf3;
  --brand-200: #e3b0dc;
  --brand-300: #c780bf;
  --brand-400: #a74ca0;
  --brand-500: #952e8f;
  --brand-600: #741e6f;
  --brand-700: #571054;
  --brand-800: #3e033b;
  --brand-900: #270025;
  --brand-950: #1d0019;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f7dcf3',
  200: '#e3b0dc',
  300: '#c780bf',
  400: '#a74ca0',
  500: '#952e8f',
  600: '#741e6f',
  700: '#571054',
  800: '#3e033b',
  900: '#270025',
  950: '#1d0019',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva