#AF99AF
A light, muted magenta closely aligning with Thistle.
About #AF99AF
The precise color #AF99AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Thistle. This translates to an RGB value of rgb(175, 153, 175).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 13% magenta, 0% yellow, and 31% black. 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF99AF
RGB175, 153, 175
HSL300.0°, 12.1%, 64.3%
CMYK0%, 13%, 0%, 31%
HSV300.0°, 12.6%, 68.6%
LAB65.7, 12.1, -8.4
XYZ36.8, 35.0, 45.4
Decimal11508143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
8.00:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF99AF;
}
.text-color {
color: #AF99AF;
}
.border-color {
border: 2px solid #AF99AF;
}