Wisteria Hex Code — #C9A0DC
RGB, HSL, and CMYK values for Wisteria.
Last updated: April 6, 2026
Wisteria Color Values
| Format | Value |
|---|---|
| HEX | #C9A0DC |
| RGB | rgb(201, 160, 220) |
| HSL | hsl(281, 46%, 75%) |
| CMYK | cmyk(9%, 27%, 0%, 14%) |
About Wisteria
Color psychology: Romance, grace.
Wisteria (#C9A0DC) is a light shade of purple with a hue angle of 281° on the color wheel, 46% saturation, and 75% lightness. It's commonly used in web design, graphic design, and branding where romance, grace are desired associations.
In color theory, Wisteria sits in the cool section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Wisteria in Design
Web Design
Use Wisteria as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Wisteria conveys romance, grace — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:9% M:27% Y:0% K:14%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Wisteria work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Wisteria in CSS
/* Using HEX */ color: #C9A0DC; background-color: #C9A0DC; /* Using RGB */ color: rgb(201, 160, 220); /* Using HSL — best for creating variations */ color: hsl(281, 46%, 75%); /* Transparent overlay (50% opacity) */ background-color: rgba(201, 160, 220, 0.5); /* Lighter variant for hover states */ background-color: hsl(281, 46%, 85%); /* Darker variant for active states */ background-color: hsl(281, 46%, 65%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Wisteria without changing its core hue or saturation.
Colors That Go With Wisteria
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Wisteria?
What is Wisteria in RGB and when should I use RGB?
How to use Wisteria in CSS with different color formats?
What is the HSL value of Wisteria and why is HSL useful for designers?
What is the CMYK value of Wisteria for print design?
What colors pair well with Wisteria in design projects?
Is Wisteria (#C9A0DC) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.