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#F1E4DC
200#D9C1B2
300#BB9B85
400#997358
500#875F42
600#67462E
700#4B311E
800#331E0E
900#200A00
950#140000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f1e4dc;
  --brand-200: #d9c1b2;
  --brand-300: #bb9b85;
  --brand-400: #997358;
  --brand-500: #875f42;
  --brand-600: #67462e;
  --brand-700: #4b311e;
  --brand-800: #331e0e;
  --brand-900: #200a00;
  --brand-950: #140000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f1e4dc',
  200: '#d9c1b2',
  300: '#bb9b85',
  400: '#997358',
  500: '#875f42',
  600: '#67462e',
  700: '#4b311e',
  800: '#331e0e',
  900: '#200a00',
  950: '#140000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva