#E28ADB
A light, moderate magenta closely aligning with Orchid.
About #E28ADB
Visually, #E28ADB is defined as a moderate magenta. Designers often compare it to the standard color Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 138, and 219.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 39% Magenta, 3% Yellow, and 11% Black. With a hue angle of 304.8 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E28ADB
RGB226, 138, 219
HSL304.8°, 60.3%, 71.4%
CMYK0%, 39%, 3%, 11%
HSV304.8°, 38.9%, 88.6%
LAB69.1, 45.4, -27.4
XYZ53.2, 39.5, 71.8
Decimal14846683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.89:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E28ADB;
}
.text-color {
color: #E28ADB;
}
.border-color {
border: 2px solid #E28ADB;
}