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: #ffe2dc;
--brand-200: #ffbeb5;
--brand-300: #f8968b;
--brand-400: #e56b62;
--brand-500: #d9544d;
--brand-600: #a63935;
--brand-700: #7c2321;
--brand-800: #550d0e;
--brand-900: #340000;
--brand-950: #270000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe2dc',
200: '#ffbeb5',
300: '#f8968b',
400: '#e56b62',
500: '#d9544d',
600: '#a63935',
700: '#7c2321',
800: '#550d0e',
900: '#340000',
950: '#270000',
},