Skip to main content

Sage Green

#B2AC88·green family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#B2AC88
RGB
rgb(178, 172, 136)
HSL
hsl(51, 21%, 62%)
OKLCH
oklch(0.74 0.05 100)
CMYK
cmyk(0%, 3%, 24%, 30%)
Luminance:0.4075
CSS var:--color-sage-green
Tailwind:bg-[#B2AC88]

Accessibility

Score: 48/100

On White (#FFF)

2.3:1

Fail

On Black (#000)

9.15:1

AAA

On Light Gray (#F5F5F5)

2.11:1

Fail

Best text color on this background:

black9.15:1
Open in Contrast Checker →

Design Applications

Background

background-color: #B2AC88

Text Color

color: #B2AC88

bg-[#B2AC88] text-[#000000]

Accent border card component

border-left: 4px solid #B2AC88

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 Sage 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

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

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

CSS & Code Examples

Background

background-color: #B2AC88;

Text

color: #B2AC88;

Border

border: 2px solid #B2AC88;

Box Shadow

box-shadow: 0 4px 20px #B2AC8840;

Gradient

background: linear-gradient(135deg, #B2AC88, #e4deb8);

Tailwind-style

--color-sage-green: #B2AC88;

Tailwind CSS Utilities

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

Background

bg-[#B2AC88]

Text

text-[#B2AC88]

Border

border-[#B2AC88]

Ring

ring-[#B2AC88]

Fill

fill-[#B2AC88]

From (gradient)

from-[#B2AC88]

Via (gradient)

via-[#B2AC88]

To (gradient)

to-[#B2AC88]

Design Tokens

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

CSS Custom Properties

:root {
  --color-sage-green: #B2AC88;
  --color-sage-green-rgb: 178, 172, 136;
  --color-sage-green-hsl: 51, 21%, 62%;
}

SCSS Variables

$color-sage-green: #B2AC88;
$color-sage-green-rgb: 178, 172, 136;
$color-sage-green-hsl: 51, 21%, 62%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-sage-green: #B2AC88;
}

JSON Design Token (W3C format)

{
  "sage-green": {
    "value": "#B2AC88",
    "type": "color",
    "description": "Sage Green — #B2AC88"
  }
}

What Does Sage Green Mean? Color Psychology & Cultural Symbolism

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

  • Green carries multiple Western associations: nature and the environment, financial success and prosperity (money in the US), health and wellness, and the "go" signal in traffic systems. Dark greens suggest wealth and tradition; bright greens signal vitality and environmental consciousness.
  • In Chinese culture, green is associated with growth, harmony, and fertility. In Islam, green holds sacred significance as the color of paradise and the Prophet. In Japan, green (midori) represents youth, freshness, and eternal life.
  • Sage Green's mid-tone lightness (62%) shifts its psychological register: a balanced mid-tone that embodies growth, nature, health, and balance at its most direct.
  • At 21% saturation, Sage 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.

The enduring power of Sage Green is that it never needs to explain itself—growth, health, and permission are universally understood.

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

The design applications of Sage Green span from digital UI states to full brand identity systems. Its muted saturation (21%) means it reads as a refined, understated presence suited to sophisticated, restrained design systems in both contexts—mid-weight applications including UI components, icons, and moderate-emphasis text elements in background uses, more active as an accent.

  • UI components: success states, confirmation messages, positive trends—Sage Green performs reliably in all these roles with its mid-tone tonal character.
  • Brand & identity: success states, approval indicators, sustainability branding—contexts where Sage Green's muted quality creates the right register.
  • Typography: Sage Green as text requires a dark background; its 62% lightness means it provides 2.3:1 contrast on white, not meeting WCAG AA.
  • Sage Green creates strong legibility with black text overlays (9.2:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Sage 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.

The enduring power of Sage Green is that it never needs to explain itself—growth, health, and permission are universally understood.

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

Sage Green (#B2AC88) achieves a 9.15:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 40.8%.

  • As text on white (#FFFFFF): 2.30:1 — Fail
  • As text on black (#000000): 9.15:1 — AAA ✓
  • Best text color on Sage Green background: Black (#000000) at 9.15:1
  • WCAG 2.1 luminance: 40.8% — above-median luminance—it reads as a light to mid-tone background, compatible with dark text while retaining color personality
  • Sage Green qualifies for all text sizes including small body copy (AAA).

Sage Green's WCAG profile makes it a compliant choice for most text applications.

Sage Green in Industry: Branding, Design & Market Applications

Sage Green (#B2AC88) is most at home in industries where growth, nature, health, and balance are key brand values. Its mid-tone quality makes it particularly effective in Healthcare & Wellness contexts, where the muted saturation signals nature at exactly the right register.

  • 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: Pela Case, Grove Collaborative, Allbirds) The challenge is differentiation—nearly every sustainability brand uses green, so typography, illustration style, and specific tone matter more.
  • Brand positioning: Sage 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, Sage Green works effectively in success states, approval indicators, sustainability branding—contexts where nature serves a secondary but reinforcing role.

The industries where Sage Green performs best are those where the audience expects nature. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Sage Green?
The hex code for Sage Green is #B2AC88. Its RGB values are rgb(178, 172, 136) and its HSL values are hsl(51, 21%, 62%).
What does Sage 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 Sage Green WCAG accessible?
Sage Green (#B2AC88) does not pass WCAG AA on white (2.3:1 ratio). Use it on dark backgrounds where it achieves 9.15:1. Its overall accessibility score is 48/100.
What colors go well with Sage Green?
Sage Green pairs well with its complementary color Zaffre (#0014A8). Analogous colors like Pale Silver and Champagne also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Sage Green used for?
Sage 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 Sage Green?
In CSS, use `color: #B2AC88` or `background-color: #B2AC88`. The CSS custom property is `--color-sage-green: #B2AC88`. In Tailwind CSS, use the arbitrary value class `bg-[#B2AC88]` for backgrounds or `text-[#B2AC88]` for text.