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#EFEEFF
200#D8D8FF
300#BEC0FF
400#A0A6FF
500#8F99FB
600#6670BF
700#434D8D
800#242E60
900#061237
950#000021

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #efeeff;
  --brand-200: #d8d8ff;
  --brand-300: #bec0ff;
  --brand-400: #a0a6ff;
  --brand-500: #8f99fb;
  --brand-600: #6670bf;
  --brand-700: #434d8d;
  --brand-800: #242e60;
  --brand-900: #061237;
  --brand-950: #000021;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#efeeff',
  200: '#d8d8ff',
  300: '#bec0ff',
  400: '#a0a6ff',
  500: '#8f99fb',
  600: '#6670bf',
  700: '#434d8d',
  800: '#242e60',
  900: '#061237',
  950: '#000021',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva