Emerald (Green)
#46E67C
RGB: 70, 230, 124
Color OverviewHEX #46E67C

#46E67C Color Code Information

In the RGB color space, #46E67C is composed of 27% red, 90% green, and 49% blue. In the HSL color space, it has a hue of 140°, saturation of 76%, and lightness of 59%.

HEX
#46E67C
RGB
70, 230, 124
HSL
140°, 76%, 59%
HSV
140°, 70%, 90%
CMYK
70%, 0%, 46%, 10%
Name Match
Emerald
Closest Standard

Shades of #46E67C (Darker Variations)

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

Tints of #46E67C (Lighter Variations)

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

Tones of #46E67C (Muted Variations)

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

Color Harmonies for #46E67C

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 #46E67C Background
Contrast Ratio against Pure White (#FFFFFF):1.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #46E67C Background
Contrast Ratio against Pure Black (#000000):12.87 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #46E67C;
}

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