Contrast checker that suggests a fix for every failing text color
One click lists every text/background pair that fails WCAG contrast on the current page, each with a passing color.
- Browser extension
- Design & Creative
- Medium build
- 4-6 weekends
- Researched by ProjPilot
The problem
Low-contrast text is the most common accessibility failure on the web. Free checkers either test one color pair at a time or flag failures without proposing a fix, and the tools that suggest colors sit inside Chrome DevTools or team-priced suites. Designers and content editors need a list of failing text with a ready-to-use passing color.
For: Web designers · Front-end developers · Content editors and marketers
Why now
WebAIM's February 2026 scan of the top million home pages found low-contrast text on 83.9% of them, up from 79.1% in 2025, with an average of 34 instances per page.
Demand signals
Monthly Google searches in the US, pulled 2026-09-24. These are the words people with this problem actually type.
What exists already
- WCAG Color contrast checker ↗Free extension (100,000 users) that checks every element on the page; its listing doesn't mention suggesting passing colors.
- WAVE Evaluation Tool ↗Free full accessibility audit (700,000 users); contrast is one of many issue types.
- Stark ↗Accessibility suite with color suggestions; paid plans from $198 per user per year with a 3-seat minimum.
- Chrome DevTools contrast tools ↗Built in and suggests better colors, but the page-wide contrast report is a developer workflow and partly a preview feature.
MVP scope
- Scan all visible text and measure contrast against the rendered background
- Badges on failing elements with the ratio and AA/AAA result
- Nearest passing color that keeps the same hue
- Checks for hover, focus and dark-mode states
- Export failures as CSV or a Markdown issue
- Runs entirely in the browser; page data never leaves the machine
How it could make money
- Free single-page scans
- Pro $5/month for multi-page scans, exports and saved palettes
Suggested stack
- Chrome MV3
- TypeScript
- WCAG 2.x contrast math (APCA as an option)
Sources
- The WebAIM Million: the 2026 report on the accessibility of the top 1,000,000 home pages (accessed 2026-09-24)
Comments 0
No comments yet. Feedback from the first players and users is what small creators need most.