Seafoam Green (Green)
#82C1AE
RGB: 130, 193, 174
Color OverviewHEX #82C1AE

#82C1AE Color Code Information

In the RGB color space, #82C1AE is composed of 51% red, 76% green, and 68% blue. In the HSL color space, it has a hue of 162°, saturation of 34%, and lightness of 63%.

HEX
#82C1AE
RGB
130, 193, 174
HSL
162°, 34%, 63%
HSV
162°, 33%, 76%
CMYK
33%, 0%, 10%, 24%
Name Match
Seafoam Green
Closest Standard

Shades of #82C1AE (Darker Variations)

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

Tints of #82C1AE (Lighter Variations)

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

Tones of #82C1AE (Muted Variations)

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

Color Harmonies for #82C1AE

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #82C1AE;
}

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