#D30FAF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D30FAF
The hex code #D30FAF represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(211, 15, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 93% M, 17% Y, and 17% K. The HSL representation is 311.0° hue, 86.7% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF 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#D30FAF
RGB211, 15, 175
HSL311.0°, 86.7%, 44.3%
CMYK0%, 93%, 17%, 17%
HSV311.0°, 92.9%, 82.7%
LAB48.6, 79.1, -34.2
XYZ34.8, 17.3, 42.1
Decimal13832111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30FAF;
}
.text-color {
color: #D30FAF;
}
.border-color {
border: 2px solid #D30FAF;
}