#AF99A8
A light, muted magenta closely aligning with Darkgray.
About #AF99A8
Visually, #AF99A8 is defined as a muted magenta. It is closely associated with the named CSS color Darkgray. This translates to an RGB value of rgb(175, 153, 168).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 13% magenta inks. With a hue angle of 319.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF99A8
RGB175, 153, 168
HSL319.1°, 12.1%, 64.3%
CMYK0%, 13%, 4%, 31%
HSV319.1°, 12.6%, 68.6%
LAB65.5, 10.8, -4.8
XYZ36.1, 34.7, 41.8
Decimal11508136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.94:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF99A8;
}
.text-color {
color: #AF99A8;
}
.border-color {
border: 2px solid #AF99A8;
}