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: #e0ebf9;
--brand-200: #bbd0ea;
--brand-300: #90b2d6;
--brand-400: #6192c0;
--brand-500: #4682b4;
--brand-600: #2d6189;
--brand-700: #174465;
--brand-800: #012b45;
--brand-900: #001427;
--brand-950: #000218;
}Tailwind
brand: {
50: '#ffffff',
100: '#e0ebf9',
200: '#bbd0ea',
300: '#90b2d6',
400: '#6192c0',
500: '#4682b4',
600: '#2d6189',
700: '#174465',
800: '#012b45',
900: '#001427',
950: '#000218',
},