Mountain Meadow (#30BA8F)

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.46:1 — vs black: 8.55:1

Color values

  • HEX #30BA8F
  • RGB rgb(48, 186, 143)
  • HSL hsl(161, 74%, 72%)
  • CMYK cmyk( 74.19, 0, 23.12, 27.06 )
  • Websafe #33CC99

Tags

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

Color Harmonies

Colors that pair well with #30BA8F based on color theory relationships.

Complementary

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

Mountain Meadow
#30BA8F Base
#BA305B
Analogous

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

Mountain Meadow
#30BA8F Base
#30BA4A
#30A0BA
Triadic

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

Mountain Meadow
#30BA8F Base
#8F30BA
#BA8F30
Split-Complementary

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

Mountain Meadow
#30BA8F Base
#BA30A0
#BA4A30
Tetradic (Square)

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

Mountain Meadow
#30BA8F Base
#4A30BA
#BA305B
#A0BA30
Monochromatic

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

Mountain Meadow
#30BA8F Base
#114032
#207D60
#289A76
#44CFA4
#60D6B1
#9DE6CF
Shades & Tints

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

Shades (darker)

#051410
#0E3529
#165743
#1F785C
#279976
Mountain Meadow #30BA8F Base
#4BD1A7
#73DBBB
#9BE5CE
#C3EFE2
#EBFAF5
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #30BA8F;
}

/* Text */
.element {
    color: #30BA8F;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #30BA8F,
        #ED87A7
    );
}
SCSS Variable
// SCSS variable
$mountain-meadow: #30BA8F;

// With RGB channels (useful for rgba() usage)
$mountain-meadow-r: 48;
$mountain-meadow-g: 186;
$mountain-meadow-b: 143;

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

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

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

Mountain Meadow #30BA8F Base
Mint #3EB489 ΔE 1.91
Jungle Green #29AB87 ΔE 4.44
Caribbean Green #00CC99 ΔE 4.83
Green (Crayola) #1CAC78 Δ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.