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#E5D5FF
200#BCA0EF
300#8868D7
400#472DB8
500#030AA7
600#010688
700#00046E
800#010155
900#07003F
950#0D002F

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e5d5ff;
  --brand-200: #bca0ef;
  --brand-300: #8868d7;
  --brand-400: #472db8;
  --brand-500: #030aa7;
  --brand-600: #010688;
  --brand-700: #00046e;
  --brand-800: #010155;
  --brand-900: #07003f;
  --brand-950: #0d002f;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e5d5ff',
  200: '#bca0ef',
  300: '#8868d7',
  400: '#472db8',
  500: '#030aa7',
  600: '#010688',
  700: '#00046e',
  800: '#010155',
  900: '#07003f',
  950: '#0d002f',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva