Eucalyptus (#44D7A8)

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: 1.82:1 — vs black: 11.53:1

Color values

  • HEX #44D7A8
  • RGB rgb(68, 215, 168)
  • HSL hsl(160, 68%, 84%)
  • CMYK cmyk( 68.37, 0, 21.86, 15.69 )

Tags

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

Color Harmonies

Colors that pair well with #44D7A8 based on color theory relationships.

Complementary

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

Eucalyptus
#44D7A8 Base
#D74473
Analogous

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

Eucalyptus
#44D7A8 Base
#44D75E
#44BDD7
Triadic

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

Eucalyptus
#44D7A8 Base
#A844D7
#D7A844
Split-Complementary

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

Eucalyptus
#44D7A8 Base
#D744BD
#D75E44
Tetradic (Square)

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

Eucalyptus
#44D7A8 Base
#5E44D7
#D74473
#BDD744
Monochromatic

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

Eucalyptus
#44D7A8 Base
#176B50
#24AA7F
#2BC895
#66DEB8
#83E4C5
#C2F2E3
Shades & Tints

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

Shades (darker)

#041510
#0E3F2F
#176A4F
#20946F
#29BF8F
Eucalyptus #44D7A8 Base
#65DEB7
#86E5C7
#A8ECD6
#C9F3E6
#EAFBF5
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #44D7A8;
}

/* Text */
.element {
    color: #44D7A8;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #44D7A8,
        #F2BCCD
    );
}
SCSS Variable
// SCSS variable
$eucalyptus: #44D7A8;

// With RGB channels (useful for rgba() usage)
$eucalyptus-r: 68;
$eucalyptus-g: 215;
$eucalyptus-b: 168;

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

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

Normal Vision #44D7A8 How the color appears with full color vision.
Deuteranopia #BBBBAB 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 #CDCDA7 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #57D2D2 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #C0C0C0 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 Eucalyptus ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Eucalyptus #44D7A8 Base
Shamrock #45CEA2 ΔE 2.20
Medium Aquamarine #66DDAA ΔE 3.05
Caribbean Green #00CC99 ΔE 3.57
Mountain Meadow #30BA8F ΔE 7.45

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.