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: #ede8e0;
--brand-200: #d1c8ba;
--brand-300: #b2a691;
--brand-400: #908268;
--brand-500: #7f7053;
--brand-600: #5f533b;
--brand-700: #443b27;
--brand-800: #2c2516;
--brand-900: #181000;
--brand-950: #0a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ede8e0',
200: '#d1c8ba',
300: '#b2a691',
400: '#908268',
500: '#7f7053',
600: '#5f533b',
700: '#443b27',
800: '#2c2516',
900: '#181000',
950: '#0a0000',
},