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: #fffaef;
--brand-200: #fff3de;
--brand-300: #fcebcd;
--brand-400: #f7e2bc;
--brand-500: #f5deb3;
--brand-600: #b3a17e;
--brand-700: #7c6e52;
--brand-800: #4b402b;
--brand-900: #211904;
--brand-950: #0c0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffaef',
200: '#fff3de',
300: '#fcebcd',
400: '#f7e2bc',
500: '#f5deb3',
600: '#b3a17e',
700: '#7c6e52',
800: '#4b402b',
900: '#211904',
950: '#0c0000',
},