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: #e3edff;
--brand-200: #bed5ff;
--brand-300: #92baff;
--brand-400: #569eff;
--brand-500: #1e90ff;
--brand-600: #006ac5;
--brand-700: #004a93;
--brand-800: #002e67;
--brand-900: #00143e;
--brand-950: #000028;
}Tailwind
brand: {
50: '#ffffff',
100: '#e3edff',
200: '#bed5ff',
300: '#92baff',
400: '#569eff',
500: '#1e90ff',
600: '#006ac5',
700: '#004a93',
800: '#002e67',
900: '#00143e',
950: '#000028',
},