#AF2499
A medium, moderate magenta closely aligning with Darkmagenta.
About #AF2499
At its core, #AF2499 is a medium and moderate hue. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(175, 36, 153).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 79% magenta, 13% yellow, and 31% black. The HSL representation is 309.5° hue, 65.9% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF2499
RGB175, 36, 153
HSL309.5°, 65.9%, 41.4%
CMYK0%, 79%, 13%, 31%
HSV309.5°, 79.4%, 68.6%
LAB42.3, 65.1, -31.6
XYZ24.1, 12.7, 31.3
Decimal11478169
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.94:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.68:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2499;
}
.text-color {
color: #AF2499;
}
.border-color {
border: 2px solid #AF2499;
}