#D37CA8
A light, moderate magenta closely aligning with Palevioletred.
About #D37CA8
At its core, #D37CA8 is a light and moderate hue. Designers often compare it to the standard color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 124, and 168.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 41% Magenta, 20% Yellow, and 17% Black. The HSL representation is 329.7° hue, 49.7% saturation, and 65.7% lightness.
When using this color as a background, text legibility must be considered. 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#D37CA8
RGB211, 124, 168
HSL329.7°, 49.7%, 65.7%
CMYK0%, 41%, 20%, 17%
HSV329.7°, 41.2%, 82.7%
LAB62.6, 39.5, -8.8
XYZ41.1, 31.1, 40.9
Decimal13860008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37CA8;
}
.text-color {
color: #D37CA8;
}
.border-color {
border: 2px solid #D37CA8;
}