#DB3A8A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #DB3A8A
The precise color #DB3A8A is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 219 red, 58 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 74% Magenta, 37% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB3A8A
RGB219, 58, 138
HSL330.2°, 69.1%, 54.3%
CMYK0%, 74%, 37%, 14%
HSV330.2°, 73.5%, 85.9%
LAB51.7, 67.4, -7.3
XYZ35.3, 19.9, 26.0
Decimal14367370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3A8A;
}
.text-color {
color: #DB3A8A;
}
.border-color {
border: 2px solid #DB3A8A;
}