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#E5EDFA
200#C5D4EC
300#A1B8DA
400#7A9BC6
500#658CBB
600#47678E
700#2D4968
800#152D45
900#001426
950#000117

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e5edfa;
  --brand-200: #c5d4ec;
  --brand-300: #a1b8da;
  --brand-400: #7a9bc6;
  --brand-500: #658cbb;
  --brand-600: #47678e;
  --brand-700: #2d4968;
  --brand-800: #152d45;
  --brand-900: #001426;
  --brand-950: #000117;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e5edfa',
  200: '#c5d4ec',
  300: '#a1b8da',
  400: '#7a9bc6',
  500: '#658cbb',
  600: '#47678e',
  700: '#2d4968',
  800: '#152d45',
  900: '#001426',
  950: '#000117',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva