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: #e2f1f1;
--brand-200: #c0dcdd;
--brand-300: #9bc5c6;
--brand-400: #74abad;
--brand-500: #5f9ea0;
--brand-600: #417577;
--brand-700: #275254;
--brand-800: #0f3335;
--brand-900: #001819;
--brand-950: #000607;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2f1f1',
200: '#c0dcdd',
300: '#9bc5c6',
400: '#74abad',
500: '#5f9ea0',
600: '#417577',
700: '#275254',
800: '#0f3335',
900: '#001819',
950: '#000607',
},