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: #ffdfd0;
--brand-200: #eeb69a;
--brand-300: #d48a64;
--brand-400: #b35d2d;
--brand-500: #a0450e;
--brand-600: #7c3103;
--brand-700: #5d2000;
--brand-800: #421100;
--brand-900: #2e0000;
--brand-950: #240000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdfd0',
200: '#eeb69a',
300: '#d48a64',
400: '#b35d2d',
500: '#a0450e',
600: '#7c3103',
700: '#5d2000',
800: '#421100',
900: '#2e0000',
950: '#240000',
},