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#F0EBFF
200#D8D1FF
300#BDB5FF
400#9D97FD
500#8B88F8
600#6463BE
700#43448E
800#252862
900#090F3A
950#020024

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f0ebff;
  --brand-200: #d8d1ff;
  --brand-300: #bdb5ff;
  --brand-400: #9d97fd;
  --brand-500: #8b88f8;
  --brand-600: #6463be;
  --brand-700: #43448e;
  --brand-800: #252862;
  --brand-900: #090f3a;
  --brand-950: #020024;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f0ebff',
  200: '#d8d1ff',
  300: '#bdb5ff',
  400: '#9d97fd',
  500: '#8b88f8',
  600: '#6463be',
  700: '#43448e',
  800: '#252862',
  900: '#090f3a',
  950: '#020024',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva