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: #f1f6fd;
--brand-200: #e0e9f6;
--brand-300: #cedbed;
--brand-400: #bacce3;
--brand-500: #b0c4de;
--brand-600: #7f8fa4;
--brand-700: #556373;
--brand-800: #303b48;
--brand-900: #101822;
--brand-950: #00010e;
}Tailwind
brand: {
50: '#ffffff',
100: '#f1f6fd',
200: '#e0e9f6',
300: '#cedbed',
400: '#bacce3',
500: '#b0c4de',
600: '#7f8fa4',
700: '#556373',
800: '#303b48',
900: '#101822',
950: '#00010e',
},