Seafoam Green (Green)
#76EAB4
RGB: 118, 234, 180
Color OverviewHEX #76EAB4

#76EAB4 Color Code Information

In the RGB color space, #76EAB4 is composed of 46% red, 92% green, and 71% blue. In the HSL color space, it has a hue of 152°, saturation of 73%, and lightness of 69%.

HEX
#76EAB4
RGB
118, 234, 180
HSL
152°, 73%, 69%
HSV
152°, 50%, 92%
CMYK
50%, 0%, 23%, 8%
Name Match
Seafoam Green
Closest Standard

Shades of #76EAB4 (Darker Variations)

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

Tints of #76EAB4 (Lighter Variations)

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

Tones of #76EAB4 (Muted Variations)

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

Color Harmonies for #76EAB4

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #76EAB4;
}

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