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: #fff3e7;
--brand-200: #f9e4cc;
--brand-300: #f0d3b1;
--brand-400: #e4c195;
--brand-500: #deb887;
--brand-600: #a4865e;
--brand-700: #735b3b;
--brand-800: #48361d;
--brand-900: #231500;
--brand-950: #130000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff3e7',
200: '#f9e4cc',
300: '#f0d3b1',
400: '#e4c195',
500: '#deb887',
600: '#a4865e',
700: '#735b3b',
800: '#48361d',
900: '#231500',
950: '#130000',
},