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#EDEEED
200#D6D7D5
300#BCBEBB
400#A0A39F
500#929591
600#6B6E6A
700#4A4C4A
800#2D2F2D
900#131413
950#000100

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #edeeed;
  --brand-200: #d6d7d5;
  --brand-300: #bcbebb;
  --brand-400: #a0a39f;
  --brand-500: #929591;
  --brand-600: #6b6e6a;
  --brand-700: #4a4c4a;
  --brand-800: #2d2f2d;
  --brand-900: #131413;
  --brand-950: #000100;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#edeeed',
  200: '#d6d7d5',
  300: '#bcbebb',
  400: '#a0a39f',
  500: '#929591',
  600: '#6b6e6a',
  700: '#4a4c4a',
  800: '#2d2f2d',
  900: '#131413',
  950: '#000100',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva