#D399D3
A light, moderate magenta closely aligning with Plum.
About #D399D3
Visually, #D399D3 is defined as a moderate 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, 153, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 27% M, 0% Y, and 17% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
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#D399D3
RGB211, 153, 211
HSL300.0°, 39.7%, 71.4%
CMYK0%, 27%, 0%, 17%
HSV300.0°, 27.5%, 82.7%
LAB70.4, 31.2, -21.1
XYZ50.0, 41.3, 67.0
Decimal13867475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.27:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D399D3;
}
.text-color {
color: #D399D3;
}
.border-color {
border: 2px solid #D399D3;
}