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#F2D7E7
200#D6A4C3
300#B26C9A
400#892F6E
500#720058
600#5B0045
700#470036
800#350027
900#26001A
950#1E0011

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2d7e7;
  --brand-200: #d6a4c3;
  --brand-300: #b26c9a;
  --brand-400: #892f6e;
  --brand-500: #720058;
  --brand-600: #5b0045;
  --brand-700: #470036;
  --brand-800: #350027;
  --brand-900: #26001a;
  --brand-950: #1e0011;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2d7e7',
  200: '#d6a4c3',
  300: '#b26c9a',
  400: '#892f6e',
  500: '#720058',
  600: '#5b0045',
  700: '#470036',
  800: '#350027',
  900: '#26001a',
  950: '#1e0011',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva