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: #ffede5;
--brand-200: #ffd6c8;
--brand-300: #fbbea9;
--brand-400: #f0a38a;
--brand-500: #e9967a;
--brand-600: #af6c55;
--brand-700: #7e4837;
--brand-800: #52291b;
--brand-900: #2c0d00;
--brand-950: #1d0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffede5',
200: '#ffd6c8',
300: '#fbbea9',
400: '#f0a38a',
500: '#e9967a',
600: '#af6c55',
700: '#7e4837',
800: '#52291b',
900: '#2c0d00',
950: '#1d0000',
},