/* === ARTICLE STYLES === */ .cy-article-hero { position: relative; background: url(‚https://storage.googleapis.com/cloud_storage_for_ai_seo_marketing/veganer-ernaehrungsberater.info/Lexikon/omega-3-und-omega-6-fettsaeuren-fuer-die-vegane-ernaehrung/00-omega-3-und-omega-6-fettsaeuren-fuer-die-vegane-ernaehrung.webp‘) center/cover no-repeat; width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); max-width: none; aspect-ratio: 1200/628; display: flex; align-items: center; overflow: hidden; } .cy-article-hero::before { content: “; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.2) 100%); } .cy-article-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 40px 5%; width: 100%; } .cy-article-hero-inner h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 0.3em; color: #fff; line-height: 1.2; text-shadow: 2px 2px 6px rgba(0,0,0,0.6); } .cy-article-hero-inner h1 span { display: block; font-size: 0.5em; font-weight: 300; margin-top: 0.4em; color: rgba(255,255,255,0.85); } .cy-article-hero-inner p { font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,0.9); margin: 0; max-width: 600px; text-shadow: 1px 1px 4px rgba(0,0,0,0.5); } @media (max-width: 768px) { .cy-article-hero-inner { text-align: center; padding: 30px 5%; } .cy-article-hero-inner p { max-width: none; } } .cy-a-section { max-width: 1200px; padding: 50px 5%; margin: 0 auto; } .cy-a-section h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.5em; color: #1a1a2e; } .cy-a-section h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); margin-bottom: 0.4em; color: #222; } .cy-a-section p { line-height: 1.8; color: #444; max-width: 900px; font-size: 1rem; } .cy-a-full { width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); max-width: none; padding: 50px 5%; } .cy-a-full-inner { max-width: 1200px; margin: 0 auto; } .cy-a-full.gray { background: #f7f8fa; } /* Card Grid */ .cy-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 30px; } @media (max-width: 1000px) { .cy-card-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .cy-card-grid { grid-template-columns: 1fr; } } .cy-card { border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); background: #fff; transition: transform 0.25s ease, box-shadow 0.25s ease; } .cy-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); } .cy-card img { width: 100%; height: 180px; object-fit: cover; } .cy-card-body { padding: 20px; } .cy-card-body h3 { margin-top: 0; font-size: 1.05rem; } .cy-card-body p { font-size: 0.9rem; line-height: 1.6; margin-bottom: 0; } /* Cause list */ .cy-cause-list { list-style: none; padding: 0; margin: 24px 0; } .cy-cause-list li { padding: 14px 0; border-bottom: 1px solid #eee; display: flex; gap: 14px; align-items: flex-start; } .cy-cause-list li:last-child { border-bottom: none; } .cy-cause-list .cy-cause-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: #f0faf0; color: #2e8b57; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; } .cy-cause-list .cy-cause-text strong { color: #1a1a2e; } .cy-cause-list .cy-cause-text p { margin: 4px 0 0; font-size: 0.92rem; max-width: none; } /* Checklist */ .cy-checklist { list-style: none; padding: 0; margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } @media (max-width: 768px) { .cy-checklist { grid-template-columns: 1fr; } } .cy-checklist li { background: #fff; border-radius: 10px; padding: 20px 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-left: 4px solid #2e8b57; } .cy-checklist li strong { display: block; margin-bottom: 6px; color: #1a1a2e; font-size: 1rem; } .cy-checklist li p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: #555; } /* Info boxes */ .cy-info-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 30px 0; } .cy-info-box { padding: 28px; border-radius: 12px; border-left: 5px solid; } .cy-info-box.good { background: #f0faf0; border-color: #2e8b57; } .cy-info-box.neutral { background: #f5f5ff; border-color: #5b6abf; } .cy-info-box h3 { margin-top: 0; font-size: 1.15rem; } .cy-info-box.good h3 { color: #2e8b57; } .cy-info-box.neutral h3 { color: #5b6abf; } .cy-info-box p { font-size: 0.95rem; margin-bottom: 0; max-width: none; } @media (max-width: 768px) { .cy-info-boxes { grid-template-columns: 1fr; } } /* VE Table */ .cy-ve-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 12px; overflow: hidden; margin: 30px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.08); } .cy-ve-table thead th { background: #1a1a2e; color: #fff; padding: 14px 18px; text-align: left; font-size: 0.95rem; font-weight: 600; } .cy-ve-table tbody td { padding: 12px 18px; font-size: 0.92rem; border-bottom: 1px solid #eee; color: #444; } .cy-ve-table tbody tr:last-child td { border-bottom: none; } .cy-ve-table tbody tr:nth-child(even) { background: #f9f9fb; } /* TOC */ .cy-toc { background: #f7f8fa; border-radius: 12px; padding: 28px 32px; margin: 0 auto 10px; max-width: 700px; } .cy-toc h3 { margin: 0 0 12px; font-size: 1.1rem; color: #1a1a2e; } .cy-toc ol { margin: 0; padding-left: 20px; } .cy-toc ol li { margin-bottom: 6px; font-size: 0.95rem; } .cy-toc ol li a { color: #2e8b57; text-decoration: none; } .cy-toc ol li a:hover { text-decoration: underline; } /* Fazit */ .cy-fazit { background: linear-gradient(135deg, #1a1a2e, #0f3460); border-radius: 16px; padding: 40px; color: #fff; margin-top: 10px; } .cy-fazit h2 { color: #fff; text-align: center; margin-bottom: 0.6em; } .cy-fazit p { color: rgba(255,255,255,0.9); text-align: center; max-width: 800px; margin: 0 auto; font-size: 1.05rem; line-height: 1.8; } /* Guide Table */ .cy-guide-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 12px; overflow: hidden; margin: 30px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.08); } .cy-guide-table thead th { background: #2e8b57; color: #fff; padding: 14px 18px; text-align: left; font-size: 0.95rem; font-weight: 600; } .cy-guide-table tbody td { padding: 12px 18px; font-size: 0.92rem; border-bottom: 1px solid #eee; color: #444; } .cy-guide-table tbody tr:last-child td { border-bottom: none; } .cy-guide-table tbody tr:nth-child(even) { background: #f0faf0; } /* Restaurant box */ .cy-restaurant-box { background: linear-gradient(135deg, #e8f5e9, #f1f8e9); border: 2px solid #4caf50; border-radius: 16px; padding: 32px; margin: 30px 0; text-align: center; } .cy-restaurant-box h3 { color: #2e7d32; margin-top: 0; } .cy-restaurant-box p { max-width: 600px; margin: 0 auto; color: #444; }

Omega-3 and Omega-6 Fatty Acids The Plant-Based Power Duo for Your Well-Being

Essential fatty acids that our body cannot produce on its own play a central role in health and well-being. This guide shows how an optimal balance can be achieved in a vegan diet.

What Are Omega Fatty Acids?

Omega-3 fatty acids (ALA, EPA, DHA) and omega-6 fatty acids (LA) are considered essential fatty acids that must be obtained through diet. They are associated with important functions for the heart, brain, and metabolism. ALA, a short-chain omega-3 fatty acid, is abundant in plant-based sources such as flaxseeds, chia seeds, hemp seeds, and walnuts. The body can convert ALA into the long-chain fatty acids EPA and DHA, although the conversion rate can be influenced by various factors.

Omega-3: ALA, EPA and DHA

ALA (alpha-linolenic acid) is the plant-based omega-3 fatty acid found in flaxseeds, chia seeds, and walnuts. EPA and DHA are long-chain omega-3 fatty acids that the body can convert from ALA – or can be obtained directly through microalgae oil. They are associated with brain function and heart health.

Omega-6: Linoleic Acid (LA)

Omega-6 fatty acids are also essential but are often consumed in excess in modern diets – especially through processed vegetable oils like sunflower, corn germ, and soybean oil. According to research, an excess of omega-6 can inhibit the conversion of ALA to EPA and DHA.

An excess of omega-6 fatty acids has been linked in research to the promotion of inflammatory processes. A careful selection of fatty acid sources is therefore considered crucial. Consuming microalgae oil as a direct source of EPA and DHA is an effective strategy to meet the need for these essential fatty acids without relying on fish or fish oil.

The 8 Golden Rules for Omega Fatty Acids

A vegan diet offers many ways to optimize the balance between omega-3 and omega-6. Here are the four most important basic rules:

Balanced ratio of omega-6 to omega-3

Balanced Ratio

A ratio of approximately 4:1 to a maximum of 5:1 (omega-6 to omega-3) is recommended to minimize inflammatory processes in the body. A vegan diet can easily be rich in omega-6 – especially through certain vegetable oils and nuts.

Alpha-linolenic acid (ALA)

ALA Intake

ALA is an essential omega-3 fatty acid that the body cannot produce on its own. Integrate ALA-rich foods like flaxseeds, chia seeds, hemp seeds, and walnuts into your daily diet.

Conversion of ALA to EPA and DHA

Conversion ALA → EPA/DHA

The body can convert ALA into EPA and DHA, but this conversion is often inefficient. Women of childbearing age appear to have a higher conversion rate than men.

Direct intake of EPA and DHA

Direct EPA/DHA Intake

Microalgae oil is considered an effective vegan source for EPA and DHA and can directly meet the need for these essential fatty acids.

Nutrients, Reduction and Sustainability

Beyond the four basic rules, there are additional important aspects that influence optimal fatty acid balance:

  • 5
    Nutrients That Influence Conversion Rate

    Adequate intake of vitamin B6, B3, B7 (biotin), zinc, and magnesium can support the conversion rate of ALA to EPA and DHA. These nutrients should be obtained through diet or, if necessary, through supplements.

  • 6
    Reducing Omega-6 Sources

    To optimize the omega-6 to omega-3 ratio, it is recommended to limit consumption of oils high in omega-6, such as sunflower, corn germ, and safflower oil. Instead, oils with a more favorable ratio can be used – such as flaxseed oil, canola oil, or olive oil.

  • 7
    Monitoring and Adjustment

    It can be helpful to monitor fatty acid intake and the omega-6 to omega-3 ratio to achieve a healthy balance. If needed, the diet should be adjusted to ensure optimal supply.

  • 8
    Global Awareness for Sustainability

    Choosing microalgae oil instead of fish oil can be seen as an environmentally friendly choice. Microalgae, grown under controlled conditions, require significantly fewer natural resources and are free from the ecological drawbacks of fishing, such as overfishing and ocean pollution. Considering the sustainability of food sources – local and seasonal products, minimized food waste – contributes not only to personal health but can also make a contribution to protecting the environment.

Omega-3-Rich Plant-Based Foods

Overview of the best plant-based ALA sources and their uses:

Food ALA Content (per 100 g) Usage Tip
Flaxseed oil53 gUse cold (do not heat), in dressings or smoothies
Chia seeds18 gIn pudding, muesli, or as an egg substitute
Flaxseeds (ground)23 g1–2 tablespoons daily in muesli or smoothies
Hemp seeds9 gAs a topping, favorable omega-6:3 ratio (3:1)
Walnuts9 gAs a snack or in salads, also rich in protein
Canola oil9 gGood everyday cooking oil with a favorable ratio
Microalgae oilEPA + DHA directlyAs a supplement, 250–500 mg EPA+DHA daily

Omega-6-Rich Oils Compared

Not all vegetable oils are created equal. A look at the omega-6 to omega-3 ratio helps with conscious selection:

Oil Omega-6:Omega-3 Recommendation
Sunflower oil120:1Significantly reduce or avoid
Corn germ oil83:1Significantly reduce or avoid
Safflower oil78:1Significantly reduce or avoid
Soybean oil7:1Use in moderation
Olive oil11:1Good for everyday use, rich in polyphenols
Canola oil2:1Very favorable, recommended as standard cooking oil
Flaxseed oil1:4Ideal – more omega-3 than omega-6
Hemp oil3:1Favorable ratio, versatile

Practical Tips for Everyday Life

  • Daily ALA Base

    1–2 tablespoons of ground flaxseeds or 1 tablespoon of flaxseed oil daily can ensure your basic ALA supply. Do not heat flaxseed oil – use it cold only.

  • Supplement with Microalgae Oil

    250–500 mg EPA+DHA from microalgae oil daily is considered a sensible supplement, especially for pregnant and breastfeeding women and older adults.

  • Switch Your Cooking Oil

    Replace sunflower oil with canola oil – a simple step with a big impact on the omega-6:3 ratio. For cold applications, olive oil is an excellent choice.

  • Walnuts as a Snack

    A handful of walnuts daily provides not only ALA but also valuable antioxidants. They are considered one of the best nuts for the omega-3 ratio.

  • Reduce Processed Foods

    Many ready-made products contain hidden omega-6-rich oils. Cooking fresh with consciously selected oils can improve your fatty acid balance.

  • Watch Your Cholesterol Profile

    A favorable omega-3:6 ratio has been linked in research to a potentially improved cholesterol profile and support for heart health.

Omega Fatty Acids at China Yung

In our restaurant, we focus on selecting high-quality oils and integrate omega-3-rich ingredients like walnuts and hemp seeds into selected dishes. Ask our team about our plant-based specialties.

Conclusion – Balance Is the Key

A balanced intake of omega-3 and omega-6 fatty acids is considered essential for a healthy vegan diet. By focusing on ALA-rich foods, reducing omega-6-rich oils, and supplementing with microalgae oil, a favorable fatty acid balance can be achieved. Research suggests that this balance can contribute to inflammation regulation, heart health, and cognitive function – while also promoting a sustainable way of eating.

Source

Rittenau, N. (2019). Vegan-Klischee ade! Wissenschaftliche Antworten auf kritische Fragen zu veganer Ernährung. Ventil Verlag, 6., verb. Aufl. ISBN: 3955750965.

Note: This article is for general informational purposes only and does not replace medical advice, diagnosis, or treatment.

Image source: Adobe Stock / Google Cloud Storage

What this means for our kitchen

At China Restaurant Yung, we put this knowledge into practice every day. Our dishes are gently prepared — steamed, low-temperature cooked, or wok-tossed with controlled heat — so nutrients stay where they belong: on your plate.

→ Our menu
Chi Kei Yung (容子基) – Head Chef and Nutritionist
Chi Kei Yung (容子基)
Head Chef since 1984 · 6× Certified Nutritionist · Guinness World Record Holder
Gentle cooking | Steaming · Low-temperature · Controlled wok