Medium Sea Green (Green)
#3ABC91
RGB: 58, 188, 145
Color OverviewHEX #3ABC91

#3ABC91 Color Code Information

In the RGB color space, #3ABC91 is composed of 23% red, 74% green, and 57% blue. In the HSL color space, it has a hue of 160°, saturation of 53%, and lightness of 48%.

HEX
#3ABC91
RGB
58, 188, 145
HSL
160°, 53%, 48%
HSV
160°, 69%, 74%
CMYK
69%, 0%, 23%, 26%
Name Match
Medium Sea Green
Closest Standard

Shades of #3ABC91 (Darker Variations)

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

Tints of #3ABC91 (Lighter Variations)

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

Tones of #3ABC91 (Muted Variations)

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

Color Harmonies for #3ABC91

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

Developer Code Snippets & Tailwind CSS

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

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