Skip to main content

Medium Sea Green

#3CB371·green family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#3CB371
RGB
rgb(60, 179, 113)
HSL
hsl(147, 50%, 47%)
OKLCH
oklch(0.684 0.144 155)
CMYK
cmyk(66%, 0%, 37%, 30%)
Luminance:0.3439
CSS var:--color-medium-sea-green
Tailwind:bg-[#3CB371]

Accessibility

Score: 48/100

On White (#FFF)

2.67:1

Fail

On Black (#000)

7.88:1

AAA

On Light Gray (#F5F5F5)

2.44:1

Fail

Best text color on this background:

black7.88:1
Open in Contrast Checker →

Design Applications

Background

background-color: #3CB371

Text Color

color: #3CB371

bg-[#3CB371] text-[#000000]

Accent border card component

border-left: 4px solid #3CB371

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 Medium Sea 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

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

CSS & Code Examples

Background

background-color: #3CB371;

Text

color: #3CB371;

Border

border: 2px solid #3CB371;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #3CB371, #73e6a0);

Tailwind-style

--color-medium-sea-green: #3CB371;

Tailwind CSS Utilities

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

Background

bg-[#3CB371]

Text

text-[#3CB371]

Border

border-[#3CB371]

Ring

ring-[#3CB371]

Fill

fill-[#3CB371]

From (gradient)

from-[#3CB371]

Via (gradient)

via-[#3CB371]

To (gradient)

to-[#3CB371]

Design Tokens

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

CSS Custom Properties

:root {
  --color-medium-sea-green: #3CB371;
  --color-medium-sea-green-rgb: 60, 179, 113;
  --color-medium-sea-green-hsl: 147, 50%, 47%;
}

SCSS Variables

$color-medium-sea-green: #3CB371;
$color-medium-sea-green-rgb: 60, 179, 113;
$color-medium-sea-green-hsl: 147, 50%, 47%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-medium-sea-green: #3CB371;
}

JSON Design Token (W3C format)

{
  "medium-sea-green": {
    "value": "#3CB371",
    "type": "color",
    "description": "Medium Sea Green — #3CB371"
  }
}

What Does Medium Sea Green Mean? Color Psychology & Cultural Symbolism

Medium Sea Green speaks the language of living systems. Green-family hues are processed by the human visual system as signals of vegetation, safe environments, and biological abundance—an evolutionary association that surfaces as harmony in contemporary design contexts.

  • 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.
  • Medium Sea Green's medium lightness (47%) shifts its psychological register: a balanced mid-tone that embodies growth, nature, health, and balance at its most direct.
  • At 50% saturation, Medium Sea Green reads as subdued—neither overwhelming nor passive, landing in the growth, nature, health, and balance zone with measured confidence.

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

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

In design, Medium Sea 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.

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

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

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

Medium Sea Green (#3CB371) achieves a 7.88: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.4%.

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

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

Medium Sea Green in Industry: Branding, Design & Market Applications

Medium Sea Green (#3CB371) 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 subdued saturation signals balance 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: 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: 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: Medium Sea 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, Medium Sea Green works effectively in financial dashboards, nature and outdoor products, health and wellness UIs—contexts where balance serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Medium Sea Green?
The hex code for Medium Sea Green is #3CB371. Its RGB values are rgb(60, 179, 113) and its HSL values are hsl(147, 50%, 47%).
What does Medium Sea 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 Medium Sea Green WCAG accessible?
Medium Sea Green (#3CB371) does not pass WCAG AA on white (2.67:1 ratio). Use it on dark backgrounds where it achieves 7.88:1. Its overall accessibility score is 48/100.
What colors go well with Medium Sea Green?
Medium Sea 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 Medium Sea Green used for?
Medium Sea 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 Medium Sea Green?
In CSS, use `color: #3CB371` or `background-color: #3CB371`. The CSS custom property is `--color-medium-sea-green: #3CB371`. In Tailwind CSS, use the arbitrary value class `bg-[#3CB371]` for backgrounds or `text-[#3CB371]` for text.