Toolverge

Color Palette Generator

A color palette generator derives a full set of coordinated colors from a single base color using color theory. Toolverge computes complementary, analogous, and triadic hues plus a 5-step shade/tint ramp from your hex code, showing hex and RGB values for each swatch.

Palette from #3366cc

Base#3366cc · rgb(51, 102, 204)
Complementary#cc9933 · rgb(204, 153, 51)
Analogous -30°#33b2cc · rgb(51, 178, 204)
Analogous +30°#4c33cc · rgb(76, 51, 204)
Triadic +120°#cc3366 · rgb(204, 51, 102)
Triadic +240°#66cc33 · rgb(102, 204, 51)

Shades & tints

Shade 2#142952
Shade 1#24478f
Base lightness#3366cc
Tint 2#7094db
Tint 3#adc2eb

How it works

  1. Enter a base hex color, like #3366cc.
  2. The generator converts it to HSL and rotates the hue to derive complementary, analogous, and triadic colors.
  3. A 5-step shades-and-tints ramp is generated by varying lightness at the same hue and saturation.

Formula Complementary = hue +180°; analogous = hue ±30°; triadic = hue ±120°; ramp varies lightness at the same hue/saturation.

Frequently asked questions

What is a complementary color?

The color directly opposite your base color on the color wheel (180° hue rotation), used for high-contrast accents.

What are analogous colors?

Colors adjacent to your base hue (±30°) that create a harmonious, low-contrast palette.

What is a triadic color scheme?

Three colors evenly spaced around the color wheel (±120°), giving a vibrant but balanced palette.

What hex formats are accepted?

Both 3-digit (#abc) and 6-digit (#aabbcc) hex codes, with or without the leading #.

Is this palette based on real color theory?

Yes, it uses standard HSL hue rotation and lightness variation, the same math used by most design-tool palette generators.