Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 Supercell | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Games | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Careers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Follow us on | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Download our games f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Supercell | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Games | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a mo.co | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Squad Busters | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Brawl Stars | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Clash Royale | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Boom Beach | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Clash of Clans | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Hay Day | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Careers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Open Positions | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Why You Might Love I… | 5.38:1 | 4.5:1 | #000000 | #977A79 | Pass |
| a Our Offices | 2.99:1 | 4.5:1 | #000000 | #4D5973 | Fail |
| a Joining Supercell | 2.37:1 | 4.5:1 | #000000 | #514658 | 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.
AHeading Hierarchy5 headings, 1 skip(s)PASS
- H1 Supercell
- H3 Games skipped
- H3 Careers
- H3 Follow us on
- H3 Download our games from
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 39 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality92 links, 3 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://mo.co | mo.co | new tab | Add '(opens in new tab)' to text |
| https://gamesfirsthelsinki.com/ | Games First | new tab | Add '(opens in new tab)' to text |
| https://supr.cl/appstorescgames | Download on the App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/dev?i… | Get it on Google Play | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://mo.co; https://gamesfirsthelsinki.com/; https://supr.cl/appstorescgames; https://play.google.com/store/apps/dev?id=6715068722362591614&hl=en
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
A+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 24 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 |
|---|
WATCH VIDEO main#main > div.HeroImage_heroContainer__ou_zO > div.HeroImage_heroText__upo5U > button.frontPage_bluePill__2Rujc |
BOOM BEACH div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
ILKKA’S LONG TEXTS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
CAREERS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
HAY DAY div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
GOOD STUFF div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
BRAWL STARS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
CLASH ROYALE div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
SQUAD BUSTERS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
BRAWL STARS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
CLASH ROYALE div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
BRAWL STARS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
PEOPLE div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
MO.CO div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
NEWS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
SQUAD BUSTERS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
CLASH ROYALE div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
ENTERTAINMENT & PARTNERSHIPS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
SQUAD BUSTERS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
GOOD STUFF div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
CLASH OF CLANS div#news > div.Grid_rowContainer__RAVMO > div.Grid_full-8__23bPT > p.articleGridList_description__YYAgr |
NEWS ARCHIVE div#news > div.Grid_rowContainer__RAVMO > div.articleGridList_bottomButton__URJ3m > a |
Join us to create games that excite and help our players around the world make … div.frontPage_characterTextRow__xm1Dx > div.Grid_rowContainer__RAVMO > div.frontPage_textContainer__MxJRr > p.frontPage_text__cbTdy |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GAMES div.frontPage_characterTextRow__xm1Dx > div.Grid_rowContainer__RAVMO > div.frontPage_textContainer__MxJRr > h3.frontPage_heading__1K_oF |
These are opportunities to improve keyboard navigation in your application.