Emerald (#50C878)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.13:1 — vs black: 9.87:1

Color values

  • HEX #50C878
  • RGB rgb(80, 200, 120)
  • HSL hsl(140, 60%, 78%)
  • CMYK cmyk( 60, 0, 40, 21.57 )
  • Websafe #66CC66

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #50C878 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Emerald
#50C878 Base
#C850A0
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Emerald
#50C878 Base
#64C850
#50C8B4
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Emerald
#50C878 Base
#7850C8
#C87850
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Emerald
#50C878 Base
#B450C8
#C85064
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Emerald
#50C878 Base
#5064C8
#C850A0
#C8B450
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Emerald
#50C878 Base
#1E6134
#319B54
#39B663
#6FD290
#8ADAA5
#C4EDD2
Shades & Tints

Darker shades and lighter tints of Emerald, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#06130B
#123A20
#1E6135
#2B884A
#37AE5F
Emerald #50C878 Base
#6FD290
#8EDCA8
#ADE5C0
#CCEFD8
#ECF9F0
CSS & SCSS Snippets

Ready-to-use code snippets for #50C878. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #50C878;
}

/* Text */
.element {
    color: #50C878;
}

/* Border */
.element {
    border: 1px solid #50C878;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #50C878,
        #E9A7D3
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #50C878,
        #E9A7D3
    );
}
SCSS Variable
// SCSS variable
$emerald: #50C878;

// With RGB channels (useful for rgba() usage)
$emerald-r: 80;
$emerald-g: 200;
$emerald-b: 120;

// Usage
.element {
    background-color: $emerald;
    color: rgba($emerald-r, $emerald-g, $emerald-b, 0.8);
}
Color Blindness Simulation

How Emerald appears to people with different types of color vision deficiency.

Normal Vision #50C878 How the color appears with full color vision.
Deuteranopia #B0B07B Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #BFBF77 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #66C0C0 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B2B2B2 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Emerald ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Emerald #50C878 Base
UFO Green #3CD070 ΔE 3.01
Fern #71BC78 ΔE 4.91
Mantis #74C365 ΔE 5.73
Medium Sea Green #3CB371 ΔE 6.11

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.