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#FFDAE0
200#F6ABB7
300#E0778C
400#C23B61
500#B0054B
600#8A0037
700#690027
800#4C0018
900#330003
950#280000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdae0;
  --brand-200: #f6abb7;
  --brand-300: #e0778c;
  --brand-400: #c23b61;
  --brand-500: #b0054b;
  --brand-600: #8a0037;
  --brand-700: #690027;
  --brand-800: #4c0018;
  --brand-900: #330003;
  --brand-950: #280000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdae0',
  200: '#f6abb7',
  300: '#e0778c',
  400: '#c23b61',
  500: '#b0054b',
  600: '#8a0037',
  700: '#690027',
  800: '#4c0018',
  900: '#330003',
  950: '#280000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva