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: #f0f5ff;
--brand-200: #dce7ff;
--brand-300: #c7d8ff;
--brand-400: #afc7ff;
--brand-500: #a2bffe;
--brand-600: #738bbf;
--brand-700: #4b6089;
--brand-800: #273959;
--brand-900: #07182e;
--brand-950: #000019;
}Tailwind
brand: {
50: '#ffffff',
100: '#f0f5ff',
200: '#dce7ff',
300: '#c7d8ff',
400: '#afc7ff',
500: '#a2bffe',
600: '#738bbf',
700: '#4b6089',
800: '#273959',
900: '#07182e',
950: '#000019',
},