#AF24CC
A medium, vivid magenta closely aligning with Darkorchid.
About #AF24CC
The precise color #AF24CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(175, 36, 204).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 14% C, 82% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#AF24CC
RGB175, 36, 204
HSL289.6°, 70.0%, 47.1%
CMYK14%, 82%, 0%, 20%
HSV289.6°, 82.4%, 80.0%
LAB45.3, 73.3, -56.9
XYZ29.2, 14.7, 58.4
Decimal11478220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF24CC;
}
.text-color {
color: #AF24CC;
}
.border-color {
border: 2px solid #AF24CC;
}