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#FDE5E7
200#F0C5C8
300#DDA1A7
400#C77B84
500#BA6873
600#8E4B54
700#68323A
800#461C23
900#28060A
950#1C0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fde5e7;
  --brand-200: #f0c5c8;
  --brand-300: #dda1a7;
  --brand-400: #c77b84;
  --brand-500: #ba6873;
  --brand-600: #8e4b54;
  --brand-700: #68323a;
  --brand-800: #461c23;
  --brand-900: #28060a;
  --brand-950: #1c0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fde5e7',
  200: '#f0c5c8',
  300: '#dda1a7',
  400: '#c77b84',
  500: '#ba6873',
  600: '#8e4b54',
  700: '#68323a',
  800: '#461c23',
  900: '#28060a',
  950: '#1c0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva