Rosy Brown (Brown)
#B0AD9D
RGB: 176, 173, 157
Color OverviewHEX #B0AD9D

#B0AD9D Color Code Information

In the RGB color space, #B0AD9D is composed of 69% red, 68% green, and 62% blue. In the HSL color space, it has a hue of 51°, saturation of 11%, and lightness of 65%.

HEX
#B0AD9D
RGB
176, 173, 157
HSL
51°, 11%, 65%
HSV
51°, 11%, 69%
CMYK
0%, 2%, 11%, 31%
Name Match
Rosy Brown
Closest Standard

Shades of #B0AD9D (Darker Variations)

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

Tints of #B0AD9D (Lighter Variations)

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

Tones of #B0AD9D (Muted Variations)

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

Color Harmonies for #B0AD9D

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

Developer Code Snippets & Tailwind CSS

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

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