#D3BDCC
A light, muted magenta closely aligning with Thistle.
About #D3BDCC
The precise color #D3BDCC is an excellent choice for modern design projects. Its closest recognized web color is Thistle. In the RGB color space, it consists of 211 red, 189 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 10% M, 3% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3BDCC
RGB211, 189, 204
HSL319.1°, 20.0%, 78.4%
CMYK0%, 10%, 3%, 17%
HSV319.1°, 10.4%, 82.7%
LAB78.8, 10.4, -4.7
XYZ56.0, 54.6, 64.7
Decimal13876684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.92:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BDCC;
}
.text-color {
color: #D3BDCC;
}
.border-color {
border: 2px solid #D3BDCC;
}