#DB6DA0
A light, moderate magenta closely aligning with Palevioletred.
About #DB6DA0
The hex code #DB6DA0 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(219, 109, 160).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 50% Magenta, 27% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB6DA0
RGB219, 109, 160
HSL332.2°, 60.4%, 64.3%
CMYK0%, 50%, 27%, 14%
HSV332.2°, 50.2%, 85.9%
LAB60.4, 48.7, -7.4
XYZ41.0, 28.5, 36.6
Decimal14380448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.71:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6DA0;
}
.text-color {
color: #DB6DA0;
}
.border-color {
border: 2px solid #DB6DA0;
}