Gray (Neutral)
#8B767A
RGB: 139, 118, 122
Color OverviewHEX #8B767A

#8B767A Color Code Information

In the RGB color space, #8B767A is composed of 55% red, 46% green, and 48% blue. In the HSL color space, it has a hue of 349°, saturation of 8%, and lightness of 50%.

HEX
#8B767A
RGB
139, 118, 122
HSL
349°, 8%, 50%
HSV
349°, 15%, 55%
CMYK
0%, 15%, 12%, 45%
Name Match
Gray
Closest Standard

Shades of #8B767A (Darker Variations)

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

Tints of #8B767A (Lighter Variations)

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

Tones of #8B767A (Muted Variations)

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

Color Harmonies for #8B767A

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 #8B767A Background
Contrast Ratio against Pure White (#FFFFFF):4.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #8B767A Background
Contrast Ratio against Pure Black (#000000):4.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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