Sea Green (Green)
#04714F
RGB: 4, 113, 79
Color OverviewHEX #04714F

#04714F Color Code Information

In the RGB color space, #04714F is composed of 2% red, 44% green, and 31% blue. In the HSL color space, it has a hue of 161°, saturation of 93%, and lightness of 23%.

HEX
#04714F
RGB
4, 113, 79
HSL
161°, 93%, 23%
HSV
161°, 96%, 44%
CMYK
96%, 0%, 30%, 56%
Name Match
Sea Green
Closest Standard

Shades of #04714F (Darker Variations)

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

Tints of #04714F (Lighter Variations)

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

Tones of #04714F (Muted Variations)

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

Color Harmonies for #04714F

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 #04714F Background
Contrast Ratio against Pure White (#FFFFFF):6.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #04714F Background
Contrast Ratio against Pure Black (#000000):3.48 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #04714F;
}

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