Emerald (Green)
#49F860
RGB: 73, 248, 96
Color OverviewHEX #49F860
#49F860 Color Code Information
In the RGB color space, #49F860 is composed of 29% red, 97% green, and 38% blue. In the HSL color space, it has a hue of 128°, saturation of 93%, and lightness of 63%.
HEX
#49F860
RGB
73, 248, 96
HSL
128°, 93%, 63%
HSV
128°, 71%, 97%
CMYK
71%, 0%, 61%, 3%
Name Match
Emerald
Closest StandardShades of #49F860 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #49F860 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #49F860 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #49F860
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #49F860 Background
Contrast Ratio against Pure White (#FFFFFF):1.41 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #49F860 Background
Contrast Ratio against Pure Black (#000000):14.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #49F860;
}
.element {
color: #49F860;
background-color: #49F860;
border-color: #49F860;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#49F860] text-[#49F860] border-[#49F860]"> Content styled with #49F860 </div>