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: #d4d4d4;
--brand-200: #9a9a9a;
--brand-300: #5e5e5e;
--brand-400: #232323;
--brand-500: #000000;
--brand-600: #000000;
--brand-700: #000000;
--brand-800: #000000;
--brand-900: #000000;
--brand-950: #000000;
}Tailwind
brand: {
50: '#ffffff',
100: '#d4d4d4',
200: '#9a9a9a',
300: '#5e5e5e',
400: '#232323',
500: '#000000',
600: '#000000',
700: '#000000',
800: '#000000',
900: '#000000',
950: '#000000',
},