Medium Sea Green (Green)
#489B80
RGB: 72, 155, 128
Color OverviewHEX #489B80

#489B80 Color Code Information

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

HEX
#489B80
RGB
72, 155, 128
HSL
160°, 37%, 45%
HSV
160°, 54%, 61%
CMYK
54%, 0%, 17%, 39%
Name Match
Medium Sea Green
Closest Standard

Shades of #489B80 (Darker Variations)

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

Tints of #489B80 (Lighter Variations)

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

Tones of #489B80 (Muted Variations)

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

Color Harmonies for #489B80

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

Developer Code Snippets & Tailwind CSS

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

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