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#FFE5FF
200#FFC5FF
300#FFA0FF
400#FF77FB
500#FA5FF7
600#BE3DBC
700#8B1F8B
800#5D005E
900#340035
950#230020

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe5ff;
  --brand-200: #ffc5ff;
  --brand-300: #ffa0ff;
  --brand-400: #ff77fb;
  --brand-500: #fa5ff7;
  --brand-600: #be3dbc;
  --brand-700: #8b1f8b;
  --brand-800: #5d005e;
  --brand-900: #340035;
  --brand-950: #230020;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe5ff',
  200: '#ffc5ff',
  300: '#ffa0ff',
  400: '#ff77fb',
  500: '#fa5ff7',
  600: '#be3dbc',
  700: '#8b1f8b',
  800: '#5d005e',
  900: '#340035',
  950: '#230020',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva