Emerald (Green)
#87C482
RGB: 135, 196, 130
Color OverviewHEX #87C482

#87C482 Color Code Information

In the RGB color space, #87C482 is composed of 53% red, 77% green, and 51% blue. In the HSL color space, it has a hue of 115°, saturation of 36%, and lightness of 64%.

HEX
#87C482
RGB
135, 196, 130
HSL
115°, 36%, 64%
HSV
115°, 34%, 77%
CMYK
31%, 0%, 34%, 23%
Name Match
Emerald
Closest Standard

Shades of #87C482 (Darker Variations)

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

Tints of #87C482 (Lighter Variations)

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

Tones of #87C482 (Muted Variations)

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

Color Harmonies for #87C482

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 #87C482 Background
Contrast Ratio against Pure White (#FFFFFF):2.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #87C482 Background
Contrast Ratio against Pure Black (#000000):10.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #87C482;
}

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