#E275D3
A light, moderate magenta closely aligning with Orchid.
About #E275D3
Visually, #E275D3 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(226, 117, 211).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 48% Magenta, 7% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E275D3
RGB226, 117, 211
HSL308.3°, 65.3%, 67.3%
CMYK0%, 48%, 7%, 11%
HSV308.3°, 48.2%, 88.6%
LAB64.6, 54.6, -29.8
XYZ49.5, 33.6, 65.5
Decimal14841299
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.72:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E275D3;
}
.text-color {
color: #E275D3;
}
.border-color {
border: 2px solid #E275D3;
}