Triadic Color Scheme Generator

Build a balanced triadic palette — three hues 120° apart.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Triadic colour palette

A triadic colour scheme uses three hues spaced evenly around the colour wheel, 120° apart. It is one of the classic colour-harmony rules — vibrant but balanced — and is a fast way to build a cohesive palette for a brand, UI, or illustration from a single starting colour.

How it works

The tool converts your base hex colour to HSL (hue, saturation, lightness). It keeps saturation and lightness fixed and rotates the hue by +120° and +240° around the 360° wheel, then converts those two new HSL colours back to hex. Holding saturation and lightness constant is what makes all three colours feel like a matched set at the same intensity. Click any swatch to copy its hex.

hue1 = base hue
hue2 = (base hue + 120) mod 360
hue3 = (base hue + 240) mod 360   (saturation and lightness unchanged)

Example

Starting from a red base around hue 0° (#e53935), the triad rotates to roughly 120° (a green) and 240° (a blue), giving a red–green–blue trio at the same vividness.

SwatchHue
Base
Triad 2120°
Triad 3240°

Everything runs in your browser — nothing is uploaded.

Ad placeholder (rectangle)