#D375B6
A light, moderate magenta closely aligning with Plum.
About #D375B6
Visually, #D375B6 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(211, 117, 182).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 45% M, 14% Y, and 17% K. The HSL representation is 318.5° hue, 51.6% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D375B6
RGB211, 117, 182
HSL318.5°, 51.6%, 64.3%
CMYK0%, 45%, 14%, 17%
HSV318.5°, 44.5%, 82.7%
LAB61.6, 45.3, -18.2
XYZ41.7, 29.9, 47.8
Decimal13858230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
AA Large
6.99:1
Text on #000000
AA
2.87:1
Text on #F8FAFC
FAIL
5.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D375B6;
}
.text-color {
color: #D375B6;
}
.border-color {
border: 2px solid #D375B6;
}