Seafoam Green (Green)
#8BEABA
RGB: 139, 234, 186
Color OverviewHEX #8BEABA

#8BEABA Color Code Information

In the RGB color space, #8BEABA is composed of 55% red, 92% green, and 73% blue. In the HSL color space, it has a hue of 150°, saturation of 69%, and lightness of 73%.

HEX
#8BEABA
RGB
139, 234, 186
HSL
150°, 69%, 73%
HSV
150°, 41%, 92%
CMYK
41%, 0%, 21%, 8%
Name Match
Seafoam Green
Closest Standard

Shades of #8BEABA (Darker Variations)

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

Tints of #8BEABA (Lighter Variations)

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

Tones of #8BEABA (Muted Variations)

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

Color Harmonies for #8BEABA

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #8BEABA;
}

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