#D36D8A
A light, moderate magenta closely aligning with Palevioletred.
About #D36D8A
At its core, #D36D8A is a light and moderate hue. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 211 red, 109 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 48% magenta, 35% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D36D8A
RGB211, 109, 138
HSL342.9°, 53.7%, 62.7%
CMYK0%, 48%, 35%, 17%
HSV342.9°, 48.3%, 82.7%
LAB58.6, 43.2, 2.6
XYZ36.9, 26.6, 27.2
Decimal13856138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36D8A;
}
.text-color {
color: #D36D8A;
}
.border-color {
border: 2px solid #D36D8A;
}