Tan (Brown)
#B2BD93
RGB: 178, 189, 147
Color OverviewHEX #B2BD93
#B2BD93 Color Code Information
In the RGB color space, #B2BD93 is composed of 70% red, 74% green, and 58% blue. In the HSL color space, it has a hue of 76°, saturation of 24%, and lightness of 66%.
HEX
#B2BD93
RGB
178, 189, 147
HSL
76°, 24%, 66%
HSV
76°, 22%, 74%
CMYK
6%, 0%, 22%, 26%
Name Match
Tan
Closest StandardShades of #B2BD93 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B2BD93 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B2BD93 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B2BD93
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #B2BD93 Background
Contrast Ratio against Pure White (#FFFFFF):1.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B2BD93 Background
Contrast Ratio against Pure Black (#000000):10.59 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B2BD93;
}
.element {
color: #B2BD93;
background-color: #B2BD93;
border-color: #B2BD93;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B2BD93] text-[#B2BD93] border-[#B2BD93]"> Content styled with #B2BD93 </div>