#DB5F92
A light, moderate magenta closely aligning with Palevioletred.
About #DB5F92
Visually, #DB5F92 is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(219, 95, 146).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 57% Magenta, 33% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB5F92
RGB219, 95, 146
HSL335.3°, 63.3%, 61.6%
CMYK0%, 57%, 33%, 14%
HSV335.3°, 56.6%, 85.9%
LAB57.4, 53.6, -3.7
XYZ38.5, 25.3, 30.1
Decimal14376850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5F92;
}
.text-color {
color: #DB5F92;
}
.border-color {
border: 2px solid #DB5F92;
}