#DB7CA0
A light, moderate magenta closely aligning with Palevioletred.
About #DB7CA0
At its core, #DB7CA0 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 219 red, 124 green, and 160 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 43% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB7CA0
RGB219, 124, 160
HSL337.3°, 56.9%, 67.3%
CMYK0%, 43%, 27%, 14%
HSV337.3°, 43.4%, 85.9%
LAB63.4, 41.1, -3.0
XYZ42.8, 32.0, 37.2
Decimal14384288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.40:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7CA0;
}
.text-color {
color: #DB7CA0;
}
.border-color {
border: 2px solid #DB7CA0;
}