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#E4DEF4
200#BEB2DD
300#9284BF
400#62549D
500#483D8B
600#362E6E
700#272055
800#19143E
900#0F042A
950#07001D

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e4def4;
  --brand-200: #beb2dd;
  --brand-300: #9284bf;
  --brand-400: #62549d;
  --brand-500: #483d8b;
  --brand-600: #362e6e;
  --brand-700: #272055;
  --brand-800: #19143e;
  --brand-900: #0f042a;
  --brand-950: #07001d;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e4def4',
  200: '#beb2dd',
  300: '#9284bf',
  400: '#62549d',
  500: '#483d8b',
  600: '#362e6e',
  700: '#272055',
  800: '#19143e',
  900: '#0f042a',
  950: '#07001d',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva