Skip to main content
CSS Properties

background-clip

CSS property · 13 supported, 2 partial, 6 unsupported across 21 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
Outlook for MacdesktopWebKitSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Yahoo Mail AndroidmobileYahooUnsupported
Yahoo Mail iOSmobileYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
Proton MailwebmailProtonSupported
AOL MailwebmailAOLUnsupported
FastmailwebmailFastmailSupported
SuperhumandesktopBlinkSupported

Client-by-client behaviour for background-clip

Fully supports background-clip (13): Gmail, Outlook 365, Outlook iOS, Outlook Android, Outlook for Mac, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail, Proton Mail, Fastmail, 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 (6): Outlook (New), Outlook Classic, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, AOL 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.

Yahoo Mail Android

Unsupported

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

Yahoo Mail iOS

Unsupported

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

AOL 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 21 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.