#D05C78
A medium, moderate red closely aligning with Palevioletred.
About #D05C78
At its core, #D05C78 is a medium and moderate hue. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 208, 92, and 120.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 56% magenta, 42% yellow, and 18% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#D05C78
RGB208, 92, 120
HSL345.5°, 55.2%, 58.8%
CMYK0%, 56%, 42%, 18%
HSV345.5°, 55.8%, 81.6%
LAB54.5, 48.5, 7.2
XYZ33.2, 22.4, 20.3
Decimal13655160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D05C78;
}
.text-color {
color: #D05C78;
}
.border-color {
border: 2px solid #D05C78;
}