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: #e6e5ff;
--brand-200: #c2c4ff;
--brand-300: #98a0f8;
--brand-400: #647bea;
--brand-500: #4169e1;
--brand-600: #274db0;
--brand-700: #0e3686;
--brand-800: #002160;
--brand-900: #000d3d;
--brand-950: #000029;
}Tailwind
brand: {
50: '#ffffff',
100: '#e6e5ff',
200: '#c2c4ff',
300: '#98a0f8',
400: '#647bea',
500: '#4169e1',
600: '#274db0',
700: '#0e3686',
800: '#002160',
900: '#000d3d',
950: '#000029',
},