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: #e8e1ff;
--brand-200: #c5baff;
--brand-300: #9691ff;
--brand-400: #5567ff;
--brand-500: #0652ff;
--brand-600: #003cca;
--brand-700: #00299d;
--brand-800: #001873;
--brand-900: #00064d;
--brand-950: #000035;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8e1ff',
200: '#c5baff',
300: '#9691ff',
400: '#5567ff',
500: '#0652ff',
600: '#003cca',
700: '#00299d',
800: '#001873',
900: '#00064d',
950: '#000035',
},