#D3AFC5
A light, muted magenta closely aligning with Thistle.
About #D3AFC5
The hex code #D3AFC5 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(211, 175, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3AFC5
RGB211, 175, 197
HSL323.3°, 29.0%, 75.7%
CMYK0%, 17%, 7%, 17%
HSV323.3°, 17.1%, 82.7%
LAB75.2, 16.7, -6.3
XYZ52.3, 48.5, 59.4
Decimal13873093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.71:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AFC5;
}
.text-color {
color: #D3AFC5;
}
.border-color {
border: 2px solid #D3AFC5;
}