#D37CAF
A light, moderate magenta closely aligning with Palevioletred.
About #D37CAF
At its core, #D37CAF is a light and moderate hue. Its closest recognized web color is Palevioletred. In the RGB color space, it consists of 211 red, 124 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 41% magenta inks. The HSL representation is 324.8° hue, 49.7% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D37CAF
RGB211, 124, 175
HSL324.8°, 49.7%, 65.7%
CMYK0%, 41%, 17%, 17%
HSV324.8°, 41.2%, 82.7%
LAB62.8, 40.6, -12.4
XYZ41.8, 31.4, 44.4
Decimal13860015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37CAF;
}
.text-color {
color: #D37CAF;
}
.border-color {
border: 2px solid #D37CAF;
}