Jade (Green)
#10B981
RGB: 16, 185, 129
Color OverviewHEX #10B981

#10B981 Color Code Information

In the RGB color space, #10B981 is composed of 6% red, 73% green, and 51% blue. In the HSL color space, it has a hue of 160°, saturation of 84%, and lightness of 39%.

HEX
#10B981
RGB
16, 185, 129
HSL
160°, 84%, 39%
HSV
160°, 91%, 73%
CMYK
91%, 0%, 30%, 27%
Name Match
Jade
Closest Standard

Shades of #10B981 (Darker Variations)

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

Tints of #10B981 (Lighter Variations)

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

Tones of #10B981 (Muted Variations)

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

Color Harmonies for #10B981

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 #10B981 Background
Contrast Ratio against Pure White (#FFFFFF):2.54 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #10B981 Background
Contrast Ratio against Pure Black (#000000):8.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #10B981;
}

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