#AF7CBD
A light, moderate magenta closely aligning with Plum.
About #AF7CBD
The hex code #AF7CBD represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 175 parts red, 124 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 7% Cyan, 34% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF7CBD
RGB175, 124, 189
HSL287.1°, 33.0%, 61.4%
CMYK7%, 34%, 0%, 26%
HSV287.1°, 34.4%, 74.1%
LAB59.2, 31.2, -26.3
XYZ34.1, 27.2, 51.6
Decimal11500733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.44:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7CBD;
}
.text-color {
color: #AF7CBD;
}
.border-color {
border: 2px solid #AF7CBD;
}