Color Shades Generator
Generate 11 shades and tints from any base color with CSS, Tailwind, SCSS, and JSON export.
:root {
--color-50: #1e417b;
--color-40: #234e94;
--color-30: #295bac;
--color-20: #2f68c5;
--color-10: #3575dd;
--color: #3b82f6;
--color-10: #4f8ff7;
--color-20: #629bf8;
--color-30: #76a8f9;
--color-40: #89b4fa;
--color-50: #9dc1fb;
}About Color Shades Generator
The Color Shades Generator creates a complete 11-step scale of shades and tints from any base color. Shades are created by mixing the color with black (making it darker), while tints are created by mixing with white (making it lighter). The result is a professional color scale similar to Tailwind CSS's built-in color palettes.
How to Use
Enter any HEX color code in the input field or use the color picker. The tool instantly generates 5 darker shades and 5 lighter tints alongside the original color. Click any swatch to copy its HEX value. Use the export panel to download the full scale as CSS variables, Tailwind config, SCSS variables, or JSON.
Common Use Cases
- Creating complete color palettes for design systems
- Generating Tailwind CSS custom color scales
- Building accessible UI color systems with sufficient contrast
- Designing dark mode variants of brand colors
- Exporting color tokens for CSS or SCSS design systems