#AF2CAF
A medium, moderate magenta closely aligning with Darkmagenta.
About #AF2CAF
Visually, #AF2CAF is defined as a moderate magenta. It is closely associated with the named CSS color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 44, and 175.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 75% Magenta, 0% Yellow, and 31% 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, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF2CAF
RGB175, 44, 175
HSL300.0°, 59.8%, 42.9%
CMYK0%, 75%, 0%, 31%
HSV300.0°, 74.9%, 68.6%
LAB44.2, 66.2, -41.6
XYZ26.3, 14.0, 41.9
Decimal11480239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CAF;
}
.text-color {
color: #AF2CAF;
}
.border-color {
border: 2px solid #AF2CAF;
}