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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#30BA8F
Base
#BA305B
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#30BA8F
Base
#30BA4A
#30A0BA
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#30BA8F
Base
#8F30BA
#BA8F30
Two colors flanking the complement — high contrast with less tension than full complementary.
#30BA8F
Base
#BA30A0
#BA4A30
Four colors at 90° intervals — rich variety, best when one color dominates.
#30BA8F
Base
#4A30BA
#BA305B
#A0BA30
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#30BA8F
Base
#114032
#207D60
#289A76
#44CFA4
#60D6B1
#9DE6CF
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
#30BA8F
Base
#4BD1A7
#73DBBB
#9BE5CE
#C3EFE2
#EBFAF5
Ready-to-use code snippets for #30BA8F. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #30BA8F;
}
/* Text */
.element {
color: #30BA8F;
}
/* Border */
.element {
border: 1px solid #30BA8F;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#30BA8F,
#ED87A7
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#30BA8F,
#ED87A7
);
}
// 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);
}
How Mountain Meadow appears to people with different types of color vision deficiency.
#30BA8F
How the color appears with full color vision.
#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.
#B1B18F
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#44B5B5
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A5A5A5
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.