#E275C5
A light, moderate magenta closely aligning with Orchid.
About #E275C5
At its core, #E275C5 is a light and moderate hue. Designers often compare it to the standard color Orchid. In the RGB color space, it consists of 226 red, 117 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 48% M, 13% Y, and 11% K. The HSL representation is 316.0° hue, 65.3% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E275C5
RGB226, 117, 197
HSL316.0°, 65.3%, 67.3%
CMYK0%, 48%, 13%, 11%
HSV316.0°, 48.2%, 88.6%
LAB64.1, 52.4, -22.8
XYZ47.8, 32.9, 56.7
Decimal14841285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.58:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E275C5;
}
.text-color {
color: #E275C5;
}
.border-color {
border: 2px solid #E275C5;
}