#DB2C8A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB2C8A
Visually, #DB2C8A is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(219, 44, 138).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 80% Magenta, 37% Yellow, and 14% Black. With a hue angle of 327.8 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB2C8A
RGB219, 44, 138
HSL327.8°, 70.9%, 51.6%
CMYK0%, 80%, 37%, 14%
HSV327.8°, 79.9%, 85.9%
LAB50.3, 71.5, -9.4
XYZ34.7, 18.7, 25.8
Decimal14363786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2C8A;
}
.text-color {
color: #DB2C8A;
}
.border-color {
border: 2px solid #DB2C8A;
}