#E27CCC
A light, moderate magenta closely aligning with Orchid.
About #E27CCC
At its core, #E27CCC is a light and moderate hue. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 124, and 204.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 45% M, 10% Y, and 11% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E27CCC
RGB226, 124, 204
HSL312.9°, 63.7%, 68.6%
CMYK0%, 45%, 10%, 11%
HSV312.9°, 45.1%, 88.6%
LAB65.7, 50.0, -24.2
XYZ49.5, 34.9, 61.3
Decimal14843084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.99:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27CCC;
}
.text-color {
color: #E27CCC;
}
.border-color {
border: 2px solid #E27CCC;
}