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: #f2ffd4;
--brand-200: #e2ffab;
--brand-300: #cfff80;
--brand-400: #b9ff50;
--brand-500: #adff2f;
--brand-600: #76bb00;
--brand-700: #478100;
--brand-800: #1f4e00;
--brand-900: #0c2200;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2ffd4',
200: '#e2ffab',
300: '#cfff80',
400: '#b9ff50',
500: '#adff2f',
600: '#76bb00',
700: '#478100',
800: '#1f4e00',
900: '#0c2200',
950: '#000d00',
},