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#D9DBE5
200#A6AABD
300#707791
400#384362
500#1B2A4A
600#15213C
700#0F192F
800#0A1124
900#01061A
950#000013

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d9dbe5;
  --brand-200: #a6aabd;
  --brand-300: #707791;
  --brand-400: #384362;
  --brand-500: #1b2a4a;
  --brand-600: #15213c;
  --brand-700: #0f192f;
  --brand-800: #0a1124;
  --brand-900: #01061a;
  --brand-950: #000013;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d9dbe5',
  200: '#a6aabd',
  300: '#707791',
  400: '#384362',
  500: '#1b2a4a',
  600: '#15213c',
  700: '#0f192f',
  800: '#0a1124',
  900: '#01061a',
  950: '#000013',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva