#D3A0BD
A light, moderate magenta closely aligning with Thistle.
About #D3A0BD
Visually, #D3A0BD is defined as a moderate magenta. Designers often compare it to the standard color Thistle. This translates to an RGB value of rgb(211, 160, 189).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 24% magenta, 10% yellow, and 17% black. The HSL representation is 325.9° hue, 36.7% saturation, and 72.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3A0BD
RGB211, 160, 189
HSL325.9°, 36.7%, 72.7%
CMYK0%, 24%, 10%, 17%
HSV325.9°, 24.2%, 82.7%
LAB71.3, 23.5, -7.6
XYZ48.6, 42.7, 53.8
Decimal13869245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.53:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A0BD;
}
.text-color {
color: #D3A0BD;
}
.border-color {
border: 2px solid #D3A0BD;
}