#CC57F8
A light, vivid purple closely aligning with Darkorchid.
About #CC57F8
The hex code #CC57F8 represents a beautifully specific shade of purple. Designers often compare it to the standard color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 87, and 248.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 18% cyan, 65% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC57F8
RGB204, 87, 248
HSL283.6°, 92.0%, 65.7%
CMYK18%, 65%, 0%, 3%
HSV283.6°, 64.9%, 97.3%
LAB58.4, 69.5, -60.4
XYZ45.3, 26.4, 91.5
Decimal13391864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.29:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC57F8;
}
.text-color {
color: #CC57F8;
}
.border-color {
border: 2px solid #CC57F8;
}