Skip to main content
CSS Properties

background-clip

CSS property · 10 supported, 2 partial, 3 unsupported across 15 clients

background-clip controls the area of an element to which the background extends — border-box, padding-box, content-box, or text. Email support is limited: only Apple Mail and a few WebKit-based clients honor background-clip: text reliably, making it an effects-only property best used as progressive enhancement.

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobilePartial
Gmail iOSmobileGmail MobilePartial
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkSupported

Client-by-client behaviour for background-clip

Fully supports background-clip (10): Gmail, Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail, Superhuman.

Partial support (2): Gmail Android, Gmail iOS. Expect rendering quirks unique to each engine — partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.

No support (3): Outlook (New), Outlook Classic, Yahoo Mail. Plan fallbacks for these clients before relying on background-clip in production sends.

When to use background-clip in email

  • Gradient text headlines on Apple-Mail-heavy audiences (premium, design-tool, agency newsletters).
  • Decorative section dividers that fade their background.
  • Hero text overlay effects where the gradient appears only behind text glyphs.

Rendering behaviour and edge cases

  • background-clip: text requires -webkit-background-clip: text and color: transparent — both must be inline on the same element.
  • Outlook and Gmail ignore background-clip and render with whatever color you set, so always pair with a solid color fallback.
  • Layered background-clip stacks (e.g., padding-box + content-box) are unreliable and rarely worth the implementation cost.

Recommended fallback strategy

Set a sensible solid color fallback first, then layer background-clip: text as a progressive enhancement. Wrap critical headlines in spans with both -webkit-background-clip: text and a fallback color so non-supporting clients still display readable text.

Fixes & Workarounds

Outlook (New)

Unsupported

"background-clip" is not supported in this email client.

Outlook Classic

Unsupported

"background-clip" is not supported in this email client.

Yahoo Mail

Unsupported

"background-clip" is not supported in this email client.

Gmail Android

Partial

"background-clip" is not supported in this email client.

Gmail iOS

Partial

"background-clip" is not supported in this email client.

Related Features

Test your email across all 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.