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#F9E5DA
200#E7C3AF
300#CF9E82
400#B27854
500#A2653E
600#7B4A2A
700#5A3319
800#3D1E07
900#260900
950#1B0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f9e5da;
  --brand-200: #e7c3af;
  --brand-300: #cf9e82;
  --brand-400: #b27854;
  --brand-500: #a2653e;
  --brand-600: #7b4a2a;
  --brand-700: #5a3319;
  --brand-800: #3d1e07;
  --brand-900: #260900;
  --brand-950: #1b0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f9e5da',
  200: '#e7c3af',
  300: '#cf9e82',
  400: '#b27854',
  500: '#a2653e',
  600: '#7b4a2a',
  700: '#5a3319',
  800: '#3d1e07',
  900: '#260900',
  950: '#1b0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva