Silver (Neutral)
#AFBCBB
RGB: 175, 188, 187
Color OverviewHEX #AFBCBB

#AFBCBB Color Code Information

In the RGB color space, #AFBCBB is composed of 69% red, 74% green, and 73% blue. In the HSL color space, it has a hue of 175°, saturation of 9%, and lightness of 71%.

HEX
#AFBCBB
RGB
175, 188, 187
HSL
175°, 9%, 71%
HSV
175°, 7%, 74%
CMYK
7%, 0%, 1%, 26%
Name Match
Silver
Closest Standard

Shades of #AFBCBB (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #AFBCBB (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #AFBCBB (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #AFBCBB

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #AFBCBB Background
Contrast Ratio against Pure White (#FFFFFF):1.96 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AFBCBB Background
Contrast Ratio against Pure Black (#000000):10.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #AFBCBB;
}

.element {
  color: #AFBCBB;
  background-color: #AFBCBB;
  border-color: #AFBCBB;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#AFBCBB] text-[#AFBCBB] border-[#AFBCBB]">
  Content styled with #AFBCBB
</div>