#DB1DB6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB1DB6
Visually, #DB1DB6 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(219, 29, 182).
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 87% magenta inks. With a hue angle of 311.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB1DB6
RGB219, 29, 182
HSL311.7°, 76.6%, 48.6%
CMYK0%, 87%, 17%, 14%
HSV311.7°, 86.8%, 85.9%
LAB51.1, 79.6, -34.4
XYZ38.1, 19.3, 46.0
Decimal14359990
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1DB6;
}
.text-color {
color: #DB1DB6;
}
.border-color {
border: 2px solid #DB1DB6;
}