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: #ead6ff;
--brand-200: #c4a2ff;
--brand-300: #936af1;
--brand-400: #502dda;
--brand-500: #0000cd;
--brand-600: #0000a6;
--brand-700: #000085;
--brand-800: #000067;
--brand-900: #00004a;
--brand-950: #0b0036;
}Tailwind
brand: {
50: '#ffffff',
100: '#ead6ff',
200: '#c4a2ff',
300: '#936af1',
400: '#502dda',
500: '#0000cd',
600: '#0000a6',
700: '#000085',
800: '#000067',
900: '#00004a',
950: '#0b0036',
},