#D3A8E2
A light, moderate purple closely aligning with Plum.
About #D3A8E2
When working with digital screens, the color #D3A8E2 is rendered by mixing light. 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, 168, and 226.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 7% cyan and 26% magenta inks. With a hue angle of 284.5 degrees, it sits comfortably in the purple 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3A8E2
RGB211, 168, 226
HSL284.5°, 50.0%, 77.3%
CMYK7%, 26%, 0%, 11%
HSV284.5°, 25.7%, 88.6%
LAB74.4, 25.9, -23.2
XYZ54.6, 47.3, 78.2
Decimal13871330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A8E2;
}
.text-color {
color: #D3A8E2;
}
.border-color {
border: 2px solid #D3A8E2;
}