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#EEE5F3
200#D4C4DD
300#B6A0C3
400#967AA7
500#856798
600#644C74
700#483455
800#2F2039
900#190B20
950#0C0013

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eee5f3;
  --brand-200: #d4c4dd;
  --brand-300: #b6a0c3;
  --brand-400: #967aa7;
  --brand-500: #856798;
  --brand-600: #644c74;
  --brand-700: #483455;
  --brand-800: #2f2039;
  --brand-900: #190b20;
  --brand-950: #0c0013;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eee5f3',
  200: '#d4c4dd',
  300: '#b6a0c3',
  400: '#967aa7',
  500: '#856798',
  600: '#644c74',
  700: '#483455',
  800: '#2f2039',
  900: '#190b20',
  950: '#0c0013',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva