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#EAD6FF
200#C4A2FF
300#936AF1
400#502DDA
500#0000CD
600#0000A6
700#000085
800#000067
900#00004A
950#0B0036

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ead6ff;
  --brand-200: #c4a2ff;
  --brand-300: #936af1;
  --brand-400: #502dda;
  --brand-500: #0000cd;
  --brand-600: #0000a6;
  --brand-700: #000085;
  --brand-800: #000067;
  --brand-900: #00004a;
  --brand-950: #0b0036;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ead6ff',
  200: '#c4a2ff',
  300: '#936af1',
  400: '#502dda',
  500: '#0000cd',
  600: '#0000a6',
  700: '#000085',
  800: '#000067',
  900: '#00004a',
  950: '#0b0036',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva