#E27CAF
A light, moderate magenta closely aligning with Palevioletred.
About #E27CAF
At its core, #E27CAF is a light and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(226, 124, 175).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 45% M, 23% Y, and 11% K. The HSL representation is 330.0° hue, 63.7% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#E27CAF
RGB226, 124, 175
HSL330.0°, 63.7%, 68.6%
CMYK0%, 45%, 23%, 11%
HSV330.0°, 45.1%, 88.6%
LAB64.7, 45.6, -9.4
XYZ46.3, 33.7, 44.6
Decimal14843055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27CAF;
}
.text-color {
color: #E27CAF;
}
.border-color {
border: 2px solid #E27CAF;
}