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#FFDDD4
200#EEB2A2
300#D4836F
400#B3513C
500#A03623
600#7C2516
700#5E170A
800#440900
900#2E0000
950#250000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffddd4;
  --brand-200: #eeb2a2;
  --brand-300: #d4836f;
  --brand-400: #b3513c;
  --brand-500: #a03623;
  --brand-600: #7c2516;
  --brand-700: #5e170a;
  --brand-800: #440900;
  --brand-900: #2e0000;
  --brand-950: #250000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffddd4',
  200: '#eeb2a2',
  300: '#d4836f',
  400: '#b3513c',
  500: '#a03623',
  600: '#7c2516',
  700: '#5e170a',
  800: '#440900',
  900: '#2e0000',
  950: '#250000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva