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: #f8eadd;
--brand-200: #e8cfb6;
--brand-300: #d3b08e;
--brand-400: #bb9165;
--brand-500: #ad8150;
--brand-600: #825e36;
--brand-700: #5d4121;
--brand-800: #3d270d;
--brand-900: #230f00;
--brand-950: #160000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f8eadd',
200: '#e8cfb6',
300: '#d3b08e',
400: '#bb9165',
500: '#ad8150',
600: '#825e36',
700: '#5d4121',
800: '#3d270d',
900: '#230f00',
950: '#160000',
},