#D36DA8
A light, moderate magenta closely aligning with Palevioletred.
About #D36DA8
Visually, #D36DA8 is defined as a moderate magenta. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(211, 109, 168).
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, 20% Y, and 17% K. With a hue angle of 325.3 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D36DA8
RGB211, 109, 168
HSL325.3°, 53.7%, 62.7%
CMYK0%, 48%, 20%, 17%
HSV325.3°, 48.3%, 82.7%
LAB59.5, 47.2, -13.4
XYZ39.4, 27.6, 40.3
Decimal13856168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.52:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36DA8;
}
.text-color {
color: #D36DA8;
}
.border-color {
border: 2px solid #D36DA8;
}