Color Wheel
Color wheel triads, square schemes, and HSV harmonies—ColorDesigner color wheel on Uwarp.
Square tetrad
Rectangular tetrad
Four hues at 90° intervals—the square tetrad on the color wheel.
rgb(51, 102, 153)
rgb(153, 51, 153)
rgb(153, 102, 51)
rgb(51, 153, 51)
Four hues at 0°, 60°, 180°, and 240°—two complementary pairs in a rectangular layout.
rgb(51, 102, 153)
rgb(102, 51, 153)
rgb(153, 102, 51)
rgb(102, 153, 51)
Both tetrad rows keep your base saturation and lightness while rotating hue. Compare square (90° steps) and rectangular (60° and 180° offsets) sets from the same pick.
Help Us Improve
—
(—)
Build a tetradic color scheme from any hex. See tetrad colors in square and rectangular sets—copy four harmonious HEX, RGB, and HSL values instantly.
Base color picker
Choose visually or paste a six-digit hex—all tetradic color swatches update instantly.
Square tetrad colors
Four tetrad colors spaced 90° on the color wheel—balanced four-color palettes.
Rectangular tetrad colors
Second four-color set with 60° and 180° offsets for complementary pairs.
HEX and RGB preview
Each swatch shows hex and rgb() strings with one-click HEX copy.
HSL hue rotation
Saturation and lightness stay tied to your base pick—only hue shifts per swatch.
No account
Free, unlimited previews in modern browsers.
Set your base color
Use the picker or paste a brand hex—the color wheel math runs from that anchor hue.
Compare both tetrad sets
Review square tetrad and rectangular tetrad rows—pick the harmony that fits your layout.
Copy scheme hex codes
Copy each color HEX into CSS variables, Figma styles, or your design tokens file.
Mute secondary swatches
Full-strength tetrad colors can overwhelm—lower saturation on two of the four.
Study tetradic colors examples
Compare square versus rectangular tetrad colors examples before you commit to a four-color palette.
Need triads instead
Three-color harmonies live on /color-wheel with the ColorDesigner embed.
Check contrast
Harmony does not guarantee readable text—validate pairs on /contrast-checker.
Paste from a picker
Sample a photo accent on /image-color-picker, then build the tetrad here.
Tune value after
Lighten or darken individual scheme hexes on /lighten-color or /darken-color.
Brand palette expansion
Turn one logo hex into a full tetrad color scheme for marketing and UI.
Dashboard themes
Assign chart series, badges, and alerts from four related hues.
Illustration palettes
Get vivid but structured sets without manual color wheel measuring.
Web component tokens
Export four CSS custom properties from one base pick.
Presentation decks
Build slide accent colors that stay harmonically linked.
Live tetradic examples
Every base pick generates fresh tetradic color scheme examples in both square and rectangular rows.
Two schemes at once
Square and rectangular tetrad outputs side by side—no second tool needed.
Private
Colors never leave your device.
Predictable math
Fixed hue offsets on the color wheel—same relationships every time.
Fast copy
One-click HEX per swatch for quick handoff.
Free
Unlimited previews and copies.
Honest scope
Hex harmonies from one anchor—not photo palette extraction.
“A tetradic color scheme (also called double-complementary) uses four colors arranged into two complementary pairs, creating a rich palette with strong visual contrast.”
Tetradic color harmony: This tool generates two tetrad variants from the base hue: a square tetrad (90° spacing: 0°, 90°, 180°, 270°) and a rectangular tetrad (0°, 60°, 180°, 240°), both preserving saturation and lightness. en.wikipedia.org/wiki/Color_theory
“The HSL model separates color into hue, saturation, and lightness, making it straightforward to generate harmonious color sets by rotating the hue while keeping other attributes fixed.”
HSL and HSV for hue-based color generation: Each scheme swatch is computed by converting the base hex to HSL, applying the fixed hue offset for the selected tetrad variant, then converting back to RGB for the output. en.wikipedia.org/wiki/HSL_and_HSV
“Complementary colors are pairs of colors opposite each other on the color wheel, approximately 180° apart. They produce maximum contrast and are a foundation of color harmony.”
Complementary colors on the color wheel: Both the square and rectangular tetrad schemes include complementary pairs (180° apart). The rectangular variant adds a 60° offset for a less rigid but still balanced distribution. en.wikipedia.org/wiki/Complementary_colors