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: #e2e2f0;
--brand-200: #bcbdd5;
--brand-300: #9294b5;
--brand-400: #656993;
--brand-500: #4e5481;
--brand-600: #3a3f64;
--brand-700: #292d4b;
--brand-800: #191d35;
--brand-900: #0a0b20;
--brand-950: #000015;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2e2f0',
200: '#bcbdd5',
300: '#9294b5',
400: '#656993',
500: '#4e5481',
600: '#3a3f64',
700: '#292d4b',
800: '#191d35',
900: '#0a0b20',
950: '#000015',
},