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#EEF1F4
200#D8DEE3
300#C0C9D0
400#A7B3BB
500#9AA7B0
600#707A82
700#4C555B
800#2D3438
900#11161A
950#000106

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eef1f4;
  --brand-200: #d8dee3;
  --brand-300: #c0c9d0;
  --brand-400: #a7b3bb;
  --brand-500: #9aa7b0;
  --brand-600: #707a82;
  --brand-700: #4c555b;
  --brand-800: #2d3438;
  --brand-900: #11161a;
  --brand-950: #000106;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eef1f4',
  200: '#d8dee3',
  300: '#c0c9d0',
  400: '#a7b3bb',
  500: '#9aa7b0',
  600: '#707a82',
  700: '#4c555b',
  800: '#2d3438',
  900: '#11161a',
  950: '#000106',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva