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#EBEEEF
200#D2D7D9
300#B6BDC0
400#98A1A5
500#899397
600#646C70
700#454C4E
800#292F31
900#101416
950#000103

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ebeeef;
  --brand-200: #d2d7d9;
  --brand-300: #b6bdc0;
  --brand-400: #98a1a5;
  --brand-500: #899397;
  --brand-600: #646c70;
  --brand-700: #454c4e;
  --brand-800: #292f31;
  --brand-900: #101416;
  --brand-950: #000103;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ebeeef',
  200: '#d2d7d9',
  300: '#b6bdc0',
  400: '#98a1a5',
  500: '#899397',
  600: '#646c70',
  700: '#454c4e',
  800: '#292f31',
  900: '#101416',
  950: '#000103',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva