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: #f7f8d1;
--brand-200: #e8eea2;
--brand-300: #d6e272;
--brand-400: #c1d53a;
--brand-500: #b5ce08;
--brand-600: #819700;
--brand-700: #566900;
--brand-800: #314000;
--brand-900: #1b1b00;
--brand-950: #050600;
}Tailwind
brand: {
50: '#ffffff',
100: '#f7f8d1',
200: '#e8eea2',
300: '#d6e272',
400: '#c1d53a',
500: '#b5ce08',
600: '#819700',
700: '#566900',
800: '#314000',
900: '#1b1b00',
950: '#050600',
},