#AF5F83
A medium, moderate magenta closely aligning with Palevioletred.
About #AF5F83
The hex code #AF5F83 represents a beautifully specific shade of magenta. Its closest recognized web color is Palevioletred. Its digital footprint relies on 175 parts red, 95 parts green, and 131 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 46% Magenta, 25% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF5F83
RGB175, 95, 131
HSL333.0°, 33.3%, 52.9%
CMYK0%, 46%, 25%, 31%
HSV333.0°, 45.7%, 68.6%
LAB50.6, 36.9, -5.6
XYZ25.9, 18.9, 23.8
Decimal11493251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.79:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF5F83;
}
.text-color {
color: #AF5F83;
}
.border-color {
border: 2px solid #AF5F83;
}