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#E1E5F4
200#BAC1DE
300#8F9BC2
400#6073A4
500#475F94
600#334773
700#213356
800#11203C
900#030E25
950#000018

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e1e5f4;
  --brand-200: #bac1de;
  --brand-300: #8f9bc2;
  --brand-400: #6073a4;
  --brand-500: #475f94;
  --brand-600: #334773;
  --brand-700: #213356;
  --brand-800: #11203c;
  --brand-900: #030e25;
  --brand-950: #000018;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e1e5f4',
  200: '#bac1de',
  300: '#8f9bc2',
  400: '#6073a4',
  500: '#475f94',
  600: '#334773',
  700: '#213356',
  800: '#11203c',
  900: '#030e25',
  950: '#000018',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva