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: #e8e2ff;
--brand-200: #c6bdff;
--brand-300: #9d95f5;
--brand-400: #6b6ce5;
--brand-500: #4b57db;
--brand-600: #3340ac;
--brand-700: #1d2c84;
--brand-800: #071b60;
--brand-900: #00073f;
--brand-950: #01002b;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8e2ff',
200: '#c6bdff',
300: '#9d95f5',
400: '#6b6ce5',
500: '#4b57db',
600: '#3340ac',
700: '#1d2c84',
800: '#071b60',
900: '#00073f',
950: '#01002b',
},