#D3AFBD
A light, muted magenta closely aligning with Thistle.
About #D3AFBD
When working with digital screens, the color #D3AFBD is rendered by mixing light. Its closest recognized web color is Thistle. This translates to an RGB value of rgb(211, 175, 189).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 17% magenta, 10% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3AFBD
RGB211, 175, 189
HSL336.7°, 29.0%, 75.7%
CMYK0%, 17%, 10%, 17%
HSV336.7°, 17.1%, 82.7%
LAB74.9, 15.3, -2.2
XYZ51.4, 48.2, 54.7
Decimal13873085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.64:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AFBD;
}
.text-color {
color: #D3AFBD;
}
.border-color {
border: 2px solid #D3AFBD;
}