#AF00D3
A medium, vivid magenta closely aligning with Darkviolet.
About #AF00D3
Visually, #AF00D3 is defined as a vivid magenta. Designers often compare it to the standard color Darkviolet. In the RGB color space, it consists of 175 red, 0 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 17% C, 100% M, 0% Y, and 17% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF00D3
RGB175, 0, 211
HSL289.8°, 100.0%, 41.4%
CMYK17%, 100%, 0%, 17%
HSV289.8°, 100.0%, 82.7%
LAB44.0, 79.8, -63.0
XYZ29.4, 13.8, 62.7
Decimal11469011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF00D3;
}
.text-color {
color: #AF00D3;
}
.border-color {
border: 2px solid #AF00D3;
}