#AF99BD
A light, muted purple closely aligning with Thistle.
About #AF99BD
Visually, #AF99BD is defined as a muted purple. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(175, 153, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 7% C, 19% M, 0% Y, and 26% K. The HSL representation is 276.7° hue, 21.4% saturation, and 67.1% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF99BD
RGB175, 153, 189
HSL276.7°, 21.4%, 67.1%
CMYK7%, 19%, 0%, 26%
HSV276.7°, 19.0%, 74.1%
LAB66.2, 14.9, -15.6
XYZ38.3, 35.6, 53.0
Decimal11508157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.11:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF99BD;
}
.text-color {
color: #AF99BD;
}
.border-color {
border: 2px solid #AF99BD;
}