Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 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 Structure6 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, 20 fail WCAG AAREVIEW
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 Fintech you can bank… | 1.93:1 | 3.0:1 | #000000 | #373E40 | Fail |
| h2 Move money across yo… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h2 Launch payments and … | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h2 When certainty matte… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h2 If you’re building… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 Value Proposition Ga… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 Move money across yo… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 Retail | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 Travel and hospitali… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 Digital media and co… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 SaaS platforms and m… | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 Food and beverage | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| h3 Financial services | 2.23:1 | 3.0:1 | #000000 | #474647 | Fail |
| title Adyen: Fintech platf… | 3.39:1 | 4.5:1 | #000000 | #46666E | Fail |
| span Products | 3.67:1 | 4.5:1 | #000000 | #4E6B73 | Fail |
| span Businesses we serve | 3.02:1 | 4.5:1 | #000000 | #405E68 | Fail |
| span About | 2.70:1 | 4.5:1 | #000000 | #3D5660 | Fail |
| span Resources | 1.96:1 | 4.5:1 | #000000 | #30404A | Fail |
| span Pricing | 1.72:1 | 4.5:1 | #000000 | #343631 | Fail |
| span Contact us | 1.63:1 | 4.5:1 | #000000 | #30332B | 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+Heading Hierarchy17 headingsPASS
- H1 Fintech you can bank on
- H2 Run your business with confidence. Adyen delivers the control, reliability, and expertise global enterprises depend on.
- H3 Value Proposition Gallery
- H2 Control every aspect of your money. Offer financial products to your customers. All from the same, centralized stack.
- H2 Move money across your entire business
- H2 Launch payments and financial products under your brand
- H3 Move money across your entire business
- H2 Different industries. One standard. Businesses across sectors trust Adyen to keep money moving.
- H3 Retail
- H3 Travel and hospitality
- H3 Digital media and content
- H3 SaaS platforms and marketplaces
- H3 Food and beverage
- H3 Financial services
- H2 Global scale. Local expertise. Powered by trillions of euros in transaction data.
- H2 When certainty matters, Adyen’s the platform of choice
- H2 If you’re building for scale, there’s no alternative
A+Alt Text QualityAll 5 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality43 links, 43 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/AdyenPayments/ | Visit our Facebook page | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/adyen | Visit our Linkedin page | new tab | Add '(opens in new tab)' to text |
| https://x.com/Adyen | Visit our Twitter page | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/AdyenPayments/; https://www.linkedin.com/company/adyen; https://x.com/Adyen
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 100/100 — 0 failing, 25 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.