#D3A0E2
A light, moderate magenta closely aligning with Plum.
About #D3A0E2
Visually, #D3A0E2 is defined as a moderate magenta. It is closely associated with the named CSS color Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 160, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 7% Cyan, 29% Magenta, 0% Yellow, and 11% Black. With a hue angle of 286.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#D3A0E2
RGB211, 160, 226
HSL286.4°, 53.2%, 75.7%
CMYK7%, 29%, 0%, 11%
HSV286.4°, 29.2%, 88.6%
LAB72.5, 30.3, -26.1
XYZ53.2, 44.5, 77.7
Decimal13869282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.90:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A0E2;
}
.text-color {
color: #D3A0E2;
}
.border-color {
border: 2px solid #D3A0E2;
}