Jade (Green)
#00B37A
RGB: 0, 179, 122
Color OverviewHEX #00B37A

#00B37A Color Code Information

In the RGB color space, #00B37A is composed of 0% red, 70% green, and 48% blue. In the HSL color space, it has a hue of 161°, saturation of 100%, and lightness of 35%.

HEX
#00B37A
RGB
0, 179, 122
HSL
161°, 100%, 35%
HSV
161°, 100%, 70%
CMYK
100%, 0%, 32%, 30%
Name Match
Jade
Closest Standard

Shades of #00B37A (Darker Variations)

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

Tints of #00B37A (Lighter Variations)

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

Tones of #00B37A (Muted Variations)

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

Color Harmonies for #00B37A

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 #00B37A Background
Contrast Ratio against Pure White (#FFFFFF):2.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #00B37A Background
Contrast Ratio against Pure Black (#000000):7.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #00B37A;
}

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