Seafoam Green (Green)
#74D8B6
RGB: 116, 216, 182
Color OverviewHEX #74D8B6

#74D8B6 Color Code Information

In the RGB color space, #74D8B6 is composed of 45% red, 85% green, and 71% blue. In the HSL color space, it has a hue of 160°, saturation of 56%, and lightness of 65%.

HEX
#74D8B6
RGB
116, 216, 182
HSL
160°, 56%, 65%
HSV
160°, 46%, 85%
CMYK
46%, 0%, 16%, 15%
Name Match
Seafoam Green
Closest Standard

Shades of #74D8B6 (Darker Variations)

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

Tints of #74D8B6 (Lighter Variations)

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

Tones of #74D8B6 (Muted Variations)

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

Color Harmonies for #74D8B6

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 #74D8B6 Background
Contrast Ratio against Pure White (#FFFFFF):1.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #74D8B6 Background
Contrast Ratio against Pure Black (#000000):12.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #74D8B6;
}

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