#AF07D3
A medium, vivid magenta closely aligning with Darkviolet.
About #AF07D3
At its core, #AF07D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. Its digital footprint relies on 175 parts red, 7 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 17% C, 97% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
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#AF07D3
RGB175, 7, 211
HSL289.4°, 93.6%, 42.7%
CMYK17%, 97%, 0%, 17%
HSV289.4°, 96.7%, 82.7%
LAB44.2, 79.1, -62.7
XYZ29.5, 14.0, 62.8
Decimal11470803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF07D3;
}
.text-color {
color: #AF07D3;
}
.border-color {
border: 2px solid #AF07D3;
}