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#FBF4FB
200#F3E7F3
300#E9D8E9
400#DEC7DE
500#D8BFD8
600#9F8A9F
700#6F5E6F
800#443744
900#1E151E
950#090009

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fbf4fb;
  --brand-200: #f3e7f3;
  --brand-300: #e9d8e9;
  --brand-400: #dec7de;
  --brand-500: #d8bfd8;
  --brand-600: #9f8a9f;
  --brand-700: #6f5e6f;
  --brand-800: #443744;
  --brand-900: #1e151e;
  --brand-950: #090009;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fbf4fb',
  200: '#f3e7f3',
  300: '#e9d8e9',
  400: '#dec7de',
  500: '#d8bfd8',
  600: '#9f8a9f',
  700: '#6f5e6f',
  800: '#443744',
  900: '#1e151e',
  950: '#090009',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva