#AF4966
A medium, moderate magenta closely aligning with Palevioletred.
About #AF4966
The hex code #AF4966 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(175, 73, 102).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 58% M, 42% Y, and 31% K. The HSL representation is 342.9° hue, 41.1% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF4966
RGB175, 73, 102
HSL342.9°, 41.1%, 48.6%
CMYK0%, 58%, 42%, 31%
HSV342.9°, 58.3%, 68.6%
LAB45.4, 44.4, 4.3
XYZ22.5, 14.8, 14.3
Decimal11487590
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.29:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4966;
}
.text-color {
color: #AF4966;
}
.border-color {
border: 2px solid #AF4966;
}