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: #fcf4d0;
--brand-200: #f1e4a1;
--brand-300: #e1d370;
--brand-400: #cdc138;
--brand-500: #c2b709;
--brand-600: #8e8600;
--brand-700: #625d00;
--brand-800: #3c3800;
--brand-900: #231700;
--brand-950: #130100;
}Tailwind
brand: {
50: '#ffffff',
100: '#fcf4d0',
200: '#f1e4a1',
300: '#e1d370',
400: '#cdc138',
500: '#c2b709',
600: '#8e8600',
700: '#625d00',
800: '#3c3800',
900: '#231700',
950: '#130100',
},