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: #e3e8d7;
--brand-200: #bec8a9;
--brand-300: #95a478;
--brand-400: #6b7e48;
--brand-500: #556b2f;
--brand-600: #3e501f;
--brand-700: #2b3a11;
--brand-800: #1b2600;
--brand-900: #091300;
--brand-950: #000500;
}Tailwind
brand: {
50: '#ffffff',
100: '#e3e8d7',
200: '#bec8a9',
300: '#95a478',
400: '#6b7e48',
500: '#556b2f',
600: '#3e501f',
700: '#2b3a11',
800: '#1b2600',
900: '#091300',
950: '#000500',
},