Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction0 positive, 110 -1-on-focusableFIX
FFavicon & BrandingAction1 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 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 |
|---|---|---|---|---|---|
| h2 360° VALUE | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Auszeichnungen | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Let there be change | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Wir leben Wandel und… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Škoda macht Kundens… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Bristol Myers Squibb… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Eine der "Fortune's … | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Fortune & Great Plac… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Platz 1 im Refinitiv… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Gestalte deine Karri… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| title Deutschland | Let Th… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to footer | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Close Menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Unsere Kompetenzen | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Back | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Unsere Kompetenzen | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| button Kompetenzen | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| span Kompetenzen | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | 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.
ALandmark Structure5 landmarksPASS
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy14 headingsPASS
- H1 GEMEINSAM NEU ERFINDEN
- H2 360° VALUE
- H3 Wir leben Wandel und schaffen Werte für unsere Stakeholder. Jeden Tag und überall auf der Welt.
- H3 Škoda macht Kundenservice zum Wachstumstreiber
- H3 Bristol Myers Squibb treibt medizinische Durchbrüche mit KI voran
- H4 Die Welt nachhaltig ernähren
- H4 Personalisierung eines Kultobjekts
- H4 Kreative Ansätze für globale Geschäftsprozesse
- H2 Auszeichnungen
- H3 Eine der "Fortune's World's Most Admired Companies" hidden
- H3 Fortune & Great Place to Work® World’s Best Workplaces™ hidden
- H3 Platz 1 im Refinitiv Diversity & Inclusion Index hidden
- H3 Gestalte deine Karriere
- H2 Let there be change
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 14 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #carousel-slider-id | range | Carousel slider control | for/id |
ALink & Button Quality160 links, 41 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.linkedin.com/company/accentu… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/accenture | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/accenture/ | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.linkedin.com/company/accenture; https://www.facebook.com/accenture; https://www.instagram.com/accenture/
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+Form Input Types1 form control(s) checked, no type mismatchesPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "de-DE"PASS
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 41 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+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 31 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Präferenz-Center div.rad-footer__links-container > ul.rad-footer__links-column > li.rad-footer__link-item > a.rad-footer__link |
Impressum. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a#pc-policy-text-link-3 |