#AF0F49
A dark, vivid magenta closely aligning with Brown.
About #AF0F49
At its core, #AF0F49 is a dark and vivid hue. Its closest recognized web color is Brown. In the RGB color space, it consists of 175 red, 15 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 91% M, 58% Y, and 31% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF0F49
RGB175, 15, 73
HSL338.2°, 84.2%, 37.3%
CMYK0%, 91%, 58%, 31%
HSV338.2°, 91.4%, 68.6%
LAB37.7, 61.0, 11.7
XYZ19.1, 9.9, 7.2
Decimal11472713
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.03:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.72:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0F49;
}
.text-color {
color: #AF0F49;
}
.border-color {
border: 2px solid #AF0F49;
}