#CC57B6
A medium, moderate magenta closely aligning with Orchid.
About #CC57B6
The hex code #CC57B6 represents a beautifully specific shade of magenta. Its closest recognized web color is Orchid. This translates to an RGB value of rgb(204, 87, 182).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 57% magenta inks. With a hue angle of 311.3 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC57B6
RGB204, 87, 182
HSL311.3°, 53.4%, 57.1%
CMYK0%, 57%, 11%, 20%
HSV311.3°, 57.4%, 80.0%
LAB55.1, 57.8, -28.3
XYZ36.8, 23.0, 46.8
Decimal13391798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC57B6;
}
.text-color {
color: #CC57B6;
}
.border-color {
border: 2px solid #CC57B6;
}