#CC57BD
A medium, moderate magenta closely aligning with Orchid.
About #CC57BD
Visually, #CC57BD is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 87, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 57% magenta, 7% yellow, and 20% black. With a hue angle of 307.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC57BD
RGB204, 87, 189
HSL307.7°, 53.4%, 57.1%
CMYK0%, 57%, 7%, 20%
HSV307.7°, 57.4%, 80.0%
LAB55.4, 58.9, -31.9
XYZ37.5, 23.3, 50.7
Decimal13391805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC57BD;
}
.text-color {
color: #CC57BD;
}
.border-color {
border: 2px solid #CC57BD;
}