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: #f4f8e5;
--brand-200: #e5edc9;
--brand-300: #d5e1ad;
--brand-400: #c3d390;
--brand-500: #b9cc81;
--brand-600: #869558;
--brand-700: #5a6736;
--brand-800: #343f18;
--brand-900: #161b00;
--brand-950: #000400;
}Tailwind
brand: {
50: '#ffffff',
100: '#f4f8e5',
200: '#e5edc9',
300: '#d5e1ad',
400: '#c3d390',
500: '#b9cc81',
600: '#869558',
700: '#5a6736',
800: '#343f18',
900: '#161b00',
950: '#000400',
},