Skip to main content

Moss Green

#8A9A5B·green family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Moss Green (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#8A9A5B
RGB
rgb(138, 154, 91)
HSL
hsl(75, 26%, 48%)
OKLCH
oklch(0.658 0.088 121)
CMYK
cmyk(10%, 0%, 41%, 40%)
Luminance:0.2927
CSS var:--color-moss-green
Tailwind:bg-[#8A9A5B]

Accessibility

Score: 31/100

On White (#FFF)

3.06:1

AA Large

On Black (#000)

6.85:1

AA

On Light Gray (#F5F5F5)

2.81:1

Fail

Best text color on this background:

black6.85:1
Open in Contrast Checker →

Design Applications

Background

background-color: #8A9A5B

Text Color

color: #8A9A5B

bg-[#8A9A5B] text-[#000000]

Accent border card component

border-left: 4px solid #8A9A5B

Color Meaning & Psychology

Green occupies the center of the visible spectrum where the eye is most sensitive, making it the easiest color to process — literally restful for the eye. Green's associations with nature, growth, and fresh produce are deeply biological, rooted in the evolutionary advantage of finding food. In finance, "going green" means profit. In design, green signals health, sustainability, and natural ingredients. Darker greens evoke prestige and reliability; lighter greens feel fresh and energetic; blue-greens feel sophisticated and trustworthy. Green is uniquely cross-cultural in positive associations, though it represents environmental risk in some financial contexts. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.

Industry Usage

Common contexts and industries where Moss Green is applied in professional design.

  • Financial services and investment platforms
  • Health, wellness, and organic food brands
  • Environmental and sustainability organizations
  • Pharmaceutical and medical products
  • Agriculture and farming brands
  • Eco-friendly consumer goods
  • Real estate and property development
  • Success and achievement badges in UI

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Moss Green is a light color. Use black (#000000) text on top of it for maximum readability (6.85:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #8A9A5B;

Text

color: #8A9A5B;

Border

border: 2px solid #8A9A5B;

Box Shadow

box-shadow: 0 4px 20px #8A9A5B40;

Gradient

background: linear-gradient(135deg, #8A9A5B, #bbcb89);

Tailwind-style

--color-moss-green: #8A9A5B;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Moss Green without a custom config.

Background

bg-[#8A9A5B]

Text

text-[#8A9A5B]

Border

border-[#8A9A5B]

Ring

ring-[#8A9A5B]

Fill

fill-[#8A9A5B]

From (gradient)

from-[#8A9A5B]

Via (gradient)

via-[#8A9A5B]

To (gradient)

to-[#8A9A5B]

Design Tokens

Ready-to-use Moss Green design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-moss-green: #8A9A5B;
  --color-moss-green-rgb: 138, 154, 91;
  --color-moss-green-hsl: 75, 26%, 48%;
}

SCSS Variables

$color-moss-green: #8A9A5B;
$color-moss-green-rgb: 138, 154, 91;
$color-moss-green-hsl: 75, 26%, 48%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'moss-green': '#8A9A5B',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-moss-green: #8A9A5B;
}

JSON Design Token (W3C format)

{
  "moss-green": {
    "value": "#8A9A5B",
    "type": "color",
    "description": "Moss Green — #8A9A5B"
  }
}

What Does Moss Green Mean? Color Psychology & Cultural Symbolism

The green spectrum contains multitudes: jungle growth and financial gain, medical healing and environmental responsibility. Moss Green at #8A9A5B navigates this complexity with a medium quality that emphasizes health—the aspect of green psychology most useful in healthcare design.

  • Across color psychology research, green consistently tests high for "health" associations, making Moss Green a reliable vehicle for health in cross-demographic audiences.
  • Brand designers draw on green-family tones to project trustworthiness and reliability—values that Moss Green communicates in a medium key.
  • At 26% saturation, Moss Green reads as muted—Olive and sage greens carry a sophisticated, muted warmth—earthy and organic, excellent for natural products, lifestyle brands, and design systems that prioritize refinement.
  • Moss Green's medium lightness (48%) shifts its psychological register: a balanced mid-tone that embodies growth, nature, health, and balance at its most direct.

In a well-designed system, Moss Green is the color that answers yes. Use it where affirmation matters.

How to Use Moss Green in Design: Applications, Pairings & Best Practices

In design, Moss Green does double duty: as a semantic color (success, go, positive) and an aesthetic one (natural, health-forward, balanced). Understanding which role it's playing in any given context determines how to use it effectively.

  • Avoid: warning or danger contexts (except for safety signs), over-saturated versions in premium luxury branding, and contexts requiring urgency.
  • Color harmonies: Moss Green's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Moss Green's muted quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • Moss Green creates strong legibility with black text overlays (6.8:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Moss Green as text requires a dark background; its 48% lightness means it provides 3.1:1 contrast on white, not meeting WCAG AA.

In a well-designed system, Moss Green is the color that answers yes. Use it where affirmation matters.

Moss Green Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Moss Green (#8A9A5B) reaches 6.85:1 contrast with black text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 29.3%.

  • As text on white (#FFFFFF): 3.06:1 — AA (large text only)
  • As text on black (#000000): 6.85:1 — AA ✓
  • Best text color on Moss Green background: Black (#000000) at 6.85:1
  • WCAG 2.1 luminance: 29.3% — mid-range luminance—it sits in the transition zone where both dark and light text approaches require testing against the 4.5:1 WCAG threshold
  • Moss Green qualifies for normal body text and all larger sizes (AA).

For production use, test Moss Green against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Moss Green in Industry: Branding, Design & Market Applications

Moss Green's brand positioning falls squarely in the territory of growth, nature, health, and balance. Industry data supports its strongest performance in healthcare, finance, food & organic categories, where the muted saturation calibrates the message at a medium, considered level.

  • Healthcare & Wellness: Green's association with health, nature, and healing makes it the second-most-common color in healthcare branding (after blue). It signals vitality, recovery, and natural wellness without the clinical coldness of pure white or blue. (examples: Headspace, One Medical, Kaiser Permanente) Works best in teal-green and sage variations for digital health products; more saturated greens suit fitness and sports medicine.
  • Finance & Banking: In Western markets, the green-money association is deeply embedded. Financial institutions use dark, sophisticated greens to communicate growth, prosperity, and fiduciary reliability. It's equally effective for positive portfolio indicators and "go" confirmation states in trading UIs. (examples: Capital One, PayPal, Visa) Dark greens with gold accents signal premium financial services; bright greens in fintech apps signal growth metrics.
  • Sustainability & Organic: Green is the categorical color of environmental consciousness. Sustainability brands, organic food labels, and clean-energy companies use it as an immediate, unambiguous signal of ecological values and natural origin. (examples: Patagonia, Allbirds, Grove Collaborative) The challenge is differentiation—nearly every sustainability brand uses green, so typography, illustration style, and specific tone matter more.
  • Brand positioning: Moss Green is best suited for brands projecting health, sustainability, growth. Categories outside this positioning—warning or danger contexts (except for safety signs)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Moss Green works effectively in success states, approval indicators, sustainability branding—contexts where nature serves a secondary but reinforcing role.

For marketers and brand strategists, Moss Green is a commitment to growth, nature, health, and balance. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Moss Green?
The hex code for Moss Green is #8A9A5B. Its RGB values are rgb(138, 154, 91) and its HSL values are hsl(75, 26%, 48%).
What does Moss Green mean in design?
Green occupies the center of the visible spectrum where the eye is most sensitive, making it the easiest color to process — literally restful for the eye. Green's associations with nature, growth, and fresh produce are deeply biological, rooted in the evolutionary advantage of finding food. In finance, "going green" means profit. In design, green signals health, sustainability, and natural ingredients. Darker greens evoke prestige and reliability; lighter greens feel fresh and energetic; blue-greens feel sophisticated and trustworthy. Green is uniquely cross-cultural in positive associations, though it represents environmental risk in some financial contexts. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
Is Moss Green WCAG accessible?
Moss Green (#8A9A5B) passes WCAG AA-large on white with a 3.06:1 contrast ratio. Its overall accessibility score is 31/100.
What colors go well with Moss Green?
Moss Green pairs well with its complementary color Han Purple (#5218FA). Analogous colors like Saffron and Yellow also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Moss Green used for?
Moss Green is commonly used for: Financial services and investment platforms; Health, wellness, and organic food brands; Environmental and sustainability organizations; Pharmaceutical and medical products; Agriculture and farming brands.
What are the CSS and Tailwind values for Moss Green?
In CSS, use `color: #8A9A5B` or `background-color: #8A9A5B`. The CSS custom property is `--color-moss-green: #8A9A5B`. In Tailwind CSS, use the arbitrary value class `bg-[#8A9A5B]` for backgrounds or `text-[#8A9A5B]` for text.