#D37CB6
A light, moderate magenta closely aligning with Plum.
About #D37CB6
At its core, #D37CB6 is a light and moderate hue. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(211, 124, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 41% magenta, 14% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D37CB6
RGB211, 124, 182
HSL320.0°, 49.7%, 65.7%
CMYK0%, 41%, 14%, 17%
HSV320.0°, 41.2%, 82.7%
LAB63.0, 41.7, -16.1
XYZ42.5, 31.6, 48.1
Decimal13860022
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.33:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37CB6;
}
.text-color {
color: #D37CB6;
}
.border-color {
border: 2px solid #D37CB6;
}