#DB07B6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB07B6
At its core, #DB07B6 is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 219 red, 7 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 97% Magenta, 17% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB07B6
RGB219, 7, 182
HSL310.5°, 93.8%, 44.3%
CMYK0%, 97%, 17%, 14%
HSV310.5°, 96.8%, 85.9%
LAB50.2, 82.1, -35.8
XYZ37.7, 18.6, 45.9
Decimal14354358
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB07B6;
}
.text-color {
color: #DB07B6;
}
.border-color {
border: 2px solid #DB07B6;
}