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: #e9e9d7;
--brand-200: #cbccaa;
--brand-300: #a8aa7a;
--brand-400: #82884a;
--brand-500: #6f7632;
--brand-600: #525820;
--brand-700: #393f11;
--brand-800: #242800;
--brand-900: #131300;
--brand-950: #030300;
}Tailwind
brand: {
50: '#ffffff',
100: '#e9e9d7',
200: '#cbccaa',
300: '#a8aa7a',
400: '#82884a',
500: '#6f7632',
600: '#525820',
700: '#393f11',
800: '#242800',
900: '#131300',
950: '#030300',
},