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: #ecf0df;
--brand-200: #d3dabb;
--brand-300: #b7c295;
--brand-400: #9aa86e;
--brand-500: #8a9a5b;
--brand-600: #64723e;
--brand-700: #455026;
--brand-800: #293211;
--brand-900: #121700;
--brand-950: #000400;
}Tailwind
brand: {
50: '#ffffff',
100: '#ecf0df',
200: '#d3dabb',
300: '#b7c295',
400: '#9aa86e',
500: '#8a9a5b',
600: '#64723e',
700: '#455026',
800: '#293211',
900: '#121700',
950: '#000400',
},