Skip to main content

Asparagus

#87A96B·green family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#87A96B
RGB
rgb(135, 169, 107)
HSL
hsl(93, 26%, 54%)
OKLCH
oklch(0.694 0.094 132)
CMYK
cmyk(20%, 0%, 37%, 34%)
Luminance:0.3459
CSS var:--color-asparagus
Tailwind:bg-[#87A96B]

Accessibility

Score: 48/100

On White (#FFF)

2.65:1

Fail

On Black (#000)

7.92:1

AAA

On Light Gray (#F5F5F5)

2.43:1

Fail

Best text color on this background:

black7.92:1
Open in Contrast Checker →

Design Applications

Background

background-color: #87A96B

Text Color

color: #87A96B

bg-[#87A96B] text-[#000000]

Accent border card component

border-left: 4px solid #87A96B

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

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

CSS & Code Examples

Background

background-color: #87A96B;

Text

color: #87A96B;

Border

border: 2px solid #87A96B;

Box Shadow

box-shadow: 0 4px 20px #87A96B40;

Gradient

background: linear-gradient(135deg, #87A96B, #b8db9a);

Tailwind-style

--color-asparagus: #87A96B;

Tailwind CSS Utilities

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

Background

bg-[#87A96B]

Text

text-[#87A96B]

Border

border-[#87A96B]

Ring

ring-[#87A96B]

Fill

fill-[#87A96B]

From (gradient)

from-[#87A96B]

Via (gradient)

via-[#87A96B]

To (gradient)

to-[#87A96B]

Design Tokens

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

CSS Custom Properties

:root {
  --color-asparagus: #87A96B;
  --color-asparagus-rgb: 135, 169, 107;
  --color-asparagus-hsl: 93, 26%, 54%;
}

SCSS Variables

$color-asparagus: #87A96B;
$color-asparagus-rgb: 135, 169, 107;
$color-asparagus-hsl: 93, 26%, 54%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'asparagus': '#87A96B',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-asparagus: #87A96B;
}

JSON Design Token (W3C format)

{
  "asparagus": {
    "value": "#87A96B",
    "type": "color",
    "description": "Asparagus — #87A96B"
  }
}

What Does Asparagus Mean? Color Psychology & Cultural Symbolism

Among the visible spectrum's hues, green holds a special place in human perception—it occupies the exact center wavelength range where the eye's cone cells are most sensitive, creating a uniquely comfortable, balanced viewing experience. Asparagus (#87A96B) channels this as harmony: a quality that feels as natural as it is intentional.

  • Across color psychology research, green consistently tests high for "health" associations, making Asparagus a reliable vehicle for harmony in cross-demographic audiences.
  • Brand designers draw on green-family tones to project trustworthiness and reliability—values that Asparagus communicates in a medium key.
  • At 26% saturation, Asparagus 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.
  • Asparagus's medium lightness (54%) shifts its psychological register: a balanced mid-tone that embodies growth, nature, health, and balance at its most direct.

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

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

The design applications of Asparagus span from digital UI states to full brand identity systems. Its muted saturation (26%) 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.

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

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

Asparagus Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Asparagus (#87A96B) achieves a 7.92: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: 34.6%.

  • As text on white (#FFFFFF): 2.65:1 — Fail
  • As text on black (#000000): 7.92:1 — AAA ✓
  • Best text color on Asparagus background: Black (#000000) at 7.92:1
  • WCAG 2.1 luminance: 34.6% — 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
  • Asparagus qualifies for all text sizes including small body copy (AAA).

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

Asparagus in Industry: Branding, Design & Market Applications

Asparagus (#87A96B) is most at home in industries where growth, nature, health, and balance are key brand values. Its medium quality makes it particularly effective in Healthcare & Wellness contexts, where the muted saturation signals health 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: JPMorgan Chase, Goldman Sachs, 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: Asparagus 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, Asparagus works effectively in success states, approval indicators, sustainability branding—contexts where health serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Asparagus?
The hex code for Asparagus is #87A96B. Its RGB values are rgb(135, 169, 107) and its HSL values are hsl(93, 26%, 54%).
What does Asparagus 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 Asparagus WCAG accessible?
Asparagus (#87A96B) does not pass WCAG AA on white (2.65:1 ratio). Use it on dark backgrounds where it achieves 7.92:1. Its overall accessibility score is 48/100.
What colors go well with Asparagus?
Asparagus pairs well with its complementary color Grape (#6F2DA8). Analogous colors like Pear Yellow and Olive Drab also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Asparagus used for?
Asparagus 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 Asparagus?
In CSS, use `color: #87A96B` or `background-color: #87A96B`. The CSS custom property is `--color-asparagus: #87A96B`. In Tailwind CSS, use the arbitrary value class `bg-[#87A96B]` for backgrounds or `text-[#87A96B]` for text.