Emerald (Green)
#50E787
RGB: 80, 231, 135
Color OverviewHEX #50E787

#50E787 Color Code Information

In the RGB color space, #50E787 is composed of 31% red, 91% green, and 53% blue. In the HSL color space, it has a hue of 142°, saturation of 76%, and lightness of 61%.

HEX
#50E787
RGB
80, 231, 135
HSL
142°, 76%, 61%
HSV
142°, 65%, 91%
CMYK
65%, 0%, 42%, 9%
Name Match
Emerald
Closest Standard

Shades of #50E787 (Darker Variations)

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

Tints of #50E787 (Lighter Variations)

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

Tones of #50E787 (Muted Variations)

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

Color Harmonies for #50E787

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 #50E787 Background
Contrast Ratio against Pure White (#FFFFFF):1.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #50E787 Background
Contrast Ratio against Pure Black (#000000):13.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #50E787;
}

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