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#FEDCFD
200#EEB0F0
300#D87FDC
400#BC46C5
500#AC1DB8
600#85078F
700#64006D
800#46004E
900#2C0031
950#210021

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fedcfd;
  --brand-200: #eeb0f0;
  --brand-300: #d87fdc;
  --brand-400: #bc46c5;
  --brand-500: #ac1db8;
  --brand-600: #85078f;
  --brand-700: #64006d;
  --brand-800: #46004e;
  --brand-900: #2c0031;
  --brand-950: #210021;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fedcfd',
  200: '#eeb0f0',
  300: '#d87fdc',
  400: '#bc46c5',
  500: '#ac1db8',
  600: '#85078f',
  700: '#64006d',
  800: '#46004e',
  900: '#2c0031',
  950: '#210021',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva