#E98ADB
A light, moderate magenta closely aligning with Orchid.
About #E98ADB
When working with digital screens, the color #E98ADB is rendered by mixing light. Designers often compare it to the standard color Orchid. Its digital footprint relies on 233 parts red, 138 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 41% magenta inks. The HSL representation is 308.8° hue, 68.3% saturation, and 72.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E98ADB
RGB233, 138, 219
HSL308.8°, 68.3%, 72.7%
CMYK0%, 41%, 6%, 9%
HSV308.8°, 40.8%, 91.4%
LAB69.9, 47.6, -26.1
XYZ55.5, 40.6, 71.9
Decimal15305435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.12:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98ADB;
}
.text-color {
color: #E98ADB;
}
.border-color {
border: 2px solid #E98ADB;
}