Tan (Brown)
#BBC18D
RGB: 187, 193, 141
Color OverviewHEX #BBC18D

#BBC18D Color Code Information

In the RGB color space, #BBC18D is composed of 73% red, 76% green, and 55% blue. In the HSL color space, it has a hue of 67°, saturation of 30%, and lightness of 65%.

HEX
#BBC18D
RGB
187, 193, 141
HSL
67°, 30%, 65%
HSV
67°, 27%, 76%
CMYK
3%, 0%, 27%, 24%
Name Match
Tan
Closest Standard

Shades of #BBC18D (Darker Variations)

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

Tints of #BBC18D (Lighter Variations)

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

Tones of #BBC18D (Muted Variations)

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

Color Harmonies for #BBC18D

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

Developer Code Snippets & Tailwind CSS

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

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