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: #f8f2ea;
--brand-200: #ece1d2;
--brand-300: #ddcfb9;
--brand-400: #ccba9e;
--brand-500: #c3b091;
--brand-600: #908067;
--brand-700: #655844;
--brand-800: #3e3525;
--brand-900: #1d1505;
--brand-950: #0a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f8f2ea',
200: '#ece1d2',
300: '#ddcfb9',
400: '#ccba9e',
500: '#c3b091',
600: '#908067',
700: '#655844',
800: '#3e3525',
900: '#1d1505',
950: '#0a0000',
},