#D37CC5
A light, moderate magenta closely aligning with Plum.
About #D37CC5
The hex code #D37CC5 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 124, and 197.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 41% Magenta, 7% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D37CC5
RGB211, 124, 197
HSL309.7°, 49.7%, 65.7%
CMYK0%, 41%, 7%, 17%
HSV309.7°, 41.2%, 82.7%
LAB63.6, 44.2, -23.7
XYZ44.1, 32.3, 56.7
Decimal13860037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.46:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37CC5;
}
.text-color {
color: #D37CC5;
}
.border-color {
border: 2px solid #D37CC5;
}