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#DAE2F2
200#ACBBD8
300#7891B9
400#3E6696
500#155084
600#073D67
700#002C4F
800#001D39
900#000D25
950#000119

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dae2f2;
  --brand-200: #acbbd8;
  --brand-300: #7891b9;
  --brand-400: #3e6696;
  --brand-500: #155084;
  --brand-600: #073d67;
  --brand-700: #002c4f;
  --brand-800: #001d39;
  --brand-900: #000d25;
  --brand-950: #000119;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dae2f2',
  200: '#acbbd8',
  300: '#7891b9',
  400: '#3e6696',
  500: '#155084',
  600: '#073d67',
  700: '#002c4f',
  800: '#001d39',
  900: '#000d25',
  950: '#000119',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva