Seafoam Green (Green)
#8FCCAD
RGB: 143, 204, 173
Color OverviewHEX #8FCCAD

#8FCCAD Color Code Information

In the RGB color space, #8FCCAD is composed of 56% red, 80% green, and 68% blue. In the HSL color space, it has a hue of 150°, saturation of 37%, and lightness of 68%.

HEX
#8FCCAD
RGB
143, 204, 173
HSL
150°, 37%, 68%
HSV
150°, 30%, 80%
CMYK
30%, 0%, 15%, 20%
Name Match
Seafoam Green
Closest Standard

Shades of #8FCCAD (Darker Variations)

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

Tints of #8FCCAD (Lighter Variations)

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

Tones of #8FCCAD (Muted Variations)

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

Color Harmonies for #8FCCAD

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

Developer Code Snippets & Tailwind CSS

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

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