Skip to main content

Amazon Green

#3B7A57·green family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#3B7A57
RGB
rgb(59, 122, 87)
HSL
hsl(147, 35%, 35%)
OKLCH
oklch(0.527 0.086 157)
CMYK
cmyk(52%, 0%, 29%, 52%)
Luminance:0.1554
CSS var:--color-amazon-green
Tailwind:bg-[#3B7A57]

Accessibility

Score: 54/100

On White (#FFF)

5.11:1

AA

On Black (#000)

4.11:1

AA Large

On Light Gray (#F5F5F5)

4.69:1

AA

Best text color on this background:

white5.11:1
Open in Contrast Checker →

Design Applications

Background

background-color: #3B7A57

Text Color

color: #3B7A57

bg-[#3B7A57] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #3B7A57

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. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.

Industry Usage

Common contexts and industries where Amazon 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

Passes 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

Amazon Green is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (5.11:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #3B7A57;

Text

color: #3B7A57;

Border

border: 2px solid #3B7A57;

Box Shadow

box-shadow: 0 4px 20px #3B7A5740;

Gradient

background: linear-gradient(135deg, #3B7A57, #69a984);

Tailwind-style

--color-amazon-green: #3B7A57;

Tailwind CSS Utilities

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

Background

bg-[#3B7A57]

Text

text-[#3B7A57]

Border

border-[#3B7A57]

Ring

ring-[#3B7A57]

Fill

fill-[#3B7A57]

From (gradient)

from-[#3B7A57]

Via (gradient)

via-[#3B7A57]

To (gradient)

to-[#3B7A57]

Design Tokens

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

CSS Custom Properties

:root {
  --color-amazon-green: #3B7A57;
  --color-amazon-green-rgb: 59, 122, 87;
  --color-amazon-green-hsl: 147, 35%, 35%;
}

SCSS Variables

$color-amazon-green: #3B7A57;
$color-amazon-green-rgb: 59, 122, 87;
$color-amazon-green-hsl: 147, 35%, 35%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-amazon-green: #3B7A57;
}

JSON Design Token (W3C format)

{
  "amazon-green": {
    "value": "#3B7A57",
    "type": "color",
    "description": "Amazon Green — #3B7A57"
  }
}

What Does Amazon Green Mean? Color Psychology & Cultural Symbolism

The psychology of Amazon Green runs through two distinct channels: the primal register of growth and nature, and the cultural layer of health, prosperity, and permission. At #3B7A57, this shade settles into growth—drawing on both channels to create a response that's stable, reassuring, and positive.

  • Across color psychology research, green consistently tests high for "health" associations, making Amazon Green a reliable vehicle for growth in cross-demographic audiences.
  • Brand designers draw on green-family tones to project trustworthiness and reliability—values that Amazon Green communicates in a deep key.
  • At 35% saturation, Amazon Green reads as subdued—neither overwhelming nor passive, landing in the growth, nature, health, and balance zone with measured confidence.
  • Amazon Green's deep lightness (35%) shifts its psychological register: a balanced mid-tone that embodies growth, nature, health, and balance at its most direct.

Amazon Green is permission in color form—it makes things feel right, approved, and moving forward.

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

Amazon Green brings life to design systems that risk feeling cold or clinical. Its deep character makes it versatile as both a primary brand color and a functional state color—success, approval, and positive actions feel natural expressed in green.

  • Avoid: warning or danger contexts (except for safety signs), over-saturated versions in premium luxury branding, and contexts requiring urgency.
  • Color harmonies: Amazon Green's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Amazon Green's subdued quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • As a dark tone, Amazon Green creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Typography: Amazon Green works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.

Amazon Green is permission in color form—it makes things feel right, approved, and moving forward.

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

Amazon Green (#3B7A57) reaches 5.11:1 contrast with white 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: 15.5%.

  • As text on white (#FFFFFF): 5.11:1 — AA ✓
  • As text on black (#000000): 4.11:1 — AA (large text only)
  • Best text color on Amazon Green background: White (#FFFFFF) at 5.11:1
  • WCAG 2.1 luminance: 15.5% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Amazon Green qualifies for normal body text and all larger sizes (AA).

Always verify Amazon Green at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.

Amazon Green in Industry: Branding, Design & Market Applications

Across industry research, green-family tones consistently outperform competitors in categories built on growth, nature, health, and balance. Amazon Green is a deep expression of this advantage—best positioned in Healthcare & Wellness and adjacent markets.

  • 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: CVS Health, Mayo Clinic, 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: Amazon Green is best suited for brands projecting trustworthiness, reliability, growth. Categories outside this positioning—warning or danger contexts (except for safety signs)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Amazon Green works effectively in financial dashboards, nature and outdoor products, health and wellness UIs—contexts where balance serves a secondary but reinforcing role.

Amazon Green earns its strongest ROI in industries where trust and recognition compound over time: Healthcare & Wellness, Finance & Banking, Sustainability & Organic. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Amazon Green?
The hex code for Amazon Green is #3B7A57. Its RGB values are rgb(59, 122, 87) and its HSL values are hsl(147, 35%, 35%).
What does Amazon 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. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Amazon Green WCAG accessible?
Amazon Green (#3B7A57) passes WCAG AA on white with a 5.11:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Amazon Green?
Amazon Green pairs well with its complementary color Dahlia (#B80064). Analogous colors like India Green and Smoke also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Amazon Green used for?
Amazon 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 Amazon Green?
In CSS, use `color: #3B7A57` or `background-color: #3B7A57`. The CSS custom property is `--color-amazon-green: #3B7A57`. In Tailwind CSS, use the arbitrary value class `bg-[#3B7A57]` for backgrounds or `text-[#3B7A57]` for text.