Emerald Hex Code — #50C878
RGB, HSL, and CMYK values for Emerald.
Last updated: April 6, 2026
Emerald Color Values
| Format | Value |
|---|---|
| HEX | #50C878 |
| RGB | rgb(80, 200, 120) |
| HSL | hsl(140, 52%, 55%) |
| CMYK | cmyk(60%, 0%, 40%, 22%) |
About Emerald
Color psychology: Luxury, elegance, balance.
Emerald (#50C878) is a medium shade of green with a hue angle of 140° on the color wheel, 52% saturation, and 55% lightness. It's commonly used in web design, graphic design, and branding where luxury, elegance, balance are desired associations.
In color theory, Emerald sits in the neutral section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Emerald in Design
Web Design
Use Emerald for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Emerald conveys luxury, elegance, balance — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:60% M:0% Y:40% K:22%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Emerald work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Emerald in CSS
/* Using HEX */ color: #50C878; background-color: #50C878; /* Using RGB */ color: rgb(80, 200, 120); /* Using HSL — best for creating variations */ color: hsl(140, 52%, 55%); /* Transparent overlay (50% opacity) */ background-color: rgba(80, 200, 120, 0.5); /* Lighter variant for hover states */ background-color: hsl(140, 52%, 65%); /* Darker variant for active states */ background-color: hsl(140, 52%, 45%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Emerald without changing its core hue or saturation.
Colors That Go With Emerald
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Emerald?
What is Emerald in RGB and when should I use RGB?
How to use Emerald in CSS with different color formats?
What is the HSL value of Emerald and why is HSL useful for designers?
What is the CMYK value of Emerald for print design?
What colors pair well with Emerald in design projects?
Is Emerald (#50C878) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.