Zomp (#39A78E)
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: 2.96:1 — vs black: 7.09:1
Color values
-
HEX
#39A78E -
RGB
rgb(57, 167, 142) -
HSL
hsl(166, 65%, 65%) -
CMYK
cmyk( 65.87, 0, 14.97, 34.51 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #39A78E based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#39A78E
Base
#A73952
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#39A78E
Base
#39A757
#3989A7
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#39A78E
Base
#8E39A7
#A78E39
Two colors flanking the complement — high contrast with less tension than full complementary.
#39A78E
Base
#A73989
#A75739
Four colors at 90° intervals — rich variety, best when one color dominates.
#39A78E
Base
#5739A7
#A73952
#89A739
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#39A78E
Base
#12352D
#266E5E
#2F8974
#48C1A5
#63CAB2
#9CDDCE
Darker shades and lighter tints of Zomp, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#061310
#113129
#1B4E43
#256C5C
#2F8975
#39A78E
Base
#51C3A9
#77D1BC
#9EDED0
#C5EBE3
#ECF9F6
Ready-to-use code snippets for #39A78E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #39A78E;
}
/* Text */
.element {
color: #39A78E;
}
/* Border */
.element {
border: 1px solid #39A78E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#39A78E,
#E16D87
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#39A78E,
#E16D87
);
}
// SCSS variable
$zomp: #39A78E;
// With RGB channels (useful for rgba() usage)
$zomp-r: 57;
$zomp-g: 167;
$zomp-b: 142;
// Usage
.element {
background-color: $zomp;
color: rgba($zomp-r, $zomp-g, $zomp-b, 0.8);
}
How Zomp appears to people with different types of color vision deficiency.
#39A78E
How the color appears with full color vision.
#929290
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#9F9F8E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#43A4A4
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#969696
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.