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#FFF9F0
200#FFF1E1
300#FFE8D1
400#FFDFC1
500#FFDAB9
600#BB9E83
700#836B56
800#503E2E
900#241708
950#110000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff9f0;
  --brand-200: #fff1e1;
  --brand-300: #ffe8d1;
  --brand-400: #ffdfc1;
  --brand-500: #ffdab9;
  --brand-600: #bb9e83;
  --brand-700: #836b56;
  --brand-800: #503e2e;
  --brand-900: #241708;
  --brand-950: #110000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff9f0',
  200: '#fff1e1',
  300: '#ffe8d1',
  400: '#ffdfc1',
  500: '#ffdab9',
  600: '#bb9e83',
  700: '#836b56',
  800: '#503e2e',
  900: '#241708',
  950: '#110000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva