Real talk: I used to think "accessibility" meant running Lighthouse before deploy. Then a user emailed me saying they couldn't read half my app because the contrast was garbage.
Turns out bg-blue-500 + text-blue-600 looks "clean" but fails WCAG hard. And I'd shipped that combo everywhere.
So I built Tailwind A11y Checker β a VS Code extension that catches these mistakes while you code:
What it actually does:
β
Real-time contrast checks β Flags unreadable text combos and shows the exact WCAG ratio
β
One-click fixes β Suggests the closest Tailwind shade that actually passes (no more guessing blue-700 vs blue-800)
β
Focus state reminders β Yells at you if your button has no focus: classes (keyboard users will thank you)
Works everywhere:
.html β’ .jsx/.tsx β’ .vue β’ .svelte β’ .js/.ts
No setup. No config. Just install and your editor starts keeping you honest.
π Grab it: VS Code Marketplace
π Found a false positive? Open an issue β I'm actively tweaking the rules
π Using a custom color palette? Let me know β planning to add support
Built this because I kept failing basic a11y checks. Figured if it helps me, it might help you too.
Made with β€οΈ by codewithnuh
Top comments (0)