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#F7DCFF
200#E1B1FF
300#C481FB
400#9F4CEB
500#8A2BE2
600#6919B2
700#4D088A
800#330065
900#1D0043
950#18002E

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f7dcff;
  --brand-200: #e1b1ff;
  --brand-300: #c481fb;
  --brand-400: #9f4ceb;
  --brand-500: #8a2be2;
  --brand-600: #6919b2;
  --brand-700: #4d088a;
  --brand-800: #330065;
  --brand-900: #1d0043;
  --brand-950: #18002e;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f7dcff',
  200: '#e1b1ff',
  300: '#c481fb',
  400: '#9f4ceb',
  500: '#8a2be2',
  600: '#6919b2',
  700: '#4d088a',
  800: '#330065',
  900: '#1d0043',
  950: '#18002e',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva