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#EDE8E0
200#D1C8BA
300#B2A691
400#908268
500#7F7053
600#5F533B
700#443B27
800#2C2516
900#181000
950#0A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ede8e0;
  --brand-200: #d1c8ba;
  --brand-300: #b2a691;
  --brand-400: #908268;
  --brand-500: #7f7053;
  --brand-600: #5f533b;
  --brand-700: #443b27;
  --brand-800: #2c2516;
  --brand-900: #181000;
  --brand-950: #0a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ede8e0',
  200: '#d1c8ba',
  300: '#b2a691',
  400: '#908268',
  500: '#7f7053',
  600: '#5f533b',
  700: '#443b27',
  800: '#2c2516',
  900: '#181000',
  950: '#0a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva