#D3AFE9
A very light, moderate purple closely aligning with Plum.
About #D3AFE9
Visually, #D3AFE9 is defined as a moderate purple. 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, 175, and 233.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 9% cyan, 25% magenta, 0% yellow, and 9% black. With a hue angle of 277.2 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. 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#D3AFE9
RGB211, 175, 233
HSL277.2°, 56.9%, 80.0%
CMYK9%, 25%, 0%, 9%
HSV277.2°, 24.9%, 91.4%
LAB76.3, 23.5, -24.1
XYZ56.9, 50.4, 83.8
Decimal13873129
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.08:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AFE9;
}
.text-color {
color: #D3AFE9;
}
.border-color {
border: 2px solid #D3AFE9;
}