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: #f9e5da;
--brand-200: #e7c3af;
--brand-300: #cf9e82;
--brand-400: #b27854;
--brand-500: #a2653e;
--brand-600: #7b4a2a;
--brand-700: #5a3319;
--brand-800: #3d1e07;
--brand-900: #260900;
--brand-950: #1b0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f9e5da',
200: '#e7c3af',
300: '#cf9e82',
400: '#b27854',
500: '#a2653e',
600: '#7b4a2a',
700: '#5a3319',
800: '#3d1e07',
900: '#260900',
950: '#1b0000',
},