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: #e8e6cf;
--brand-200: #c7c59a;
--brand-300: #a0a062;
--brand-400: #767929;
--brand-500: #606602;
--brand-600: #474d00;
--brand-700: #333700;
--brand-800: #232300;
--brand-900: #151100;
--brand-950: #070200;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8e6cf',
200: '#c7c59a',
300: '#a0a062',
400: '#767929',
500: '#606602',
600: '#474d00',
700: '#333700',
800: '#232300',
900: '#151100',
950: '#070200',
},