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.
Was this useful?
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.
Above the Fold in Email
Above the fold in email refers to the content visible to a recipient before they scroll, a critical area for first impressions and primary calls to action.
Abuse Complaint
An abuse complaint is a report from a recipient who marks an email as spam, which negatively affects sender reputation and deliverability.
Accessible CTA (Email)
An accessible CTA is a button or link coded with sufficient colour contrast, visible focus states, descriptive screen-reader text, and a minimum touch target of 44×44 pixels.
Adaptive Design
Adaptive design in email uses predefined layouts that adjust to specific device or client widths, rather than fluidly resizing to every possible screen.
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.