#E26D99
A light, moderate magenta closely aligning with Palevioletred.
About #E26D99
The hex code #E26D99 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(226, 109, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 52% Magenta, 32% Yellow, and 11% Black. With a hue angle of 337.4 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#E26D99
RGB226, 109, 153
HSL337.4°, 66.9%, 65.7%
CMYK0%, 52%, 32%, 11%
HSV337.4°, 51.8%, 88.6%
LAB61.1, 50.1, -2.1
XYZ42.6, 29.4, 33.6
Decimal14839193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.88:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E26D99;
}
.text-color {
color: #E26D99;
}
.border-color {
border: 2px solid #E26D99;
}