Olive Drab (Green)
#857D45
RGB: 133, 125, 69
Color OverviewHEX #857D45

#857D45 Color Code Information

In the RGB color space, #857D45 is composed of 52% red, 49% green, and 27% blue. In the HSL color space, it has a hue of 52°, saturation of 32%, and lightness of 40%.

HEX
#857D45
RGB
133, 125, 69
HSL
52°, 32%, 40%
HSV
52°, 48%, 52%
CMYK
0%, 6%, 48%, 48%
Name Match
Olive Drab
Closest Standard

Shades of #857D45 (Darker Variations)

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

Tints of #857D45 (Lighter Variations)

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

Tones of #857D45 (Muted Variations)

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

Color Harmonies for #857D45

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

Developer Code Snippets & Tailwind CSS

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

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