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: #fff8d0;
--brand-200: #ffefa2;
--brand-300: #ffe673;
--brand-400: #ffdc3b;
--brand-500: #ffd700;
--brand-600: #bb9c00;
--brand-700: #816b00;
--brand-800: #4f3f00;
--brand-900: #2b1800;
--brand-950: #1c0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff8d0',
200: '#ffefa2',
300: '#ffe673',
400: '#ffdc3b',
500: '#ffd700',
600: '#bb9c00',
700: '#816b00',
800: '#4f3f00',
900: '#2b1800',
950: '#1c0000',
},