Rosy Brown (Brown)
#99989B
RGB: 153, 152, 155
Color OverviewHEX #99989B

#99989B Color Code Information

In the RGB color space, #99989B is composed of 60% red, 60% green, and 61% blue. In the HSL color space, it has a hue of 260°, saturation of 1%, and lightness of 60%.

HEX
#99989B
RGB
153, 152, 155
HSL
260°, 1%, 60%
HSV
260°, 2%, 61%
CMYK
1%, 2%, 0%, 39%
Name Match
Rosy Brown
Closest Standard

Shades of #99989B (Darker Variations)

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

Tints of #99989B (Lighter Variations)

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

Tones of #99989B (Muted Variations)

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

Color Harmonies for #99989B

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 #99989B Background
Contrast Ratio against Pure White (#FFFFFF):2.87 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #99989B Background
Contrast Ratio against Pure Black (#000000):7.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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