#D34999
A medium, moderate magenta closely aligning with Mediumvioletred.
About #D34999
The precise color #D34999 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 211 red, 73 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 65% M, 27% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D34999
RGB211, 73, 153
HSL325.2°, 61.1%, 55.7%
CMYK0%, 65%, 27%, 17%
HSV325.2°, 65.4%, 82.7%
LAB52.9, 61.6, -14.7
XYZ35.0, 20.9, 32.3
Decimal13846937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D34999;
}
.text-color {
color: #D34999;
}
.border-color {
border: 2px solid #D34999;
}