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#E8EBFF
200#C9D1FF
300#A6B5FB
400#7C97F0
500#6488EA
600#4464B4
700#284686
800#0B2A5D
900#001237
950#000023

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e8ebff;
  --brand-200: #c9d1ff;
  --brand-300: #a6b5fb;
  --brand-400: #7c97f0;
  --brand-500: #6488ea;
  --brand-600: #4464b4;
  --brand-700: #284686;
  --brand-800: #0b2a5d;
  --brand-900: #001237;
  --brand-950: #000023;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e8ebff',
  200: '#c9d1ff',
  300: '#a6b5fb',
  400: '#7c97f0',
  500: '#6488ea',
  600: '#4464b4',
  700: '#284686',
  800: '#0b2a5d',
  900: '#001237',
  950: '#000023',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva