Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CForm AccessibilityAction4 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #home-file | file | Drop your image here or click to browse | none |
| #home-folder | file | Drop your image here or click to browse | none |
| #footer-language-select | select | Language | for/id |
| input | text | (Your name) | placeholder only |
| input | (you@example.com) | placeholder only | |
| textarea | textarea | (Describe your feedback...) | placeholder only |
| select | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select>
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="email">; <textarea>
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
CLink & Button QualityAction3 issue(s) across 148 links and 52 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://t.me/koalapic_bot | Telegram | new tab | Add '(opens in new tab)' to text |
| https://discord.com/oauth2/authorize?cli… | Discord | new tab | Add '(opens in new tab)' to text |
| https://slack.com/oauth/v2/authorize?cli… | Slack | new tab | Add '(opens in new tab)' to text |
| /en/cookies/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cookies | |||
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.flex-1 (#513 on page)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
/en/cookies/ ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://t.me/koalapic_bot; https://discord.com/oauth2/authorize?client_id=1479797431959814226&permission…; https://slack.com/oauth/v2/authorize?client_id=aa4563ade21c758f42889735ae2a02…
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.font-mono (#451 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Hierarchy18 headingsPASS
- H1 Drop an image. Get any format.
- H2 Free online image converter — HEIC, WEBP, AVIF and RAW to JPG, PNG and more
- H2 Continue where you left off
- H2 All your image tools
- H2 Jump straight to a conversion
- H3 Convert without leaving your chat
- H3 Or wire it into your own app
- H2 From the blog
- H2 Ready to convert?
- H3 Tools
- H3 Analyze
- H3 More
- H3 Developers
- H3 Resources
- H3 Legal
- H3 Send Feedback
- H3 Install KoalaPic
- H3 Cookie & Storage Preferences
A+Heading Text QualityAll 18 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityNo imagesPASS
A+Form Input Types7 form control(s) checked, no type mismatchesPASS
A+Form Input Quality7 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 110 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Drop an image. | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h2 Free online image co… | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h2 Continue where you l… | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h2 All your image tools | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h2 Jump straight to a c… | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h2 From the blog | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h2 Ready to convert? | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Convert without leav… | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Or wire it into your… | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Tools | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Analyze | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 More | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Developers | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Resources | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Legal | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Send Feedback | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Install KoalaPic | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| h3 Cookie & Storage Pre… | 19.97:1 | 3.0:1 | #000000 | #FBF9F5 | Pass |
| title Free Online Image Co… | 20.67:1 | 4.5:1 | #000000 | #FFFDF9 | Pass |
| span KoalaPic | 20.67:1 | 4.5:1 | #000000 | #FFFDF9 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 21 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Quality set automatically div.bg-paper-card > div.px-2.5 > div.flex > span.text-xs |
Inline mode too div.bg-paper-card > div.flex > div.flex > span.text-[13px] |
Slash commands div.bg-paper-card > div.flex > div.flex > span.text-[13px] |
Send and receive div.bg-paper-card > div.flex > div.flex > span.text-[13px] |
Workspace app div.bg-paper-card > div.flex > div.flex > span.text-[13px] |
6 Mar 2026 div.max-w-6xl > div.grid > a.bg-paper-card > span.text-[12.5px] |
4 Mar 2026 div.max-w-6xl > div.grid > a.bg-paper-card > span.text-[12.5px] |
2 Mar 2026 div.max-w-6xl > div.grid > a.bg-paper-card > span.text-[12.5px] |
These are opportunities to improve the legibility of your content.