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#ECD7E6
200#CAA4C0
300#A16E95
400#753568
500#5D1451
600#4A0E40
700#3A0832
800#2C0425
900#210019
950#190011

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ecd7e6;
  --brand-200: #caa4c0;
  --brand-300: #a16e95;
  --brand-400: #753568;
  --brand-500: #5d1451;
  --brand-600: #4a0e40;
  --brand-700: #3a0832;
  --brand-800: #2c0425;
  --brand-900: #210019;
  --brand-950: #190011;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ecd7e6',
  200: '#caa4c0',
  300: '#a16e95',
  400: '#753568',
  500: '#5d1451',
  600: '#4a0e40',
  700: '#3a0832',
  800: '#2c0425',
  900: '#210019',
  950: '#190011',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva