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: #efd7ff;
--brand-200: #cda6ff;
--brand-300: #9e6fff;
--brand-400: #5a32ff;
--brand-500: #0000ff;
--brand-600: #0000cd;
--brand-700: #0000a3;
--brand-800: #00007c;
--brand-900: #000058;
--brand-950: #04003f;
}Tailwind
brand: {
50: '#ffffff',
100: '#efd7ff',
200: '#cda6ff',
300: '#9e6fff',
400: '#5a32ff',
500: '#0000ff',
600: '#0000cd',
700: '#0000a3',
800: '#00007c',
900: '#000058',
950: '#04003f',
},