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#EBE8FF
200#CFCBFF
300#ACABFF
400#838AFD
500#6A79F7
600#4958BF
700#2D3D90
800#112466
900#000E3F
950#000029

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ebe8ff;
  --brand-200: #cfcbff;
  --brand-300: #acabff;
  --brand-400: #838afd;
  --brand-500: #6a79f7;
  --brand-600: #4958bf;
  --brand-700: #2d3d90;
  --brand-800: #112466;
  --brand-900: #000e3f;
  --brand-950: #000029;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ebe8ff',
  200: '#cfcbff',
  300: '#acabff',
  400: '#838afd',
  500: '#6a79f7',
  600: '#4958bf',
  700: '#2d3d90',
  800: '#112466',
  900: '#000e3f',
  950: '#000029',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva