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: #ffe6db;
--brand-200: #f9c7b3;
--brand-300: #eaa589;
--brand-400: #d5815f;
--brand-500: #c96f4a;
--brand-600: #995032;
--brand-700: #70351d;
--brand-800: #4b1e09;
--brand-900: #2d0600;
--brand-950: #210000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe6db',
200: '#f9c7b3',
300: '#eaa589',
400: '#d5815f',
500: '#c96f4a',
600: '#995032',
700: '#70351d',
800: '#4b1e09',
900: '#2d0600',
950: '#210000',
},