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: #fde6de;
--brand-200: #f0c5b7;
--brand-300: #dca28e;
--brand-400: #c47d65;
--brand-500: #b66a50;
--brand-600: #8a4d38;
--brand-700: #653423;
--brand-800: #441e11;
--brand-900: #290700;
--brand-950: #1d0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fde6de',
200: '#f0c5b7',
300: '#dca28e',
400: '#c47d65',
500: '#b66a50',
600: '#8a4d38',
700: '#653423',
800: '#441e11',
900: '#290700',
950: '#1d0000',
},