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: #f3e8d2;
--brand-200: #ddcaa0;
--brand-300: #c0aa6c;
--brand-400: #a08737;
--brand-500: #8e7618;
--brand-600: #6a5706;
--brand-700: #4c3d00;
--brand-800: #332600;
--brand-900: #201000;
--brand-950: #140000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f3e8d2',
200: '#ddcaa0',
300: '#c0aa6c',
400: '#a08737',
500: '#8e7618',
600: '#6a5706',
700: '#4c3d00',
800: '#332600',
900: '#201000',
950: '#140000',
},