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: #f6ede1;
--brand-200: #e5d6be;
--brand-300: #d0bc9a;
--brand-400: #b9a175;
--brand-500: #ac9362;
--brand-600: #806c44;
--brand-700: #5b4b2a;
--brand-800: #392d14;
--brand-900: #1e1300;
--brand-950: #0f0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f6ede1',
200: '#e5d6be',
300: '#d0bc9a',
400: '#b9a175',
500: '#ac9362',
600: '#806c44',
700: '#5b4b2a',
800: '#392d14',
900: '#1e1300',
950: '#0f0000',
},