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: #fcfeea;
--brand-200: #f7fbd6;
--brand-300: #f1f8c1;
--brand-400: #eaf4ac;
--brand-500: #e6f2a2;
--brand-600: #a6b06f;
--brand-700: #707944;
--brand-800: #41481f;
--brand-900: #1a1d00;
--brand-950: #000400;
}Tailwind
brand: {
50: '#ffffff',
100: '#fcfeea',
200: '#f7fbd6',
300: '#f1f8c1',
400: '#eaf4ac',
500: '#e6f2a2',
600: '#a6b06f',
700: '#707944',
800: '#41481f',
900: '#1a1d00',
950: '#000400',
},