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#E5DEFF
200#BDB4FA
300#8E87E9
400#5259D3
500#2242C7
600#0F319E
700#00227C
800#00155C
900#00043F
950#00002C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e5deff;
  --brand-200: #bdb4fa;
  --brand-300: #8e87e9;
  --brand-400: #5259d3;
  --brand-500: #2242c7;
  --brand-600: #0f319e;
  --brand-700: #00227c;
  --brand-800: #00155c;
  --brand-900: #00043f;
  --brand-950: #00002c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e5deff',
  200: '#bdb4fa',
  300: '#8e87e9',
  400: '#5259d3',
  500: '#2242c7',
  600: '#0f319e',
  700: '#00227c',
  800: '#00155c',
  900: '#00043f',
  950: '#00002c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva