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: #dde4d1;
--brand-200: #b1be9a;
--brand-300: #819462;
--brand-400: #4f692a;
--brand-500: #35530a;
--brand-600: #273f03;
--brand-700: #1c2f00;
--brand-800: #141f00;
--brand-900: #021200;
--brand-950: #000600;
}Tailwind
brand: {
50: '#ffffff',
100: '#dde4d1',
200: '#b1be9a',
300: '#819462',
400: '#4f692a',
500: '#35530a',
600: '#273f03',
700: '#1c2f00',
800: '#141f00',
900: '#021200',
950: '#000600',
},