Gray (Neutral)
#81988C
RGB: 129, 152, 140
Color OverviewHEX #81988C

#81988C Color Code Information

In the RGB color space, #81988C is composed of 51% red, 60% green, and 55% blue. In the HSL color space, it has a hue of 149°, saturation of 10%, and lightness of 55%.

HEX
#81988C
RGB
129, 152, 140
HSL
149°, 10%, 55%
HSV
149°, 15%, 60%
CMYK
15%, 0%, 8%, 40%
Name Match
Gray
Closest Standard

Shades of #81988C (Darker Variations)

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

Tints of #81988C (Lighter Variations)

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

Tones of #81988C (Muted Variations)

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

Color Harmonies for #81988C

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 #81988C Background
Contrast Ratio against Pure White (#FFFFFF):3.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #81988C Background
Contrast Ratio against Pure Black (#000000):6.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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