#DB578A
A light, moderate magenta closely aligning with Palevioletred.
About #DB578A
When working with digital screens, the color #DB578A is rendered by mixing light. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(219, 87, 138).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 60% magenta, 37% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB578A
RGB219, 87, 138
HSL336.8°, 64.7%, 60.0%
CMYK0%, 60%, 37%, 14%
HSV336.8°, 60.3%, 85.9%
LAB55.8, 56.3, -1.3
XYZ37.2, 23.7, 26.7
Decimal14374794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB578A;
}
.text-color {
color: #DB578A;
}
.border-color {
border: 2px solid #DB578A;
}