#AF2CA8
A medium, moderate magenta closely aligning with Darkmagenta.
About #AF2CA8
The precise color #AF2CA8 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkmagenta. This translates to an RGB value of rgb(175, 44, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 75% magenta, 4% yellow, and 31% black. With a hue angle of 303.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF2CA8
RGB175, 44, 168
HSL303.2°, 59.8%, 42.9%
CMYK0%, 75%, 4%, 31%
HSV303.2°, 74.9%, 68.6%
LAB43.9, 65.1, -38.0
XYZ25.6, 13.7, 38.3
Decimal11480232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.60:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CA8;
}
.text-color {
color: #AF2CA8;
}
.border-color {
border: 2px solid #AF2CA8;
}