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#DCE0E3
200#B0B7BD
300#7F8A92
400#4E5C65
500#36454F
600#28353D
700#1D272E
800#121A20
900#020C12
950#000108

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dce0e3;
  --brand-200: #b0b7bd;
  --brand-300: #7f8a92;
  --brand-400: #4e5c65;
  --brand-500: #36454f;
  --brand-600: #28353d;
  --brand-700: #1d272e;
  --brand-800: #121a20;
  --brand-900: #020c12;
  --brand-950: #000108;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dce0e3',
  200: '#b0b7bd',
  300: '#7f8a92',
  400: '#4e5c65',
  500: '#36454f',
  600: '#28353d',
  700: '#1d272e',
  800: '#121a20',
  900: '#020c12',
  950: '#000108',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva