#DB0FB6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB0FB6
When working with digital screens, the color #DB0FB6 is rendered by mixing light. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 15, and 182.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 93% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#DB0FB6
RGB219, 15, 182
HSL310.9°, 87.2%, 45.9%
CMYK0%, 93%, 17%, 14%
HSV310.9°, 93.2%, 85.9%
LAB50.4, 81.5, -35.4
XYZ37.8, 18.8, 45.9
Decimal14356406
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0FB6;
}
.text-color {
color: #DB0FB6;
}
.border-color {
border: 2px solid #DB0FB6;
}