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: #e3d3fa;
--brand-200: #b69ce3;
--brand-300: #8162c4;
--brand-400: #40259f;
--brand-500: #00008b;
--brand-600: #040173;
--brand-700: #05015d;
--brand-800: #08004a;
--brand-900: #0d0038;
--brand-950: #0f002b;
}Tailwind
brand: {
50: '#ffffff',
100: '#e3d3fa',
200: '#b69ce3',
300: '#8162c4',
400: '#40259f',
500: '#00008b',
600: '#040173',
700: '#05015d',
800: '#08004a',
900: '#0d0038',
950: '#0f002b',
},