Rosy Brown (Brown)
#9898AE
RGB: 152, 152, 174
Color OverviewHEX #9898AE

#9898AE Color Code Information

In the RGB color space, #9898AE is composed of 60% red, 60% green, and 68% blue. In the HSL color space, it has a hue of 240°, saturation of 12%, and lightness of 64%.

HEX
#9898AE
RGB
152, 152, 174
HSL
240°, 12%, 64%
HSV
240°, 13%, 68%
CMYK
13%, 13%, 0%, 32%
Name Match
Rosy Brown
Closest Standard

Shades of #9898AE (Darker Variations)

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

Tints of #9898AE (Lighter Variations)

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

Tones of #9898AE (Muted Variations)

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

Color Harmonies for #9898AE

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 #9898AE Background
Contrast Ratio against Pure White (#FFFFFF):2.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #9898AE Background
Contrast Ratio against Pure Black (#000000):7.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #9898AE;
}

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