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: #f7efe9;
--brand-200: #e9dacf;
--brand-300: #d8c3b4;
--brand-400: #c4ab97;
--brand-500: #ba9e88;
--brand-600: #8a7361;
--brand-700: #625041;
--brand-800: #3d3024;
--brand-900: #1e1306;
--brand-950: #0e0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f7efe9',
200: '#e9dacf',
300: '#d8c3b4',
400: '#c4ab97',
500: '#ba9e88',
600: '#8a7361',
700: '#625041',
800: '#3d3024',
900: '#1e1306',
950: '#0e0000',
},