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: #fbdbd2;
--brand-200: #e5ae9d;
--brand-300: #c77d66;
--brand-400: #a14931;
--brand-500: #8b2e16;
--brand-600: #6d200d;
--brand-700: #531400;
--brand-800: #3d0900;
--brand-900: #2c0000;
--brand-950: #230000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fbdbd2',
200: '#e5ae9d',
300: '#c77d66',
400: '#a14931',
500: '#8b2e16',
600: '#6d200d',
700: '#531400',
800: '#3d0900',
900: '#2c0000',
950: '#230000',
},