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: #ebe8ff;
--brand-200: #cfcbff;
--brand-300: #acabff;
--brand-400: #838afd;
--brand-500: #6a79f7;
--brand-600: #4958bf;
--brand-700: #2d3d90;
--brand-800: #112466;
--brand-900: #000e3f;
--brand-950: #000029;
}Tailwind
brand: {
50: '#ffffff',
100: '#ebe8ff',
200: '#cfcbff',
300: '#acabff',
400: '#838afd',
500: '#6a79f7',
600: '#4958bf',
700: '#2d3d90',
800: '#112466',
900: '#000e3f',
950: '#000029',
},