Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 13 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Join the world's lar… | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 3 steps to begin you… | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 1. Create an account | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 2. Find a geocache | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 3. Share your experi… | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| title Geocaching | 20.86:1 | 4.5:1 | #000000 | #FCFFFD | Pass |
| a Skip to content | 4.93:1 | 4.5:1 | #000000 | #797B7A | Pass |
| span English | 2.05:1 | 4.5:1 | #000000 | #41413E | Fail |
| option English | 1.70:1 | 4.5:1 | #000000 | #3C341F | Fail |
| option Български | 2.06:1 | 4.5:1 | #000000 | #503E26 | Fail |
| option Català | 2.04:1 | 4.5:1 | #000000 | #513D22 | Fail |
| option Čeština | 1.36:1 | 4.5:1 | #000000 | #332014 | Fail |
| option Dansk | 1.60:1 | 4.5:1 | #000000 | #3F2D1D | Fail |
| option Deutsch | 2.29:1 | 4.5:1 | #000000 | #60412A | Fail |
| option Ελληνικά | 2.40:1 | 4.5:1 | #000000 | #5C4730 | Fail |
| option Eesti | 1.89:1 | 4.5:1 | #000000 | #4B3827 | Fail |
| option Español | 2.62:1 | 4.5:1 | #000000 | #5B4E43 | Fail |
| option Français | 2.47:1 | 4.5:1 | #000000 | #584A40 | Fail |
| option Italiano | 1.93:1 | 4.5:1 | #000000 | #4C392D | Fail |
| option 日本語 | 1.67:1 | 4.5:1 | #000000 | #432F25 | Fail |
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+Landmark Structure7 landmarksPASS
A+Heading Hierarchy6 headingsPASS
- H1 Join the world's largest treasure hunt.
- H2 There are 1,165 geocaches around Singapore.
- H2 3 steps to begin your adventure
- H3 1. Create an account
- H3 2. Find a geocache
- H3 3. Share your experience
A+Alt Text QualityAll 7 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| 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
A+Link & Button Quality25 links, 3 buttons — all OKPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 1 failing, 27 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.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English
Български
Català
Čeština
Dansk
Deutsch
Ελληνικά
Eesti
Español
Français
… nav > div#header-language-select > div.language-dropdown > select |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.