Medium Sea Green (Green)
#58A462
RGB: 88, 164, 98
Color OverviewHEX #58A462

#58A462 Color Code Information

In the RGB color space, #58A462 is composed of 35% red, 64% green, and 38% blue. In the HSL color space, it has a hue of 128°, saturation of 30%, and lightness of 49%.

HEX
#58A462
RGB
88, 164, 98
HSL
128°, 30%, 49%
HSV
128°, 46%, 64%
CMYK
46%, 0%, 40%, 36%
Name Match
Medium Sea Green
Closest Standard

Shades of #58A462 (Darker Variations)

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

Tints of #58A462 (Lighter Variations)

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

Tones of #58A462 (Muted Variations)

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

Color Harmonies for #58A462

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

Developer Code Snippets & Tailwind CSS

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

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