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#FFE8FF
200#FFCBFE
300#FFABF6
400#F688EC
500#F075E6
600#B650AE
700#84317F
800#581554
900#30002E
950#20001B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe8ff;
  --brand-200: #ffcbfe;
  --brand-300: #ffabf6;
  --brand-400: #f688ec;
  --brand-500: #f075e6;
  --brand-600: #b650ae;
  --brand-700: #84317f;
  --brand-800: #581554;
  --brand-900: #30002e;
  --brand-950: #20001b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe8ff',
  200: '#ffcbfe',
  300: '#ffabf6',
  400: '#f688ec',
  500: '#f075e6',
  600: '#b650ae',
  700: '#84317f',
  800: '#581554',
  900: '#30002e',
  950: '#20001b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva