Key Facts
- Category
- Design & Color
- Input Types
- textarea, file, select, checkbox
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The Accessibility Heatmap Generator is a visual triage tool that evaluates UI screenshots or HTML code to identify contrast issues. By highlighting regions that fail WCAG AA or AAA thresholds with a red overlay, it allows designers and developers to quickly spot accessibility risks before implementation. It also provides actionable patch suggestions to help you easily lift contrast ratios to compliant levels.
When to Use
- •When reviewing design mockups to catch low-contrast text before handing files off to developers.
- •When auditing existing HTML components to ensure inline foreground and background colors meet WCAG standards.
- •When you need quick, actionable color adjustments to fix accessibility failures without manually calculating contrast ratios.
How It Works
- •Upload a UI screenshot (PNG, JPG, WEBP) or paste an HTML snippet containing inline color styles.
- •Select your target WCAG compliance level (AA for 4.5:1 or AAA for 7:1) to set the strictness of the contrast check.
- •Enable 'Show Patch Suggestions' to automatically generate recommended foreground colors that pass the selected threshold.
- •Download the generated HTML report, which displays a red overlay heatmap on images or lists specific contrast findings for HTML inputs.
Use Cases
Examples
1. Auditing a Dashboard Mockup
UI Designer- Background
- A designer is preparing to hand off a new analytics dashboard to the engineering team but wants to ensure the color palette is accessible.
- Problem
- Manually checking every text element's contrast against its background using a color picker is tedious and prone to human error.
- How to Use
- Upload the dashboard screenshot, set the WCAG Level to 'AA', and enable 'Show Patch Suggestions'.
- Example Config
-
WCAG Level: AA, Show Patch Suggestions: true - Outcome
- The tool generates a heatmap with red overlays on low-contrast labels and provides alternative hex codes to fix the failing elements.
2. Fixing Inline HTML Component Colors
Front-end Developer- Background
- A developer is building a promotional banner using inline HTML styles, but the marketing team reported that the text is hard to read.
- Problem
- The developer needs to quickly identify which inline color pairs fail WCAG AAA standards and find compliant alternatives.
- How to Use
- Paste the HTML snippet into the 'HTML Input' field, select 'AAA' for the WCAG Level, and run the generator.
- Example Config
-
WCAG Level: AAA, Show Patch Suggestions: true - Outcome
- An HTML report is produced detailing the exact failing foreground/background pairs along with suggested color values that meet the 7:1 ratio.
Try with Samples
html, image, pngRelated Hubs
FAQ
What image formats are supported?
You can upload PNG, JPG, or WEBP images up to 15MB for screenshot analysis.
What is the difference between WCAG AA and AAA?
WCAG AA requires a contrast ratio of at least 4.5:1 for normal text, while AAA is stricter and requires a 7:1 ratio.
How does the tool analyze HTML?
It inspects inline style attributes for foreground and background color pairs, calculates their contrast ratio, and flags those that fail the selected WCAG level.
What are patch suggestions?
If enabled, the tool calculates and recommends a new foreground color that is visually similar but dark or light enough to pass the contrast threshold.
Can it analyze an entire live website?
No, the tool is designed for specific UI screenshots or raw HTML snippets to provide focused, component-level triage.