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#F1F6FD
200#E0E9F6
300#CEDBED
400#BACCE3
500#B0C4DE
600#7F8FA4
700#556373
800#303B48
900#101822
950#00010E

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f1f6fd;
  --brand-200: #e0e9f6;
  --brand-300: #cedbed;
  --brand-400: #bacce3;
  --brand-500: #b0c4de;
  --brand-600: #7f8fa4;
  --brand-700: #556373;
  --brand-800: #303b48;
  --brand-900: #101822;
  --brand-950: #00010e;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f1f6fd',
  200: '#e0e9f6',
  300: '#cedbed',
  400: '#bacce3',
  500: '#b0c4de',
  600: '#7f8fa4',
  700: '#556373',
  800: '#303b48',
  900: '#101822',
  950: '#00010e',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva