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#E2D3F7
200#B49BDE
300#7E60BC
400#3D2395
500#000080
600#04016A
700#070157
800#0A0045
900#0F0035
950#0F0029

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e2d3f7;
  --brand-200: #b49bde;
  --brand-300: #7e60bc;
  --brand-400: #3d2395;
  --brand-500: #000080;
  --brand-600: #04016a;
  --brand-700: #070157;
  --brand-800: #0a0045;
  --brand-900: #0f0035;
  --brand-950: #0f0029;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e2d3f7',
  200: '#b49bde',
  300: '#7e60bc',
  400: '#3d2395',
  500: '#000080',
  600: '#04016a',
  700: '#070157',
  800: '#0a0045',
  900: '#0f0035',
  950: '#0f0029',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva