Color palette generator is a design tool that builds harmonious color schemes from any base hex value. It offers complementary, analogous, triadic, tetradic, and monochromatic palettes, shows hex, RGB, and HSL for every swatch, and exports the whole palette as CSS custom properties. The tool runs in your browser.
Frequently asked questions
- What palette types are available?
- Five types: complementary (two colors opposite on the color wheel), analogous (three adjacent colors), triadic (three colors 120 degrees apart), tetradic (four colors in two complementary pairs), and monochromatic (multiple shades of the same hue).
- How are palette colors calculated?
- All calculations use the HSL (hue, saturation, lightness) color space. The base color is converted to HSL, and the hue is rotated by a fixed amount depending on the palette type. The rotated hue values are converted back to RGB and hex for display.
- What is a complementary color palette?
- A complementary palette uses two colors directly opposite each other on the color wheel, separated by 180 degrees of hue. This creates high contrast and works well for call-to-action elements and making content stand out.
- Is my color data sent to a server?
- All color calculations run locally in your browser. No data is sent to our servers at any point.
Reviewed and tested May 25, 2026.