Tan (Brown)
#B4CC7F
RGB: 180, 204, 127
Color OverviewHEX #B4CC7F
#B4CC7F Color Code Information
In the RGB color space, #B4CC7F is composed of 71% red, 80% green, and 50% blue. In the HSL color space, it has a hue of 79°, saturation of 43%, and lightness of 65%.
HEX
#B4CC7F
RGB
180, 204, 127
HSL
79°, 43%, 65%
HSV
79°, 38%, 80%
CMYK
12%, 0%, 38%, 20%
Name Match
Tan
Closest StandardShades of #B4CC7F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B4CC7F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B4CC7F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B4CC7F
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 #B4CC7F Background
Contrast Ratio against Pure White (#FFFFFF):1.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B4CC7F Background
Contrast Ratio against Pure Black (#000000):11.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B4CC7F;
}
.element {
color: #B4CC7F;
background-color: #B4CC7F;
border-color: #B4CC7F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B4CC7F] text-[#B4CC7F] border-[#B4CC7F]"> Content styled with #B4CC7F </div>