#DB008A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB008A
At its core, #DB008A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 219 parts red, 0 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 37% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF 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#DB008A
RGB219, 0, 138
HSL322.2°, 100.0%, 42.9%
CMYK0%, 100%, 37%, 14%
HSV322.2°, 100.0%, 85.9%
LAB48.1, 77.8, -12.8
XYZ33.8, 16.9, 25.5
Decimal14352522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.80:1
Text on #FFFFFF
AA
4.38:1
Text on #000000
AA Large
4.58:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB008A;
}
.text-color {
color: #DB008A;
}
.border-color {
border: 2px solid #DB008A;
}