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#FFE2DC
200#FFBEB5
300#F8968B
400#E56B62
500#D9544D
600#A63935
700#7C2321
800#550D0E
900#340000
950#270000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe2dc;
  --brand-200: #ffbeb5;
  --brand-300: #f8968b;
  --brand-400: #e56b62;
  --brand-500: #d9544d;
  --brand-600: #a63935;
  --brand-700: #7c2321;
  --brand-800: #550d0e;
  --brand-900: #340000;
  --brand-950: #270000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe2dc',
  200: '#ffbeb5',
  300: '#f8968b',
  400: '#e56b62',
  500: '#d9544d',
  600: '#a63935',
  700: '#7c2321',
  800: '#550d0e',
  900: '#340000',
  950: '#270000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva