Emerald (Green)
#5EB454
RGB: 94, 180, 84
Color OverviewHEX #5EB454

#5EB454 Color Code Information

In the RGB color space, #5EB454 is composed of 37% red, 71% green, and 33% blue. In the HSL color space, it has a hue of 114°, saturation of 39%, and lightness of 52%.

HEX
#5EB454
RGB
94, 180, 84
HSL
114°, 39%, 52%
HSV
114°, 53%, 71%
CMYK
48%, 0%, 53%, 29%
Name Match
Emerald
Closest Standard

Shades of #5EB454 (Darker Variations)

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

Tints of #5EB454 (Lighter Variations)

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

Tones of #5EB454 (Muted Variations)

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

Color Harmonies for #5EB454

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 #5EB454 Background
Contrast Ratio against Pure White (#FFFFFF):2.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5EB454 Background
Contrast Ratio against Pure Black (#000000):8.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #5EB454;
}

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