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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

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

Zomp
#39A78E Base
#A73952
Analogous

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

Zomp
#39A78E Base
#39A757
#3989A7
Triadic

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

Zomp
#39A78E Base
#8E39A7
#A78E39
Split-Complementary

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

Zomp
#39A78E Base
#A73989
#A75739
Tetradic (Square)

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

Zomp
#39A78E Base
#5739A7
#A73952
#89A739
Monochromatic

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

Zomp
#39A78E Base
#12352D
#266E5E
#2F8974
#48C1A5
#63CAB2
#9CDDCE
Shades & Tints

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
Zomp #39A78E Base
#51C3A9
#77D1BC
#9EDED0
#C5EBE3
#ECF9F6
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #39A78E;
}

/* Text */
.element {
    color: #39A78E;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #39A78E,
        #E16D87
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

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

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

Zomp #39A78E Base
Persian Green #00A693 ΔE 3.11
Jungle Green #29AB87 ΔE 3.39
Keppel #3AB09E ΔE 3.81
Paolo Veronese Green #009B7D ΔE 4.92

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.