#D3AFDB
A light, moderate magenta closely aligning with Thistle.
About #D3AFDB
Visually, #D3AFDB is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Thistle. Its digital footprint relies on 211 parts red, 175 parts green, and 219 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 4% C, 20% M, 0% Y, and 14% K. With a hue angle of 289.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3AFDB
RGB211, 175, 219
HSL289.1°, 37.9%, 77.3%
CMYK4%, 20%, 0%, 14%
HSV289.1°, 20.1%, 85.9%
LAB75.8, 20.8, -17.3
XYZ55.0, 49.6, 73.7
Decimal13873115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.92:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AFDB;
}
.text-color {
color: #D3AFDB;
}
.border-color {
border: 2px solid #D3AFDB;
}