#CC57AF
A medium, moderate magenta closely aligning with Orchid.
About #CC57AF
Visually, #CC57AF is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 204 red, 87 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 57% Magenta, 14% Yellow, and 20% Black. With a hue angle of 314.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC57AF
RGB204, 87, 175
HSL314.9°, 53.4%, 57.1%
CMYK0%, 57%, 14%, 20%
HSV314.9°, 57.4%, 80.0%
LAB54.8, 56.7, -24.7
XYZ36.0, 22.7, 43.0
Decimal13391791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.55:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC57AF;
}
.text-color {
color: #CC57AF;
}
.border-color {
border: 2px solid #CC57AF;
}