Medium Sea Green (Green)
#489D81
RGB: 72, 157, 129
Color OverviewHEX #489D81

#489D81 Color Code Information

In the RGB color space, #489D81 is composed of 28% red, 62% green, and 51% blue. In the HSL color space, it has a hue of 160°, saturation of 37%, and lightness of 45%.

HEX
#489D81
RGB
72, 157, 129
HSL
160°, 37%, 45%
HSV
160°, 54%, 62%
CMYK
54%, 0%, 18%, 38%
Name Match
Medium Sea Green
Closest Standard

Shades of #489D81 (Darker Variations)

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

Tints of #489D81 (Lighter Variations)

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

Tones of #489D81 (Muted Variations)

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

Color Harmonies for #489D81

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 #489D81 Background
Contrast Ratio against Pure White (#FFFFFF):3.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #489D81 Background
Contrast Ratio against Pure Black (#000000):6.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #489D81;
}

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