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#ECDBFF
200#CAAEFF
300#9D7DFF
400#5B4AFF
500#152EFF
600#001FCC
700#0012A0
800#000778
900#000054
950#01003B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ecdbff;
  --brand-200: #caaeff;
  --brand-300: #9d7dff;
  --brand-400: #5b4aff;
  --brand-500: #152eff;
  --brand-600: #001fcc;
  --brand-700: #0012a0;
  --brand-800: #000778;
  --brand-900: #000054;
  --brand-950: #01003b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ecdbff',
  200: '#caaeff',
  300: '#9d7dff',
  400: '#5b4aff',
  500: '#152eff',
  600: '#001fcc',
  700: '#0012a0',
  800: '#000778',
  900: '#000054',
  950: '#01003b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva