#AF6D92
A medium, muted magenta closely aligning with Palevioletred.
About #AF6D92
The precise color #AF6D92 is an excellent choice for modern design projects. Designers often compare it to the standard color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 109, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 38% M, 17% Y, and 31% K. The HSL representation is 326.4° hue, 29.2% saturation, and 55.7% lightness.
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#AF6D92
RGB175, 109, 146
HSL326.4°, 29.2%, 55.7%
CMYK0%, 38%, 17%, 31%
HSV326.4°, 37.7%, 68.6%
LAB54.2, 31.6, -9.1
XYZ28.3, 22.1, 30.0
Decimal11496850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6D92;
}
.text-color {
color: #AF6D92;
}
.border-color {
border: 2px solid #AF6D92;
}