Jade (Green)
#05A06A
RGB: 5, 160, 106
Color OverviewHEX #05A06A

#05A06A Color Code Information

In the RGB color space, #05A06A is composed of 2% red, 63% green, and 42% blue. In the HSL color space, it has a hue of 159°, saturation of 94%, and lightness of 32%.

HEX
#05A06A
RGB
5, 160, 106
HSL
159°, 94%, 32%
HSV
159°, 97%, 63%
CMYK
97%, 0%, 34%, 37%
Name Match
Jade
Closest Standard

Shades of #05A06A (Darker Variations)

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

Tints of #05A06A (Lighter Variations)

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

Tones of #05A06A (Muted Variations)

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

Color Harmonies for #05A06A

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 #05A06A Background
Contrast Ratio against Pure White (#FFFFFF):3.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #05A06A Background
Contrast Ratio against Pure Black (#000000):6.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #05A06A;
}

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