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#F1DCFF
200#D5B1FF
300#B081FC
400#834EEC
500#6832E3
600#4D21B4
700#36138C
800#210667
900#0F0046
950#110031

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f1dcff;
  --brand-200: #d5b1ff;
  --brand-300: #b081fc;
  --brand-400: #834eec;
  --brand-500: #6832e3;
  --brand-600: #4d21b4;
  --brand-700: #36138c;
  --brand-800: #210667;
  --brand-900: #0f0046;
  --brand-950: #110031;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f1dcff',
  200: '#d5b1ff',
  300: '#b081fc',
  400: '#834eec',
  500: '#6832e3',
  600: '#4d21b4',
  700: '#36138c',
  800: '#210667',
  900: '#0f0046',
  950: '#110031',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva