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: #f1e7dc;
--brand-200: #d8c7b2;
--brand-300: #bba587;
--brand-400: #9b805b;
--brand-500: #8a6e45;
--brand-600: #685130;
--brand-700: #4b391e;
--brand-800: #31230d;
--brand-900: #1d0e00;
--brand-950: #110000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f1e7dc',
200: '#d8c7b2',
300: '#bba587',
400: '#9b805b',
500: '#8a6e45',
600: '#685130',
700: '#4b391e',
800: '#31230d',
900: '#1d0e00',
950: '#110000',
},