#D38AC5
A light, moderate magenta closely aligning with Plum.
About #D38AC5
At its core, #D38AC5 is a light and moderate hue. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 211 red, 138 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 35% M, 7% Y, and 17% K. With a hue angle of 311.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#D38AC5
RGB211, 138, 197
HSL311.5°, 45.3%, 68.4%
CMYK0%, 35%, 7%, 17%
HSV311.5°, 34.6%, 82.7%
LAB66.6, 36.8, -19.2
XYZ46.0, 36.1, 57.4
Decimal13863621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.21:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38AC5;
}
.text-color {
color: #D38AC5;
}
.border-color {
border: 2px solid #D38AC5;
}