#D30F49
A medium, vivid magenta closely aligning with Crimson.
About #D30F49
The hex code #D30F49 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(211, 15, 73).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 93% M, 65% Y, and 17% K. The HSL representation is 342.2° hue, 86.7% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D30F49
RGB211, 15, 73
HSL342.2°, 86.7%, 44.3%
CMYK0%, 93%, 65%, 17%
HSV342.2°, 92.9%, 82.7%
LAB45.2, 69.9, 23.0
XYZ28.2, 14.7, 7.6
Decimal13832009
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30F49;
}
.text-color {
color: #D30F49;
}
.border-color {
border: 2px solid #D30F49;
}