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#F2DFF0
200#DAB7D6
300#BC8BB8
400#9B5D96
500#894585
600#6A3166
700#4F214C
800#361235
900#22011F
950#170014

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2dff0;
  --brand-200: #dab7d6;
  --brand-300: #bc8bb8;
  --brand-400: #9b5d96;
  --brand-500: #894585;
  --brand-600: #6a3166;
  --brand-700: #4f214c;
  --brand-800: #361235;
  --brand-900: #22011f;
  --brand-950: #170014;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2dff0',
  200: '#dab7d6',
  300: '#bc8bb8',
  400: '#9b5d96',
  500: '#894585',
  600: '#6a3166',
  700: '#4f214c',
  800: '#361235',
  900: '#22011f',
  950: '#170014',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva