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: #e2d3f7;
--brand-200: #b49bde;
--brand-300: #7e60bc;
--brand-400: #3d2395;
--brand-500: #000080;
--brand-600: #04016a;
--brand-700: #070157;
--brand-800: #0a0045;
--brand-900: #0f0035;
--brand-950: #0f0029;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2d3f7',
200: '#b49bde',
300: '#7e60bc',
400: '#3d2395',
500: '#000080',
600: '#04016a',
700: '#070157',
800: '#0a0045',
900: '#0f0035',
950: '#0f0029',
},