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#FEE7D6
200#F2C9A9
300#DEA77A
400#C6854B
500#B87333
600#8B541F
700#65390D
800#442100
900#2A0A00
950#1E0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fee7d6;
  --brand-200: #f2c9a9;
  --brand-300: #dea77a;
  --brand-400: #c6854b;
  --brand-500: #b87333;
  --brand-600: #8b541f;
  --brand-700: #65390d;
  --brand-800: #442100;
  --brand-900: #2a0a00;
  --brand-950: #1e0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fee7d6',
  200: '#f2c9a9',
  300: '#dea77a',
  400: '#c6854b',
  500: '#b87333',
  600: '#8b541f',
  700: '#65390d',
  800: '#442100',
  900: '#2a0a00',
  950: '#1e0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva