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#F1E4FB
200#DAC1ED
300#BE9ADA
400#9E72C3
500#8D5EB7
600#6A448D
700#4D2E69
800#321A49
900#1B062C
950#12001C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f1e4fb;
  --brand-200: #dac1ed;
  --brand-300: #be9ada;
  --brand-400: #9e72c3;
  --brand-500: #8d5eb7;
  --brand-600: #6a448d;
  --brand-700: #4d2e69;
  --brand-800: #321a49;
  --brand-900: #1b062c;
  --brand-950: #12001c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f1e4fb',
  200: '#dac1ed',
  300: '#be9ada',
  400: '#9e72c3',
  500: '#8d5eb7',
  600: '#6a448d',
  700: '#4d2e69',
  800: '#321a49',
  900: '#1b062c',
  950: '#12001c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva