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#FFE4FF
200#F6C3FF
300#E69EFF
400#D376FF
500#C760FF
600#9641C5
700#6D2793
800#470E67
900#26003E
950#1B0028

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe4ff;
  --brand-200: #f6c3ff;
  --brand-300: #e69eff;
  --brand-400: #d376ff;
  --brand-500: #c760ff;
  --brand-600: #9641c5;
  --brand-700: #6d2793;
  --brand-800: #470e67;
  --brand-900: #26003e;
  --brand-950: #1b0028;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe4ff',
  200: '#f6c3ff',
  300: '#e69eff',
  400: '#d376ff',
  500: '#c760ff',
  600: '#9641c5',
  700: '#6d2793',
  800: '#470e67',
  900: '#26003e',
  950: '#1b0028',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva