Olive Drab (Green)
#94A428
RGB: 148, 164, 40
Color OverviewHEX #94A428

#94A428 Color Code Information

In the RGB color space, #94A428 is composed of 58% red, 64% green, and 16% blue. In the HSL color space, it has a hue of 68°, saturation of 61%, and lightness of 40%.

HEX
#94A428
RGB
148, 164, 40
HSL
68°, 61%, 40%
HSV
68°, 76%, 64%
CMYK
10%, 0%, 76%, 36%
Name Match
Olive Drab
Closest Standard

Shades of #94A428 (Darker Variations)

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

Tints of #94A428 (Lighter Variations)

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

Tones of #94A428 (Muted Variations)

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

Color Harmonies for #94A428

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

Developer Code Snippets & Tailwind CSS

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

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