#E992F0
A light, vivid magenta closely aligning with Violet.
About #E992F0
When working with digital screens, the color #E992F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Violet. Its digital footprint relies on 233 parts red, 146 parts green, and 240 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 39% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#E992F0
RGB233, 146, 240
HSL295.5°, 75.8%, 75.7%
CMYK3%, 39%, 0%, 6%
HSV295.5°, 39.2%, 94.1%
LAB72.3, 47.2, -33.9
XYZ59.6, 44.2, 87.8
Decimal15307504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E992F0;
}
.text-color {
color: #E992F0;
}
.border-color {
border: 2px solid #E992F0;
}