#DB3AD3
A medium, moderate magenta closely aligning with Mediumorchid.
About #DB3AD3
The precise color #DB3AD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 58, and 211.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 74% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB3AD3
RGB219, 58, 211
HSL303.0°, 69.1%, 54.3%
CMYK0%, 74%, 4%, 14%
HSV303.0°, 73.5%, 85.9%
LAB54.9, 76.9, -45.2
XYZ42.5, 22.8, 63.8
Decimal14367443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB3AD3;
}
.text-color {
color: #DB3AD3;
}
.border-color {
border: 2px solid #DB3AD3;
}