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#DFDFFD
200#B3B6ED
300#818AD6
400#425DBA
500#0047AB
600#003588
700#00266A
800#00194E
900#000735
950#000025

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dfdffd;
  --brand-200: #b3b6ed;
  --brand-300: #818ad6;
  --brand-400: #425dba;
  --brand-500: #0047ab;
  --brand-600: #003588;
  --brand-700: #00266a;
  --brand-800: #00194e;
  --brand-900: #000735;
  --brand-950: #000025;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dfdffd',
  200: '#b3b6ed',
  300: '#818ad6',
  400: '#425dba',
  500: '#0047ab',
  600: '#003588',
  700: '#00266a',
  800: '#00194e',
  900: '#000735',
  950: '#000025',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva