#E983F8
A light, vivid magenta closely aligning with Violet.
About #E983F8
At its core, #E983F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(233, 131, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 6% Cyan, 47% Magenta, 0% Yellow, and 3% Black. The HSL representation is 292.3° hue, 89.3% saturation, and 74.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E983F8
RGB233, 131, 248
HSL292.3°, 89.3%, 74.3%
CMYK6%, 47%, 0%, 3%
HSV292.3°, 47.2%, 97.3%
LAB69.7, 56.3, -42.3
XYZ58.7, 40.3, 93.5
Decimal15303672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.07:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E983F8;
}
.text-color {
color: #E983F8;
}
.border-color {
border: 2px solid #E983F8;
}