#D36DA0
A light, moderate magenta closely aligning with Palevioletred.
About #D36DA0
Visually, #D36DA0 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. Its digital footprint relies on 211 parts red, 109 parts green, and 160 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 48% M, 24% Y, and 17% K. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D36DA0
RGB211, 109, 160
HSL330.0°, 53.7%, 62.7%
CMYK0%, 48%, 24%, 17%
HSV330.0°, 48.3%, 82.7%
LAB59.3, 46.1, -9.1
XYZ38.7, 27.3, 36.5
Decimal13856160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36DA0;
}
.text-color {
color: #D36DA0;
}
.border-color {
border: 2px solid #D36DA0;
}