Back to Tools

Email Accessibility Checker

Check your email HTML for accessibility issues. Analyze alt text, color contrast, font sizes, heading structure, link text, and more against WCAG guidelines.

About this tool

1.3 billion people worldwide live with some form of disability—that's 16% of the global population. In the US alone, 26% of adults have a disability, and 8.1 million have a visual impairment. When your emails aren't accessible, you're not just failing a compliance checkbox—you're making it impossible for a significant portion of your audience to engage with your content. This checker analyzes your HTML against WCAG 2.1 AA standards and flags the issues that matter most in email.

What WCAG Means for Email

WCAG (Web Content Accessibility Guidelines) 2.1 Level AA is the standard most regulations reference. For email, the most relevant requirements are: color contrast ratio of at least 4.5:1 for normal text and 3:1 for large text (18px+ or 14px bold), meaningful alt text on all informational images, minimum font size of 14px for body text, descriptive link text (not "click here" or "read more"), proper heading hierarchy (h1 before h2 before h3), and a logical reading order that makes sense when CSS is disabled. The European Accessibility Act (EAA) went into effect in June 2025, making these requirements legally binding for companies serving EU customers.

The Five Most Common Email Accessibility Failures

In our analysis, the most frequent issues are: 1) Missing alt text—40% of marketing emails have at least one image without alt text. Screen readers either skip the image entirely or read the filename, which is useless. 2) Insufficient contrast—light gray text on white backgrounds is everywhere and fails WCAG's 4.5:1 ratio. 3) Tiny font sizes—footer text at 10-11px is unreadable for many people, not just those with visual impairments. 4) "Click here" links—screen readers often navigate by links alone, and a list of 5 "click here" links tells the user nothing. 5) No semantic structure—using bold text instead of actual heading tags means screen readers can't navigate your email's structure.

Accessibility Improvements That Also Help Everyone

Here's the thing: accessible emails perform better for all subscribers. Larger fonts improve readability on mobile (where 60%+ of emails are opened). High-contrast text is easier to read in bright sunlight. Descriptive link text improves click-through rates because readers understand where they'll go. Alt text ensures your message gets across even when images are blocked (which happens in 40-50% of email clients by default). Accessibility isn't a sacrifice—it's better design.

Integrate Into Your Email Quality Workflow

Run this checker before every campaign send. Pair it with the contrast checker for detailed color analysis, the email word counter to ensure fast loading, and the spam word checker for content quality. Check your email's dark mode preview to verify it looks good on screen readers' typical viewports. A comprehensive pre-send check takes 5 minutes and catches issues that would affect thousands of recipients.

Frequently Asked Questions

Why does email accessibility matter?

16% of the world's population has a disability, and 26% of US adults. Beyond the moral case, accessibility is increasingly a legal requirement—the European Accessibility Act (EAA) took effect in June 2025, and ADA lawsuits over digital accessibility have risen sharply. Practically, accessible emails also perform better: larger fonts, better contrast, and descriptive links improve engagement for everyone.

What are the most common email accessibility issues?

The top five are: missing alt text on images (affects 40% of marketing emails), insufficient color contrast (light gray on white is the worst offender), font sizes under 14px (especially in footers), non-descriptive link text like 'click here' or 'read more' (useless for screen reader users who navigate by links), and missing heading structure (using bold text instead of h2/h3 tags). Most of these take minutes to fix.

What color contrast ratio do I need?

WCAG 2.1 AA requires a contrast ratio of at least 4.5:1 for normal text (under 18px) and 3:1 for large text (18px+ regular or 14px+ bold). For example, light gray (#999) on white (#fff) has a ratio of 2.85:1—that fails. Dark gray (#555) on white has 7.46:1—that passes comfortably. Use the email contrast checker to test specific color combinations.

What font size should I use in emails?

Use at least 14px for body text—16px is better and increasingly standard. Headings should be 22px or larger. Line height of 1.5 improves readability significantly. Never go below 12px anywhere in your email, including legal text and footers. On mobile, 16px body text prevents iOS from auto-zooming the page, which improves the reading experience.

How do I write good alt text for email images?

Describe what the image shows and why it matters. For a product photo: 'Blue running shoes, $89' not 'product-img-392.jpg'. For a hero banner: 'Summer sale: 40% off all plans this week' not 'banner'. For decorative images like dividers or spacers, use empty alt (alt='') so screen readers skip them. If your image contains text, that text must be in the alt attribute.

Do screen readers actually work with emails?

Yes—screen readers like JAWS, NVDA, and VoiceOver work with email clients including Outlook, Apple Mail, Gmail, and Thunderbird. About 7.6 million Americans use screen readers. They read emails linearly, navigate by headings and links, and rely entirely on alt text for images. If your email is just a single large image with no alt text, a screen reader user hears nothing.

Is email accessibility legally required?

Increasingly, yes. The European Accessibility Act (EAA) requires digital accessibility for companies serving EU customers since June 2025. In the US, ADA Title III has been interpreted to cover digital communications, and email accessibility lawsuits are rising. Canada's AODA has specific digital requirements. Even without legal mandates, many enterprise customers now require accessibility compliance from their vendors.

How do I make email buttons accessible?

Use HTML buttons (or bulletproof buttons using VML for Outlook) rather than image-based buttons. Ensure the button text is descriptive—'Start your free trial' is better than 'Click here'. Use sufficient contrast between button text and background (4.5:1 ratio). Make buttons at least 44x44px for touch targets. Add role='button' if using a styled link. Never make a button that only works as an image.

What about dark mode accessibility?

Dark mode can break your contrast ratios if you're not careful. Test your emails in both light and dark mode. Use CSS media queries (@media (prefers-color-scheme: dark)) to adjust colors. Avoid transparent PNG images that look fine on white but disappear on dark backgrounds. Make sure your text remains readable when email clients invert your colors, which many do automatically.