Wisteria (#C9A0DC)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.20:1 — vs black: 9.55:1
Color values
-
HEX
#C9A0DC -
RGB
rgb(201, 160, 220) -
HSL
hsl(281, 46%, 74%) -
CMYK
cmyk( 9, 27, 0, 14 ) -
Websafe
#CC99CC
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C9A0DC based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C9A0DC
Base
#B3DCA0
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C9A0DC
Base
#ABA0DC
#DCA0D1
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C9A0DC
Base
#DCC9A0
#A0DCC9
Two colors flanking the complement — high contrast with less tension than full complementary.
#C9A0DC
Base
#D1DCA0
#A0DCAB
Four colors at 90° intervals — rich variety, best when one color dominates.
#C9A0DC
Base
#DCABA0
#B3DCA0
#A0D1DC
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C9A0DC
Base
#853DA6
#A968C7
#B882D1
#DABEE7
#E9D8F1
#F4ECF8
Darker shades and lighter tints of Wisteria, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0F0713
#381A46
#622D7A
#8B40AE
#AC6CC9
#C9A0DC
Base
#D2AFE2
#DABFE7
#E3CEED
#ECDDF3
#F4ECF8
Ready-to-use code snippets for #C9A0DC. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C9A0DC;
}
/* Text */
.element {
color: #C9A0DC;
}
/* Border */
.element {
border: 1px solid #C9A0DC;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C9A0DC,
#B3DCA0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C9A0DC,
#B3DCA0
);
}
// SCSS variable
$wisteria: #C9A0DC;
// With RGB channels (useful for rgba() usage)
$wisteria-r: 201;
$wisteria-g: 160;
$wisteria-b: 220;
// Usage
.element {
background-color: $wisteria;
color: rgba($wisteria-r, $wisteria-g, $wisteria-b, 0.8);
}
How Wisteria appears to people with different types of color vision deficiency.
#C9A0DC
How the color appears with full color vision.
#ADADDB
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#A5A5DC
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C1A9A9
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#AFAFAF
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.