Gray (Neutral)
#98747C
RGB: 152, 116, 124
Color OverviewHEX #98747C

#98747C Color Code Information

In the RGB color space, #98747C is composed of 60% red, 45% green, and 49% blue. In the HSL color space, it has a hue of 347°, saturation of 15%, and lightness of 53%.

HEX
#98747C
RGB
152, 116, 124
HSL
347°, 15%, 53%
HSV
347°, 24%, 60%
CMYK
0%, 24%, 18%, 40%
Name Match
Gray
Closest Standard

Shades of #98747C (Darker Variations)

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

Tints of #98747C (Lighter Variations)

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

Tones of #98747C (Muted Variations)

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

Color Harmonies for #98747C

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

Developer Code Snippets & Tailwind CSS

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

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