Rosy Brown (Brown)
#99959A
RGB: 153, 149, 154
Color OverviewHEX #99959A

#99959A Color Code Information

In the RGB color space, #99959A is composed of 60% red, 58% green, and 60% blue. In the HSL color space, it has a hue of 288°, saturation of 2%, and lightness of 59%.

HEX
#99959A
RGB
153, 149, 154
HSL
288°, 2%, 59%
HSV
288°, 3%, 60%
CMYK
1%, 3%, 0%, 40%
Name Match
Rosy Brown
Closest Standard

Shades of #99959A (Darker Variations)

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

Tints of #99959A (Lighter Variations)

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

Tones of #99959A (Muted Variations)

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

Color Harmonies for #99959A

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 #99959A Background
Contrast Ratio against Pure White (#FFFFFF):2.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #99959A Background
Contrast Ratio against Pure Black (#000000):7.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #99959A;
}

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