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#E7EEFF
200#C9D7FF
300#A5BDFC
400#7CA3F3
500#6495ED
600#426EB5
700#254C86
800#062F5C
900#001435
950#000021

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7eeff;
  --brand-200: #c9d7ff;
  --brand-300: #a5bdfc;
  --brand-400: #7ca3f3;
  --brand-500: #6495ed;
  --brand-600: #426eb5;
  --brand-700: #254c86;
  --brand-800: #062f5c;
  --brand-900: #001435;
  --brand-950: #000021;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7eeff',
  200: '#c9d7ff',
  300: '#a5bdfc',
  400: '#7ca3f3',
  500: '#6495ed',
  600: '#426eb5',
  700: '#254c86',
  800: '#062f5c',
  900: '#001435',
  950: '#000021',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva