#AF6DA8
A medium, muted magenta closely aligning with Plum.
About #AF6DA8
At its core, #AF6DA8 is a medium and muted hue. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(175, 109, 168).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 38% Magenta, 4% Yellow, and 31% Black. With a hue angle of 306.4 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF6DA8
RGB175, 109, 168
HSL306.4°, 29.2%, 55.7%
CMYK0%, 38%, 4%, 31%
HSV306.4°, 37.7%, 68.6%
LAB54.9, 35.4, -20.8
XYZ30.2, 22.9, 39.9
Decimal11496872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6DA8;
}
.text-color {
color: #AF6DA8;
}
.border-color {
border: 2px solid #AF6DA8;
}