Tan (Brown)
#B1CD87
RGB: 177, 205, 135
Color OverviewHEX #B1CD87

#B1CD87 Color Code Information

In the RGB color space, #B1CD87 is composed of 69% red, 80% green, and 53% blue. In the HSL color space, it has a hue of 84°, saturation of 41%, and lightness of 67%.

HEX
#B1CD87
RGB
177, 205, 135
HSL
84°, 41%, 67%
HSV
84°, 34%, 80%
CMYK
14%, 0%, 34%, 20%
Name Match
Tan
Closest Standard

Shades of #B1CD87 (Darker Variations)

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

Tints of #B1CD87 (Lighter Variations)

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

Tones of #B1CD87 (Muted Variations)

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

Color Harmonies for #B1CD87

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

Developer Code Snippets & Tailwind CSS

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

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