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#F5D8F2
200#DCA6D7
300#BB70B7
400#953393
500#800080
600#650065
700#4E004E
800#390039
900#270026
950#1F001B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f5d8f2;
  --brand-200: #dca6d7;
  --brand-300: #bb70b7;
  --brand-400: #953393;
  --brand-500: #800080;
  --brand-600: #650065;
  --brand-700: #4e004e;
  --brand-800: #390039;
  --brand-900: #270026;
  --brand-950: #1f001b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f5d8f2',
  200: '#dca6d7',
  300: '#bb70b7',
  400: '#953393',
  500: '#800080',
  600: '#650065',
  700: '#4e004e',
  800: '#390039',
  900: '#270026',
  950: '#1f001b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva