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#F2D8FF
200#D5A8FF
300#AF73FF
400#7C37F8
500#5A06EF
600#4200BF
700#2D0096
800#1A0071
900#0B004F
950#110038

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2d8ff;
  --brand-200: #d5a8ff;
  --brand-300: #af73ff;
  --brand-400: #7c37f8;
  --brand-500: #5a06ef;
  --brand-600: #4200bf;
  --brand-700: #2d0096;
  --brand-800: #1a0071;
  --brand-900: #0b004f;
  --brand-950: #110038;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2d8ff',
  200: '#d5a8ff',
  300: '#af73ff',
  400: '#7c37f8',
  500: '#5a06ef',
  600: '#4200bf',
  700: '#2d0096',
  800: '#1a0071',
  900: '#0b004f',
  950: '#110038',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva