#D3A8F0
A very light, vivid purple closely aligning with Plum.
About #D3A8F0
At its core, #D3A8F0 is a very light and vivid hue. Designers often compare it to the standard color Plum. In the RGB color space, it consists of 211 red, 168 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 12% cyan, 30% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3A8F0
RGB211, 168, 240
HSL275.8°, 70.6%, 80.0%
CMYK12%, 30%, 0%, 6%
HSV275.8°, 30.0%, 94.1%
LAB74.9, 28.8, -30.1
XYZ56.6, 48.1, 88.7
Decimal13871344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.63:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A8F0;
}
.text-color {
color: #D3A8F0;
}
.border-color {
border: 2px solid #D3A8F0;
}