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#EFE5FF
200#D5C4FF
300#B6A0FF
400#917BF5
500#7B68EE
600#594BB9
700#3D338C
800#221D63
900#0A083E
950#080029

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #efe5ff;
  --brand-200: #d5c4ff;
  --brand-300: #b6a0ff;
  --brand-400: #917bf5;
  --brand-500: #7b68ee;
  --brand-600: #594bb9;
  --brand-700: #3d338c;
  --brand-800: #221d63;
  --brand-900: #0a083e;
  --brand-950: #080029;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#efe5ff',
  200: '#d5c4ff',
  300: '#b6a0ff',
  400: '#917bf5',
  500: '#7b68ee',
  600: '#594bb9',
  700: '#3d338c',
  800: '#221d63',
  900: '#0a083e',
  950: '#080029',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva