#D3A8CC
A light, moderate magenta closely aligning with Thistle.
About #D3A8CC
At its core, #D3A8CC is a light and moderate hue. It is closely associated with the named CSS color Thistle. In the RGB color space, it consists of 211 red, 168 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 20% Magenta, 3% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3A8CC
RGB211, 168, 204
HSL309.8°, 32.8%, 74.3%
CMYK0%, 20%, 3%, 17%
HSV309.8°, 20.4%, 82.7%
LAB73.7, 21.8, -12.3
XYZ51.8, 46.2, 63.3
Decimal13871308
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.24:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A8CC;
}
.text-color {
color: #D3A8CC;
}
.border-color {
border: 2px solid #D3A8CC;
}