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: #e5d5ff;
--brand-200: #bca0ef;
--brand-300: #8868d7;
--brand-400: #472db8;
--brand-500: #030aa7;
--brand-600: #010688;
--brand-700: #00046e;
--brand-800: #010155;
--brand-900: #07003f;
--brand-950: #0d002f;
}Tailwind
brand: {
50: '#ffffff',
100: '#e5d5ff',
200: '#bca0ef',
300: '#8868d7',
400: '#472db8',
500: '#030aa7',
600: '#010688',
700: '#00046e',
800: '#010155',
900: '#07003f',
950: '#0d002f',
},