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#F3F4F5
200#E4E5E7
300#D2D4D7
400#C0C1C6
500#B6B8BD
600#85868A
700#5B5D60
800#36373A
900#161719
950#000003

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f3f4f5;
  --brand-200: #e4e5e7;
  --brand-300: #d2d4d7;
  --brand-400: #c0c1c6;
  --brand-500: #b6b8bd;
  --brand-600: #85868a;
  --brand-700: #5b5d60;
  --brand-800: #36373a;
  --brand-900: #161719;
  --brand-950: #000003;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f3f4f5',
  200: '#e4e5e7',
  300: '#d2d4d7',
  400: '#c0c1c6',
  500: '#b6b8bd',
  600: '#85868a',
  700: '#5b5d60',
  800: '#36373a',
  900: '#161719',
  950: '#000003',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva