Rosy Brown (Brown)
#998A9C
RGB: 153, 138, 156
Color OverviewHEX #998A9C

#998A9C Color Code Information

In the RGB color space, #998A9C is composed of 60% red, 54% green, and 61% blue. In the HSL color space, it has a hue of 290°, saturation of 8%, and lightness of 58%.

HEX
#998A9C
RGB
153, 138, 156
HSL
290°, 8%, 58%
HSV
290°, 12%, 61%
CMYK
2%, 12%, 0%, 39%
Name Match
Rosy Brown
Closest Standard

Shades of #998A9C (Darker Variations)

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

Tints of #998A9C (Lighter Variations)

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

Tones of #998A9C (Muted Variations)

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

Color Harmonies for #998A9C

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 #998A9C Background
Contrast Ratio against Pure White (#FFFFFF):3.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #998A9C Background
Contrast Ratio against Pure Black (#000000):6.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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