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#E7E1DD
200#C3B9B1
300#9C8D83
400#716054
500#5C4A3D
600#47382D
700#34281F
800#241A13
900#160A00
950#0A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7e1dd;
  --brand-200: #c3b9b1;
  --brand-300: #9c8d83;
  --brand-400: #716054;
  --brand-500: #5c4a3d;
  --brand-600: #47382d;
  --brand-700: #34281f;
  --brand-800: #241a13;
  --brand-900: #160a00;
  --brand-950: #0a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7e1dd',
  200: '#c3b9b1',
  300: '#9c8d83',
  400: '#716054',
  500: '#5c4a3d',
  600: '#47382d',
  700: '#34281f',
  800: '#241a13',
  900: '#160a00',
  950: '#0a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva