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#E7EBEF
200#C8CFD7
300#A6B1BC
400#82909F
500#708090
600#525F6C
700#38434D
800#212A32
900#0B1319
950#00010A

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7ebef;
  --brand-200: #c8cfd7;
  --brand-300: #a6b1bc;
  --brand-400: #82909f;
  --brand-500: #708090;
  --brand-600: #525f6c;
  --brand-700: #38434d;
  --brand-800: #212a32;
  --brand-900: #0b1319;
  --brand-950: #00010a;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7ebef',
  200: '#c8cfd7',
  300: '#a6b1bc',
  400: '#82909f',
  500: '#708090',
  600: '#525f6c',
  700: '#38434d',
  800: '#212a32',
  900: '#0b1319',
  950: '#00010a',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva