#D3B6D3
A light, muted magenta closely aligning with Thistle.
About #D3B6D3
The hex code #D3B6D3 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Thistle. In the RGB color space, it consists of 211 red, 182 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 14% magenta, 0% yellow, and 17% black. The HSL representation is 300.0° hue, 24.8% saturation, and 77.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3B6D3
RGB211, 182, 211
HSL300.0°, 24.8%, 77.1%
CMYK0%, 14%, 0%, 17%
HSV300.0°, 13.7%, 82.7%
LAB77.3, 15.4, -10.7
XYZ55.3, 52.0, 68.7
Decimal13874899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.40:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B6D3;
}
.text-color {
color: #D3B6D3;
}
.border-color {
border: 2px solid #D3B6D3;
}