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#FEF1FF
200#F8E0FF
300#F0CEFF
400#E6BAFF
500#E0B0FF
600#A57FBF
700#745589
800#483059
900#21102E
950#100019

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fef1ff;
  --brand-200: #f8e0ff;
  --brand-300: #f0ceff;
  --brand-400: #e6baff;
  --brand-500: #e0b0ff;
  --brand-600: #a57fbf;
  --brand-700: #745589;
  --brand-800: #483059;
  --brand-900: #21102e;
  --brand-950: #100019;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fef1ff',
  200: '#f8e0ff',
  300: '#f0ceff',
  400: '#e6baff',
  500: '#e0b0ff',
  600: '#a57fbf',
  700: '#745589',
  800: '#483059',
  900: '#21102e',
  950: '#100019',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva