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#E8E2DF
200#C6BCB6
300#A0928A
400#78665D
500#635147
600#4B3D35
700#372C25
800#251C17
900#160B03
950#0A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e8e2df;
  --brand-200: #c6bcb6;
  --brand-300: #a0928a;
  --brand-400: #78665d;
  --brand-500: #635147;
  --brand-600: #4b3d35;
  --brand-700: #372c25;
  --brand-800: #251c17;
  --brand-900: #160b03;
  --brand-950: #0a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e8e2df',
  200: '#c6bcb6',
  300: '#a0928a',
  400: '#78665d',
  500: '#635147',
  600: '#4b3d35',
  700: '#372c25',
  800: '#251c17',
  900: '#160b03',
  950: '#0a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva