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: #feeed0;
--brand-200: #f2d99f;
--brand-300: #e1c16d;
--brand-400: #cba836;
--brand-500: #bf9b0c;
--brand-600: #8e7100;
--brand-700: #644f00;
--brand-800: #402f00;
--brand-900: #271200;
--brand-950: #190000;
}Tailwind
brand: {
50: '#ffffff',
100: '#feeed0',
200: '#f2d99f',
300: '#e1c16d',
400: '#cba836',
500: '#bf9b0c',
600: '#8e7100',
700: '#644f00',
800: '#402f00',
900: '#271200',
950: '#190000',
},