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#F9E3FF
200#E8C0FF
300#D199FF
400#B570FA
500#A55AF4
600#7C3FBD
700#59278F
800#391265
900#1D003F
950#160029

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f9e3ff;
  --brand-200: #e8c0ff;
  --brand-300: #d199ff;
  --brand-400: #b570fa;
  --brand-500: #a55af4;
  --brand-600: #7c3fbd;
  --brand-700: #59278f;
  --brand-800: #391265;
  --brand-900: #1d003f;
  --brand-950: #160029;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f9e3ff',
  200: '#e8c0ff',
  300: '#d199ff',
  400: '#b570fa',
  500: '#a55af4',
  600: '#7c3fbd',
  700: '#59278f',
  800: '#391265',
  900: '#1d003f',
  950: '#160029',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva