#DB49A0
A medium, moderate magenta closely aligning with Mediumvioletred.
About #DB49A0
The hex code #DB49A0 represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 219 red, 73 green, and 160 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 67% M, 27% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB49A0
RGB219, 73, 160
HSL324.2°, 67.0%, 57.3%
CMYK0%, 67%, 27%, 14%
HSV324.2°, 66.7%, 85.9%
LAB54.4, 64.7, -16.4
XYZ37.9, 22.4, 35.6
Decimal14371232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB49A0;
}
.text-color {
color: #DB49A0;
}
.border-color {
border: 2px solid #DB49A0;
}