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: #d9dbe5;
--brand-200: #a6aabd;
--brand-300: #707791;
--brand-400: #384362;
--brand-500: #1b2a4a;
--brand-600: #15213c;
--brand-700: #0f192f;
--brand-800: #0a1124;
--brand-900: #01061a;
--brand-950: #000013;
}Tailwind
brand: {
50: '#ffffff',
100: '#d9dbe5',
200: '#a6aabd',
300: '#707791',
400: '#384362',
500: '#1b2a4a',
600: '#15213c',
700: '#0f192f',
800: '#0a1124',
900: '#01061a',
950: '#000013',
},