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#E2E2F0
200#BCBDD5
300#9294B5
400#656993
500#4E5481
600#3A3F64
700#292D4B
800#191D35
900#0A0B20
950#000015

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e2e2f0;
  --brand-200: #bcbdd5;
  --brand-300: #9294b5;
  --brand-400: #656993;
  --brand-500: #4e5481;
  --brand-600: #3a3f64;
  --brand-700: #292d4b;
  --brand-800: #191d35;
  --brand-900: #0a0b20;
  --brand-950: #000015;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e2e2f0',
  200: '#bcbdd5',
  300: '#9294b5',
  400: '#656993',
  500: '#4e5481',
  600: '#3a3f64',
  700: '#292d4b',
  800: '#191d35',
  900: '#0a0b20',
  950: '#000015',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva