#DB0FA8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB0FA8
When working with digital screens, the color #DB0FA8 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 168.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 93% magenta, 23% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
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#DB0FA8
RGB219, 15, 168
HSL315.0°, 87.2%, 45.9%
CMYK0%, 93%, 23%, 14%
HSV315.0°, 93.2%, 85.9%
LAB49.8, 79.8, -28.2
XYZ36.5, 18.2, 38.6
Decimal14356392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0FA8;
}
.text-color {
color: #DB0FA8;
}
.border-color {
border: 2px solid #DB0FA8;
}