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: #e5eaff;
--brand-200: #c2cfff;
--brand-300: #98b1ff;
--brand-400: #6292fc;
--brand-500: #3b82f6;
--brand-600: #1a60bf;
--brand-700: #004390;
--brand-800: #002965;
--brand-900: #00123e;
--brand-950: #000028;
}Tailwind
brand: {
50: '#ffffff',
100: '#e5eaff',
200: '#c2cfff',
300: '#98b1ff',
400: '#6292fc',
500: '#3b82f6',
600: '#1a60bf',
700: '#004390',
800: '#002965',
900: '#00123e',
950: '#000028',
},