#AFAFAF
A light, muted neutral closely aligning with Darkgray.
About #AFAFAF
At its core, #AFAFAF is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkgray. In the RGB color space, it consists of 175 red, 175 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 0% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFAFAF
RGB175, 175, 175
HSL0°, 0%, 68.6%
CMYK0%, 0%, 0%, 31%
HSV0°, 0.0%, 68.6%
LAB71.5, 0.0, -0.0
XYZ40.7, 42.9, 46.7
Decimal11513775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.57:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAFAF;
}
.text-color {
color: #AFAFAF;
}
.border-color {
border: 2px solid #AFAFAF;
}