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: #e2e5d2;
--brand-200: #bbc29f;
--brand-300: #909b69;
--brand-400: #627233;
--brand-500: #4b5d16;
--brand-600: #37460b;
--brand-700: #273300;
--brand-800: #1b2200;
--brand-900: #0b1100;
--brand-950: #000400;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2e5d2',
200: '#bbc29f',
300: '#909b69',
400: '#627233',
500: '#4b5d16',
600: '#37460b',
700: '#273300',
800: '#1b2200',
900: '#0b1100',
950: '#000400',
},