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: #f2feed;
--brand-200: #e4fadb;
--brand-300: #d4f5c9;
--brand-400: #c4efb6;
--brand-500: #bcecac;
--brand-600: #85ac78;
--brand-700: #57774d;
--brand-800: #2f4828;
--brand-900: #0c1e00;
--brand-950: #000700;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2feed',
200: '#e4fadb',
300: '#d4f5c9',
400: '#c4efb6',
500: '#bcecac',
600: '#85ac78',
700: '#57774d',
800: '#2f4828',
900: '#0c1e00',
950: '#000700',
},