Definition
Email accessibility guidelines are design and development standards that ensure emails can be read and interacted with by people with disabilities. The guidelines draw from the Web Content Accessibility Guidelines (WCAG) and address the specific challenges of email rendering across assistive technologies.
Accessible email is not just ethical and inclusive — it also improves deliverability, engagement, and brand perception. Many accessibility best practices (alt text, clear hierarchy, readable fonts) improve email performance for all subscribers.
WCAG Principles Applied to Email
| Principle | Email Application |
|---|---|
| Perceivable | Information must be presentable to all senses — alt text for images, captions for video |
| Operable | Interface elements must be operable — keyboard-navigable links, sufficient CTA size |
| Understandable | Content must be readable — clear language, logical structure, predictable behaviour |
| Robust | Content must be interpretable by assistive technologies — semantic HTML, proper heading hierarchy |
Key Accessibility Requirements
| Requirement | Implementation | Who Benefits |
|---|---|---|
| Alt text on every image | Descriptive alt text (not just "image" or empty) | Screen reader users, image-blocked viewers |
| Sufficient colour contrast | Minimum 4.5:1 for body text, 3:1 for large text | Visually impaired users |
| Semantic heading structure | H1 → H2 → H3 hierarchy | Screen reader navigation |
| Descriptive link text | "Read the full guide" not "Click here" | Screen reader users |
| Readable font size | Minimum 14px for body text | All readers, especially older users |
| Keyboard navigable | Links and buttons accessible by Tab key | Motor-impaired users |
| Plain text fallback | Text version of HTML email | All assistive technologies |
Common Accessibility Issues in Email
| Issue | WCAG Violation | Fix |
|---|---|---|
| Images without alt text | 1.1.1 Non-text Content | Add descriptive alt text to every image |
| Low contrast text | 1.4.3 Contrast Minimum | Use sufficient colour contrast ratios |
| Tiny fonts | 1.4.4 Resize Text | Minimum 14px body text |
| Generic link text | 2.4.4 Link Purpose | Descriptive link text |
| No heading structure | 1.3.1 Info and Relationships | Use proper HTML heading hierarchy |
Accessibility Testing Tools
| Tool | What It Checks | Cost |
|---|---|---|
| Litmus Accessibility Check | WCAG compliance for email | Paid |
| Email on Acid Accessibility | Rendering + accessibility | Paid |
| WAVE Web Accessibility Tool | General accessibility | Free |
| axe DevTools | Accessibility audit | Free + paid |
| Colour Contrast Checker | Contrast ratios | Free |
Accessibility Best Practices
- Test with screen readers: Use VoiceOver (Mac), NVDA (Windows), or TalkBack (Android) to test your email.
- Provide sufficient colour contrast: Use a contrast checker to verify text meets 4.5:1 ratio against background colours.
- Do not rely on colour alone to convey meaning: Use icons, text labels, and patterns in addition to colour.
- Write descriptive link text: Links should describe the destination, not just "click here" or "read more."
- Use a logical heading hierarchy: Subscribers using screen readers navigate by headings. Use proper H1-H2-H3 structure.
Related Glossary Terms
A/B Testing
A/B testing in email marketing is the practice of sending two variations of an email to a small sample of your list to determine which version performs better before sending the winner to the remaining subscribers.
Abandoned Cart Email
An abandoned cart email is an automated message sent to customers who added items to their online shopping cart but left without completing the purchase. It is one of the highest-converting email types in ecommerce.
AIDA Model for Email
The AIDA model (Attention, Interest, Desire, Action) is a classic copywriting framework used to structure email campaigns that guide subscribers from awareness to conversion.
AMP for Email
AMP for Email is a Google-developed framework that allows email messages to include interactive elements like forms, carousels, accordions, and live content. It turns static emails into dynamic, interactive experiences directly inside the inbox.
Anchoring Effect in Email Marketing
The anchoring effect is a cognitive bias where the first piece of information presented (the anchor) influences subsequent decisions, used in email to frame pricing and value perception.
Announcement Email
An announcement email is a dedicated campaign that communicates a specific update, milestone, or change to subscribers, from product launches and feature releases to company news and events.
Frequently Asked Questions
In many jurisdictions, yes. Under the Equality Act (UK), ADA (US), and similar laws, businesses may be required to make marketing communications accessible. WCAG 2.1 Level AA is the standard reference for compliance.
Yes. Most accessibility improvements — readable fonts, clear hierarchy, descriptive links, good contrast — improve the experience for all subscribers, not just those with disabilities.
Describe the content and function of the image, not just its appearance. "Team photo at 2025 conference" is better than "image002.jpg." For decorative images, use empty alt text (alt="") so screen readers skip them.
14px for body text is the recommended minimum. 16px is even better for readability. Headlines should be 22px+ on mobile and 28px+ on desktop.
Use Litmus or Email on Acid for automated accessibility checks. Manual testing with a screen reader catches issues that automated tools miss. Test with both VoiceOver (iOS, Mac) and NVDA (Windows) for comprehensive coverage.