#D38ACC
A light, moderate magenta closely aligning with Plum.
About #D38ACC
When working with digital screens, the color #D38ACC is rendered by mixing light. Its closest recognized web color is Plum. Its digital footprint relies on 211 parts red, 138 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 35% M, 3% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D38ACC
RGB211, 138, 204
HSL305.8°, 45.3%, 68.4%
CMYK0%, 35%, 3%, 17%
HSV305.8°, 34.6%, 82.7%
LAB66.8, 38.0, -22.7
XYZ46.9, 36.4, 61.7
Decimal13863628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.28:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D38ACC;
}
.text-color {
color: #D38ACC;
}
.border-color {
border: 2px solid #D38ACC;
}