#DB6D99
A light, moderate magenta closely aligning with Palevioletred.
About #DB6D99
At its core, #DB6D99 is a light and moderate hue. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 219 red, 109 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 50% M, 30% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#DB6D99
RGB219, 109, 153
HSL336.0°, 60.4%, 64.3%
CMYK0%, 50%, 30%, 14%
HSV336.0°, 50.2%, 85.9%
LAB60.2, 47.8, -3.7
XYZ40.4, 28.3, 33.5
Decimal14380441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6D99;
}
.text-color {
color: #DB6D99;
}
.border-color {
border: 2px solid #DB6D99;
}