#CC3AE9
A medium, vivid magenta closely aligning with Darkorchid.
About #CC3AE9
The precise color #CC3AE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(204, 58, 233).
If you are designing for print, the four-color process is what matters most. The color uses 12% Cyan, 75% Magenta, 0% Yellow, and 9% Black. The HSL representation is 290.1° hue, 79.9% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC3AE9
RGB204, 58, 233
HSL290.1°, 79.9%, 57.1%
CMYK12%, 75%, 0%, 9%
HSV290.1°, 75.1%, 91.4%
LAB53.8, 77.5, -59.5
XYZ41.1, 21.7, 79.1
Decimal13384425
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC3AE9;
}
.text-color {
color: #CC3AE9;
}
.border-color {
border: 2px solid #CC3AE9;
}