#AC2FC5
A medium, moderate magenta closely aligning with Darkorchid.
About #AC2FC5
Visually, #AC2FC5 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(172, 47, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 13% C, 76% M, 0% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AC2FC5
RGB172, 47, 197
HSL290.0°, 61.5%, 47.8%
CMYK13%, 76%, 0%, 23%
HSV290.0°, 76.1%, 77.3%
LAB45.4, 68.4, -52.6
XYZ28.1, 14.8, 54.2
Decimal11284421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.29:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AC2FC5;
}
.text-color {
color: #AC2FC5;
}
.border-color {
border: 2px solid #AC2FC5;
}