#AFCCBD
A light, muted green closely aligning with Silver.
About #AFCCBD
The precise color #AFCCBD is an excellent choice for modern design projects. Its closest recognized web color is Silver. This translates to an RGB value of rgb(175, 204, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 14% C, 0% M, 7% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AFCCBD
RGB175, 204, 189
HSL149.0°, 22.1%, 74.3%
CMYK14%, 0%, 7%, 20%
HSV149.0°, 14.2%, 80.0%
LAB79.6, -12.6, 4.2
XYZ48.5, 56.0, 56.4
Decimal11521213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.19:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCCBD;
}
.text-color {
color: #AFCCBD;
}
.border-color {
border: 2px solid #AFCCBD;
}