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#ECF4FF
200#D4E5FF
300#B9D4FF
400#9BC1FF
500#8AB8FE
600#5F87C0
700#3B5D8B
800#1A385B
900#001831
950#00011C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ecf4ff;
  --brand-200: #d4e5ff;
  --brand-300: #b9d4ff;
  --brand-400: #9bc1ff;
  --brand-500: #8ab8fe;
  --brand-600: #5f87c0;
  --brand-700: #3b5d8b;
  --brand-800: #1a385b;
  --brand-900: #001831;
  --brand-950: #00011c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ecf4ff',
  200: '#d4e5ff',
  300: '#b9d4ff',
  400: '#9bc1ff',
  500: '#8ab8fe',
  600: '#5f87c0',
  700: '#3b5d8b',
  800: '#1a385b',
  900: '#001831',
  950: '#00011c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva