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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#44D7A8
Base
#D74473
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#44D7A8
Base
#44D75E
#44BDD7
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#44D7A8
Base
#A844D7
#D7A844
Two colors flanking the complement — high contrast with less tension than full complementary.
#44D7A8
Base
#D744BD
#D75E44
Four colors at 90° intervals — rich variety, best when one color dominates.
#44D7A8
Base
#5E44D7
#D74473
#BDD744
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#44D7A8
Base
#176B50
#24AA7F
#2BC895
#66DEB8
#83E4C5
#C2F2E3
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
#44D7A8
Base
#65DEB7
#86E5C7
#A8ECD6
#C9F3E6
#EAFBF5
Ready-to-use code snippets for #44D7A8. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #44D7A8;
}
/* Text */
.element {
color: #44D7A8;
}
/* Border */
.element {
border: 1px solid #44D7A8;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#44D7A8,
#F2BCCD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#44D7A8,
#F2BCCD
);
}
// 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);
}
How Eucalyptus appears to people with different types of color vision deficiency.
#44D7A8
How the color appears with full color vision.
#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.
#CDCDA7
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#57D2D2
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#C0C0C0
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.