#E949AF
A light, vivid magenta closely aligning with Mediumvioletred.
About #E949AF
At its core, #E949AF is a light and vivid hue. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 233 red, 73 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 69% M, 25% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E949AF
RGB233, 73, 175
HSL321.8°, 78.4%, 60.0%
CMYK0%, 69%, 25%, 9%
HSV321.8°, 68.7%, 91.4%
LAB57.3, 70.2, -20.6
XYZ43.7, 25.2, 43.1
Decimal15288751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E949AF;
}
.text-color {
color: #E949AF;
}
.border-color {
border: 2px solid #E949AF;
}