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: #fffadb;
--brand-200: #fff2b8;
--brand-300: #faea94;
--brand-400: #f3e16f;
--brand-500: #eedc5b;
--brand-600: #ada035;
--brand-700: #776e13;
--brand-800: #474100;
--brand-900: #241a00;
--brand-950: #120000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffadb',
200: '#fff2b8',
300: '#faea94',
400: '#f3e16f',
500: '#eedc5b',
600: '#ada035',
700: '#776e13',
800: '#474100',
900: '#241a00',
950: '#120000',
},