#AF2CCC
A medium, moderate magenta closely aligning with Darkorchid.
About #AF2CCC
The precise color #AF2CCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 44, and 204.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 14% cyan, 78% magenta, 0% yellow, and 20% black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF2CCC
RGB175, 44, 204
HSL289.1°, 64.5%, 48.6%
CMYK14%, 78%, 0%, 20%
HSV289.1°, 78.4%, 80.0%
LAB46.0, 71.2, -55.7
XYZ29.5, 15.3, 58.5
Decimal11480268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CCC;
}
.text-color {
color: #AF2CCC;
}
.border-color {
border: 2px solid #AF2CCC;
}