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: #f2efd0;
--brand-200: #dcd99e;
--brand-300: #c1c16a;
--brand-400: #a3a631;
--brand-500: #929901;
--brand-600: #6a7100;
--brand-700: #494f00;
--brand-800: #2e3100;
--brand-900: #1b1600;
--brand-950: #0a0300;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2efd0',
200: '#dcd99e',
300: '#c1c16a',
400: '#a3a631',
500: '#929901',
600: '#6a7100',
700: '#494f00',
800: '#2e3100',
900: '#1b1600',
950: '#0a0300',
},