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: #dae3e3;
--brand-200: #acbcbc;
--brand-300: #7b9191;
--brand-400: #486565;
--brand-500: #2f4f4f;
--brand-600: #223c3c;
--brand-700: #162c2c;
--brand-800: #0c1e1e;
--brand-900: #00100f;
--brand-950: #000403;
}Tailwind
brand: {
50: '#ffffff',
100: '#dae3e3',
200: '#acbcbc',
300: '#7b9191',
400: '#486565',
500: '#2f4f4f',
600: '#223c3c',
700: '#162c2c',
800: '#0c1e1e',
900: '#00100f',
950: '#000403',
},