#E275CC
A light, moderate magenta closely aligning with Orchid.
About #E275CC
The hex code #E275CC represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(226, 117, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E275CC
RGB226, 117, 204
HSL312.1°, 65.3%, 67.3%
CMYK0%, 48%, 10%, 11%
HSV312.1°, 48.2%, 88.6%
LAB64.4, 53.5, -26.3
XYZ48.6, 33.3, 61.0
Decimal14841292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.65:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E275CC;
}
.text-color {
color: #E275CC;
}
.border-color {
border: 2px solid #E275CC;
}