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: #edeeed;
--brand-200: #d6d7d5;
--brand-300: #bcbebb;
--brand-400: #a0a39f;
--brand-500: #929591;
--brand-600: #6b6e6a;
--brand-700: #4a4c4a;
--brand-800: #2d2f2d;
--brand-900: #131413;
--brand-950: #000100;
}Tailwind
brand: {
50: '#ffffff',
100: '#edeeed',
200: '#d6d7d5',
300: '#bcbebb',
400: '#a0a39f',
500: '#929591',
600: '#6b6e6a',
700: '#4a4c4a',
800: '#2d2f2d',
900: '#131413',
950: '#000100',
},