#E96DCC
A light, vivid magenta closely aligning with Orchid.
About #E96DCC
Visually, #E96DCC is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Orchid. Its digital footprint relies on 233 parts red, 109 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 53% M, 12% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E96DCC
RGB233, 109, 204
HSL314.0°, 73.8%, 67.1%
CMYK0%, 53%, 12%, 9%
HSV314.0°, 53.2%, 91.4%
LAB63.9, 59.4, -27.0
XYZ50.0, 32.6, 60.8
Decimal15297996
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96DCC;
}
.text-color {
color: #E96DCC;
}
.border-color {
border: 2px solid #E96DCC;
}