#CC57E2
A light, vivid magenta closely aligning with Mediumorchid.
About #CC57E2
Visually, #CC57E2 is defined as a vivid magenta. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(204, 87, 226).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 10% cyan, 62% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC57E2
RGB204, 87, 226
HSL290.5°, 70.6%, 61.4%
CMYK10%, 62%, 0%, 11%
HSV290.5°, 61.5%, 88.6%
LAB57.2, 65.4, -50.1
XYZ42.0, 25.1, 74.6
Decimal13391842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC57E2;
}
.text-color {
color: #CC57E2;
}
.border-color {
border: 2px solid #CC57E2;
}