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#E8E2FF
200#C6BDFF
300#9D95F5
400#6B6CE5
500#4B57DB
600#3340AC
700#1D2C84
800#071B60
900#00073F
950#01002B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e8e2ff;
  --brand-200: #c6bdff;
  --brand-300: #9d95f5;
  --brand-400: #6b6ce5;
  --brand-500: #4b57db;
  --brand-600: #3340ac;
  --brand-700: #1d2c84;
  --brand-800: #071b60;
  --brand-900: #00073f;
  --brand-950: #01002b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e8e2ff',
  200: '#c6bdff',
  300: '#9d95f5',
  400: '#6b6ce5',
  500: '#4b57db',
  600: '#3340ac',
  700: '#1d2c84',
  800: '#071b60',
  900: '#00073f',
  950: '#01002b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva