#CC7CE2
A light, moderate magenta closely aligning with Orchid.
About #CC7CE2
The hex code #CC7CE2 represents a beautifully specific shade of magenta. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 124, and 226.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 10% cyan, 45% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC7CE2
RGB204, 124, 226
HSL287.1°, 63.7%, 68.6%
CMYK10%, 45%, 0%, 11%
HSV287.1°, 45.1%, 88.6%
LAB64.0, 47.5, -39.4
XYZ45.8, 32.7, 75.9
Decimal13401314
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.55:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7CE2;
}
.text-color {
color: #CC7CE2;
}
.border-color {
border: 2px solid #CC7CE2;
}