Copper (Brown)
#947942
RGB: 148, 121, 66
Color OverviewHEX #947942

#947942 Color Code Information

In the RGB color space, #947942 is composed of 58% red, 47% green, and 26% blue. In the HSL color space, it has a hue of 40°, saturation of 38%, and lightness of 42%.

HEX
#947942
RGB
148, 121, 66
HSL
40°, 38%, 42%
HSV
40°, 55%, 58%
CMYK
0%, 18%, 55%, 42%
Name Match
Copper
Closest Standard

Shades of #947942 (Darker Variations)

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

Tints of #947942 (Lighter Variations)

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

Tones of #947942 (Muted Variations)

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

Color Harmonies for #947942

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

Developer Code Snippets & Tailwind CSS

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

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