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: #ecf8ff;
--brand-200: #d6eeff;
--brand-300: #bee3ff;
--brand-400: #a3d7fe;
--brand-500: #95d0fc;
--brand-600: #6798bc;
--brand-700: #406986;
--brand-800: #1c3f55;
--brand-900: #001b2a;
--brand-950: #000316;
}Tailwind
brand: {
50: '#ffffff',
100: '#ecf8ff',
200: '#d6eeff',
300: '#bee3ff',
400: '#a3d7fe',
500: '#95d0fc',
600: '#6798bc',
700: '#406986',
800: '#1c3f55',
900: '#001b2a',
950: '#000316',
},