#AF0FE2
A medium, vivid magenta closely aligning with Darkviolet.
About #AF0FE2
At its core, #AF0FE2 is a medium and vivid hue. Designers often compare it to the standard color Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 15, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 23% C, 93% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF0FE2
RGB175, 15, 226
HSL285.5°, 87.6%, 47.3%
CMYK23%, 93%, 0%, 11%
HSV285.5°, 93.4%, 88.6%
LAB45.6, 80.9, -69.0
XYZ31.6, 14.9, 73.2
Decimal11472866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF0FE2;
}
.text-color {
color: #AF0FE2;
}
.border-color {
border: 2px solid #AF0FE2;
}