Gray (Neutral)
#7AAC5B
RGB: 122, 172, 91
Color OverviewHEX #7AAC5B

#7AAC5B Color Code Information

In the RGB color space, #7AAC5B is composed of 48% red, 67% green, and 36% blue. In the HSL color space, it has a hue of 97°, saturation of 33%, and lightness of 52%.

HEX
#7AAC5B
RGB
122, 172, 91
HSL
97°, 33%, 52%
HSV
97°, 47%, 67%
CMYK
29%, 0%, 47%, 33%
Name Match
Gray
Closest Standard

Shades of #7AAC5B (Darker Variations)

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

Tints of #7AAC5B (Lighter Variations)

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

Tones of #7AAC5B (Muted Variations)

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

Color Harmonies for #7AAC5B

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

Developer Code Snippets & Tailwind CSS

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

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