#AFBDA8
A light, muted green closely aligning with Silver.
About #AFBDA8
When working with digital screens, the color #AFBDA8 is rendered by mixing light. Its closest recognized web color is Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 189, and 168.
Translating this color to physical media requires the CMYK color model. The color uses 7% Cyan, 0% Magenta, 11% Yellow, and 26% Black. With a hue angle of 100.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFBDA8
RGB175, 189, 168
HSL100.0°, 13.7%, 70.0%
CMYK7%, 0%, 11%, 26%
HSV100.0°, 11.1%, 74.1%
LAB75.0, -8.7, 9.0
XYZ42.9, 48.3, 44.1
Decimal11517352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.67:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBDA8;
}
.text-color {
color: #AFBDA8;
}
.border-color {
border: 2px solid #AFBDA8;
}