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: #ffe9df;
--brand-200: #ffcdbb;
--brand-300: #f7af96;
--brand-400: #e78f70;
--brand-500: #de7e5d;
--brand-600: #a85a40;
--brand-700: #7a3c27;
--brand-800: #512111;
--brand-900: #2e0800;
--brand-950: #210000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe9df',
200: '#ffcdbb',
300: '#f7af96',
400: '#e78f70',
500: '#de7e5d',
600: '#a85a40',
700: '#7a3c27',
800: '#512111',
900: '#2e0800',
950: '#210000',
},