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#FFE6F5
200#FFC7E6
300#FFA5D3
400#FF7EBF
500#FF69B4
600#C24686
700#8F295F
800#600C3C
900#36001D
950#25000B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe6f5;
  --brand-200: #ffc7e6;
  --brand-300: #ffa5d3;
  --brand-400: #ff7ebf;
  --brand-500: #ff69b4;
  --brand-600: #c24686;
  --brand-700: #8f295f;
  --brand-800: #600c3c;
  --brand-900: #36001d;
  --brand-950: #25000b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe6f5',
  200: '#ffc7e6',
  300: '#ffa5d3',
  400: '#ff7ebf',
  500: '#ff69b4',
  600: '#c24686',
  700: '#8f295f',
  800: '#600c3c',
  900: '#36001d',
  950: '#25000b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva