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#FFDEEF
200#FFB5D8
300#FF87BE
400#FF4BA1
500#FF1493
600#C5006D
700#94004E
800#670031
900#3E0018
950#2C0007

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdeef;
  --brand-200: #ffb5d8;
  --brand-300: #ff87be;
  --brand-400: #ff4ba1;
  --brand-500: #ff1493;
  --brand-600: #c5006d;
  --brand-700: #94004e;
  --brand-800: #670031;
  --brand-900: #3e0018;
  --brand-950: #2c0007;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdeef',
  200: '#ffb5d8',
  300: '#ff87be',
  400: '#ff4ba1',
  500: '#ff1493',
  600: '#c5006d',
  700: '#94004e',
  800: '#670031',
  900: '#3e0018',
  950: '#2c0007',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva