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: #e4ddd9;
--brand-200: #bdb1a9;
--brand-300: #918176;
--brand-400: #625043;
--brand-500: #4b382a;
--brand-600: #3a2b1f;
--brand-700: #2c1f16;
--brand-800: #20150b;
--brand-900: #150600;
--brand-950: #0c0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#e4ddd9',
200: '#bdb1a9',
300: '#918176',
400: '#625043',
500: '#4b382a',
600: '#3a2b1f',
700: '#2c1f16',
800: '#20150b',
900: '#150600',
950: '#0c0000',
},