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#FFE5CF
200#F6C49A
300#E2A165
400#C87C2C
500#B96902
600#8D4C00
700#673400
800#471D00
900#2E0600
950#220000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe5cf;
  --brand-200: #f6c49a;
  --brand-300: #e2a165;
  --brand-400: #c87c2c;
  --brand-500: #b96902;
  --brand-600: #8d4c00;
  --brand-700: #673400;
  --brand-800: #471d00;
  --brand-900: #2e0600;
  --brand-950: #220000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe5cf',
  200: '#f6c49a',
  300: '#e2a165',
  400: '#c87c2c',
  500: '#b96902',
  600: '#8d4c00',
  700: '#673400',
  800: '#471d00',
  900: '#2e0600',
  950: '#220000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva