#D3A0F8
A very light, vivid purple closely aligning with Plum.
About #D3A0F8
The hex code #D3A0F8 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(211, 160, 248).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 15% cyan, 35% magenta, 0% yellow, and 3% black. The HSL representation is 274.8° hue, 86.3% saturation, and 80.0% lightness.
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#D3A0F8
RGB211, 160, 248
HSL274.8°, 86.3%, 80.0%
CMYK15%, 35%, 0%, 3%
HSV274.8°, 35.5%, 97.3%
LAB73.4, 34.8, -36.8
XYZ56.4, 45.8, 94.7
Decimal13869304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A0F8;
}
.text-color {
color: #D3A0F8;
}
.border-color {
border: 2px solid #D3A0F8;
}