Rosy Brown (Brown)
#B28A81
RGB: 178, 138, 129
Color OverviewHEX #B28A81

#B28A81 Color Code Information

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

HEX
#B28A81
RGB
178, 138, 129
HSL
11°, 24%, 60%
HSV
11°, 28%, 70%
CMYK
0%, 22%, 28%, 30%
Name Match
Rosy Brown
Closest Standard

Shades of #B28A81 (Darker Variations)

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

Tints of #B28A81 (Lighter Variations)

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

Tones of #B28A81 (Muted Variations)

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

Color Harmonies for #B28A81

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

Developer Code Snippets & Tailwind CSS

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

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