Rosy Brown (Brown)
#B2A281
RGB: 178, 162, 129
Color OverviewHEX #B2A281

#B2A281 Color Code Information

In the RGB color space, #B2A281 is composed of 70% red, 64% green, and 51% blue. In the HSL color space, it has a hue of 40°, saturation of 24%, and lightness of 60%.

HEX
#B2A281
RGB
178, 162, 129
HSL
40°, 24%, 60%
HSV
40°, 28%, 70%
CMYK
0%, 9%, 28%, 30%
Name Match
Rosy Brown
Closest Standard

Shades of #B2A281 (Darker Variations)

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

Tints of #B2A281 (Lighter Variations)

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

Tones of #B2A281 (Muted Variations)

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

Color Harmonies for #B2A281

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

Developer Code Snippets & Tailwind CSS

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

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