#AF3ACC
A medium, moderate magenta closely aligning with Darkorchid.
About #AF3ACC
The hex code #AF3ACC represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkorchid. Its digital footprint relies on 175 parts red, 58 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 14% cyan, 72% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
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#AF3ACC
RGB175, 58, 204
HSL288.1°, 58.9%, 51.4%
CMYK14%, 72%, 0%, 20%
HSV288.1°, 71.6%, 80.0%
LAB47.6, 66.5, -53.1
XYZ30.1, 16.5, 58.7
Decimal11483852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.88:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF3ACC;
}
.text-color {
color: #AF3ACC;
}
.border-color {
border: 2px solid #AF3ACC;
}