Rosy Brown (Brown)
#AB9B9F
RGB: 171, 155, 159
Color OverviewHEX #AB9B9F

#AB9B9F Color Code Information

In the RGB color space, #AB9B9F is composed of 67% red, 61% green, and 62% blue. In the HSL color space, it has a hue of 345°, saturation of 9%, and lightness of 64%.

HEX
#AB9B9F
RGB
171, 155, 159
HSL
345°, 9%, 64%
HSV
345°, 9%, 67%
CMYK
0%, 9%, 7%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AB9B9F (Darker Variations)

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

Tints of #AB9B9F (Lighter Variations)

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

Tones of #AB9B9F (Muted Variations)

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

Color Harmonies for #AB9B9F

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

Developer Code Snippets & Tailwind CSS

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

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