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: #ffffd1;
--brand-200: #ffffa5;
--brand-300: #ffff77;
--brand-400: #ffff3f;
--brand-500: #ffff00;
--brand-600: #b7b900;
--brand-700: #7b7f00;
--brand-800: #474b00;
--brand-900: #251d00;
--brand-950: #120300;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffffd1',
200: '#ffffa5',
300: '#ffff77',
400: '#ffff3f',
500: '#ffff00',
600: '#b7b900',
700: '#7b7f00',
800: '#474b00',
900: '#251d00',
950: '#120300',
},