#D3BDF0
A very light, moderate purple closely aligning with Thistle.
About #D3BDF0
At its core, #D3BDF0 is a very light and moderate hue. It is closely associated with the named CSS color Thistle. In the RGB color space, it consists of 211 red, 189 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. The color uses 12% Cyan, 21% Magenta, 0% Yellow, and 6% Black. With a hue angle of 265.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#D3BDF0
RGB211, 189, 240
HSL265.9°, 63.0%, 84.1%
CMYK12%, 21%, 0%, 6%
HSV265.9°, 21.2%, 94.1%
LAB79.9, 17.4, -22.4
XYZ60.8, 56.5, 90.1
Decimal13876720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.31:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BDF0;
}
.text-color {
color: #D3BDF0;
}
.border-color {
border: 2px solid #D3BDF0;
}