#AF0092
A dark, vivid magenta closely aligning with Darkmagenta.
About #AF0092
At its core, #AF0092 is a dark and vivid hue. Its closest recognized web color is Darkmagenta. Its digital footprint relies on 175 parts red, 0 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark 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#AF0092
RGB175, 0, 146
HSL309.9°, 100.0%, 34.3%
CMYK0%, 100%, 17%, 31%
HSV309.9°, 100.0%, 68.6%
LAB39.9, 70.0, -31.0
XYZ22.9, 11.2, 28.1
Decimal11468946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.49:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.20:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0092;
}
.text-color {
color: #AF0092;
}
.border-color {
border: 2px solid #AF0092;
}