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#FFFCF4
200#FFF7E9
300#FFF3DE
400#FFEED3
500#FFEBCD
600#BAAA92
700#807460
800#4D4435
900#211A0E
950#0A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fffcf4;
  --brand-200: #fff7e9;
  --brand-300: #fff3de;
  --brand-400: #ffeed3;
  --brand-500: #ffebcd;
  --brand-600: #baaa92;
  --brand-700: #807460;
  --brand-800: #4d4435;
  --brand-900: #211a0e;
  --brand-950: #0a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fffcf4',
  200: '#fff7e9',
  300: '#fff3de',
  400: '#ffeed3',
  500: '#ffebcd',
  600: '#baaa92',
  700: '#807460',
  800: '#4d4435',
  900: '#211a0e',
  950: '#0a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva