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: #e5edfa;
--brand-200: #c5d4ec;
--brand-300: #a1b8da;
--brand-400: #7a9bc6;
--brand-500: #658cbb;
--brand-600: #47678e;
--brand-700: #2d4968;
--brand-800: #152d45;
--brand-900: #001426;
--brand-950: #000117;
}Tailwind
brand: {
50: '#ffffff',
100: '#e5edfa',
200: '#c5d4ec',
300: '#a1b8da',
400: '#7a9bc6',
500: '#658cbb',
600: '#47678e',
700: '#2d4968',
800: '#152d45',
900: '#001426',
950: '#000117',
},