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.
Click any step to copy its HEX.
CSS variables
:root {
--brand-50: #ffffff;
--brand-100: #e8ebff;
--brand-200: #c9d1ff;
--brand-300: #a6b5fb;
--brand-400: #7c97f0;
--brand-500: #6488ea;
--brand-600: #4464b4;
--brand-700: #284686;
--brand-800: #0b2a5d;
--brand-900: #001237;
--brand-950: #000023;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8ebff',
200: '#c9d1ff',
300: '#a6b5fb',
400: '#7c97f0',
500: '#6488ea',
600: '#4464b4',
700: '#284686',
800: '#0b2a5d',
900: '#001237',
950: '#000023',
},