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#FFDEFE
200#FFB5F3
300#FF85E5
400#FD48D3
500#F504C9
600#BD009A
700#8D0072
800#62004D
900#3B002D
950#2A001C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdefe;
  --brand-200: #ffb5f3;
  --brand-300: #ff85e5;
  --brand-400: #fd48d3;
  --brand-500: #f504c9;
  --brand-600: #bd009a;
  --brand-700: #8d0072;
  --brand-800: #62004d;
  --brand-900: #3b002d;
  --brand-950: #2a001c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdefe',
  200: '#ffb5f3',
  300: '#ff85e5',
  400: '#fd48d3',
  500: '#f504c9',
  600: '#bd009a',
  700: '#8d0072',
  800: '#62004d',
  900: '#3b002d',
  950: '#2a001c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva