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#D7DADE
200#A4A8B0
300#6D737D
400#363D4A
500#1B2431
600#151D28
700#101720
800#090F18
900#000610
950#000009

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d7dade;
  --brand-200: #a4a8b0;
  --brand-300: #6d737d;
  --brand-400: #363d4a;
  --brand-500: #1b2431;
  --brand-600: #151d28;
  --brand-700: #101720;
  --brand-800: #090f18;
  --brand-900: #000610;
  --brand-950: #000009;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d7dade',
  200: '#a4a8b0',
  300: '#6d737d',
  400: '#363d4a',
  500: '#1b2431',
  600: '#151d28',
  700: '#101720',
  800: '#090f18',
  900: '#000610',
  950: '#000009',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva