#E2668A
A light, moderate magenta closely aligning with Palevioletred.
About #E2668A
At its core, #E2668A is a light and moderate hue. Designers often compare it to the standard color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 102, and 138.
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 55% magenta inks. With a hue angle of 342.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2668A
RGB226, 102, 138
HSL342.6°, 68.1%, 64.3%
CMYK0%, 55%, 39%, 11%
HSV342.6°, 54.9%, 88.6%
LAB59.4, 51.7, 4.1
XYZ40.7, 27.5, 27.2
Decimal14837386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.50:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E2668A;
}
.text-color {
color: #E2668A;
}
.border-color {
border: 2px solid #E2668A;
}