Seafoam Green (Green)
#99D1CD
RGB: 153, 209, 205
Color OverviewHEX #99D1CD

#99D1CD Color Code Information

In the RGB color space, #99D1CD is composed of 60% red, 82% green, and 80% blue. In the HSL color space, it has a hue of 176°, saturation of 38%, and lightness of 71%.

HEX
#99D1CD
RGB
153, 209, 205
HSL
176°, 38%, 71%
HSV
176°, 27%, 82%
CMYK
27%, 0%, 2%, 18%
Name Match
Seafoam Green
Closest Standard

Shades of #99D1CD (Darker Variations)

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

Tints of #99D1CD (Lighter Variations)

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

Tones of #99D1CD (Muted Variations)

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

Color Harmonies for #99D1CD

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 #99D1CD Background
Contrast Ratio against Pure White (#FFFFFF):1.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #99D1CD Background
Contrast Ratio against Pure Black (#000000):12.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #99D1CD;
}

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