Triadic Color Palette
Visual Preview Guidance

Colors are generated in HSL color space for perceptual accuracy. The preview shows how colors will appear on standard RGB displays (sRGB gamut). Check contrast ratios for accessibility.

Why do colors look different on print?
This tool uses RGB/HSL for screen design. Print uses CMYK with different gamut limitations. Always test print colors physically. Use a HEX to CMYK converter for an initial estimate.
Gamut Note: Some vibrant HSL colors may be outside printable CMYK gamut. For print work, convert to CMYK in your design software and adjust accordingly.
CSS Gradient Generator
Gradient Implementation Notes

Generated CSS uses modern gradient syntax compatible with all current browsers. For IE11 support, add vendor prefixes (-webkit-, -moz-). Test gradient performance on mobile devices.

Performance Tip: Complex gradients with many color stops can impact rendering performance. For hero sections, limit to 3-5 colors.
Other Color Harmonies
Harmony Selection Guide

Complementary: Maximum contrast for CTAs
Analogous: Harmonious, low-contrast schemes
Split Complementary: Balanced contrast with variety
Monochromatic: Professional, accessible systems

Complementary
Analogous
Split Complementary
Monochromatic
Common Designer Questions
Are these harmonies accessible?
Complementary pairs often fail contrast ratios. Always test with tools like WebAIM Contrast Checker. Monochromatic schemes with sufficient lightness difference work best.
Can I use these for branding?
Yes, but consider cultural color meanings. Tetradic schemes work well for comprehensive brand systems with primary/secondary color needs.
Why HSL instead of RGB for harmonies?
HSL represents colors in a human-perceptual way (Hue, Saturation, Lightness). Rotating hue creates perceptually balanced harmonies, unlike RGB mathematical operations.