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#E8DEFF
200#C5B5F1
300#9B87DC
400#6B59C3
500#4F42B5
600#3A308F
700#28216F
800#171451
900#0C0336
950#090026

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e8deff;
  --brand-200: #c5b5f1;
  --brand-300: #9b87dc;
  --brand-400: #6b59c3;
  --brand-500: #4f42b5;
  --brand-600: #3a308f;
  --brand-700: #28216f;
  --brand-800: #171451;
  --brand-900: #0c0336;
  --brand-950: #090026;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e8deff',
  200: '#c5b5f1',
  300: '#9b87dc',
  400: '#6b59c3',
  500: '#4f42b5',
  600: '#3a308f',
  700: '#28216f',
  800: '#171451',
  900: '#0c0336',
  950: '#090026',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva