Keppel (#3AB09E)

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.66:1 — vs black: 7.88:1

Color values

  • HEX #3AB09E
  • RGB rgb(58, 176, 158)
  • HSL hsl(170, 67%, 69%)
  • CMYK cmyk( 67.05, 0, 10.23, 30.98 )

Tags

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

Color Harmonies

Colors that pair well with #3AB09E based on color theory relationships.

Complementary

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

Keppel
#3AB09E Base
#B03A4C
Analogous

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

Keppel
#3AB09E Base
#3AB063
#3A87B0
Triadic

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

Keppel
#3AB09E Base
#9E3AB0
#B09E3A
Split-Complementary

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

Keppel
#3AB09E Base
#B03A87
#B0633A
Tetradic (Square)

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

Keppel
#3AB09E Base
#633AB0
#B03A4C
#87B03A
Monochromatic

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

Keppel
#3AB09E Base
#143D37
#27766A
#309182
#4EC5B3
#69CEBE
#A2E1D7
Shades & Tints

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

Shades (darker)

#061311
#11332D
#1B524A
#257166
#309182
Keppel #3AB09E Base
#55C7B6
#7BD3C6
#A0E0D6
#C6ECE6
#ECF9F7
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #3AB09E;
}

/* Text */
.element {
    color: #3AB09E;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #3AB09E,
        #E57B8B
    );
}
SCSS Variable
// SCSS variable
$keppel: #3AB09E;

// With RGB channels (useful for rgba() usage)
$keppel-r: 58;
$keppel-g: 176;
$keppel-b: 158;

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

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

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

Keppel #3AB09E Base
Persian Green #00A693 ΔE 3.77
Zomp #39A78E ΔE 3.81
Light Sea Green #20B2AA ΔE 3.89
Verdigris #43B3AE ΔE 5.00

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.