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: #ebeeef;
--brand-200: #d2d7d9;
--brand-300: #b6bdc0;
--brand-400: #98a1a5;
--brand-500: #899397;
--brand-600: #646c70;
--brand-700: #454c4e;
--brand-800: #292f31;
--brand-900: #101416;
--brand-950: #000103;
}Tailwind
brand: {
50: '#ffffff',
100: '#ebeeef',
200: '#d2d7d9',
300: '#b6bdc0',
400: '#98a1a5',
500: '#899397',
600: '#646c70',
700: '#454c4e',
800: '#292f31',
900: '#101416',
950: '#000103',
},