#DB4299
A medium, moderate magenta closely aligning with Mediumvioletred.
About #DB4299
The hex code #DB4299 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 66, and 153.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 70% magenta, 30% yellow, and 14% black. The HSL representation is 325.9° hue, 68.0% saturation, and 55.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB4299
RGB219, 66, 153
HSL325.9°, 68.0%, 55.9%
CMYK0%, 70%, 30%, 14%
HSV325.9°, 69.9%, 85.9%
LAB53.2, 66.4, -14.0
XYZ36.9, 21.3, 32.3
Decimal14369433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4299;
}
.text-color {
color: #DB4299;
}
.border-color {
border: 2px solid #DB4299;
}