#E96DF8
A light, vivid magenta closely aligning with Mediumorchid.
About #E96DF8
The hex code #E96DF8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 109, and 248.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 56% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
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#E96DF8
RGB233, 109, 248
HSL293.5°, 90.8%, 70.0%
CMYK6%, 56%, 0%, 3%
HSV293.5°, 56.0%, 97.3%
LAB65.8, 66.7, -48.5
XYZ56.0, 35.0, 92.6
Decimal15298040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.01:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96DF8;
}
.text-color {
color: #E96DF8;
}
.border-color {
border: 2px solid #E96DF8;
}