Seafoam Green (Green)
#88DBBF
RGB: 136, 219, 191
Color OverviewHEX #88DBBF

#88DBBF Color Code Information

In the RGB color space, #88DBBF is composed of 53% red, 86% green, and 75% blue. In the HSL color space, it has a hue of 160°, saturation of 54%, and lightness of 70%.

HEX
#88DBBF
RGB
136, 219, 191
HSL
160°, 54%, 70%
HSV
160°, 38%, 86%
CMYK
38%, 0%, 13%, 14%
Name Match
Seafoam Green
Closest Standard

Shades of #88DBBF (Darker Variations)

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

Tints of #88DBBF (Lighter Variations)

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

Tones of #88DBBF (Muted Variations)

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

Color Harmonies for #88DBBF

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 #88DBBF Background
Contrast Ratio against Pure White (#FFFFFF):1.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #88DBBF Background
Contrast Ratio against Pure Black (#000000):12.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #88DBBF;
}

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