#AF0FBD
A medium, vivid magenta closely aligning with Darkorchid.
About #AF0FBD
Visually, #AF0FBD is defined as a vivid magenta. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 15, and 189.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 7% C, 92% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF0FBD
RGB175, 15, 189
HSL295.2°, 85.3%, 40.0%
CMYK7%, 92%, 0%, 26%
HSV295.2°, 92.1%, 74.1%
LAB43.0, 74.7, -51.9
XYZ27.0, 13.1, 49.3
Decimal11472829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.79:1
Text on #FFFFFF
AA
3.63:1
Text on #000000
AA Large
5.54:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF0FBD;
}
.text-color {
color: #AF0FBD;
}
.border-color {
border: 2px solid #AF0FBD;
}