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
DTabindex Anti-PatternsAction0 positive, 20 -1-on-focusableFIX
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 Structure7 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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
BHeading Hierarchy42 headingsREVIEW
- H3 Authentic Match Jersey 2026/27
- H3 AS Roma Away Authentic Match Shorts 2026/27
- H3 Away Jersey 2026/27
- H3 Away Jersey 2026/27, Kids
- H3 Away Baby Kit 2026/27 3 - 18 months
- H3 Home Authentic Match Jersey 2026/27
- H3 AS Roma Home Authentic Match Shorts 2026/27
- H3 Home Jersey 2026/27
- H3 Home Match Jersey 2026/27, Woman
- H3 2026/27 Goalkeeper Match Jersey, Green
- H3 Home Jersey 2026/27, Kids
- H3 Home Match Mini Kit 2026/27 18 months - 6 years
- H3 Home Baby Kit 2026/27 3 - 18 months
- H3 Hooded Full-Zip Anthem Jacket 2026/27
- H3 AS Roma Travel Cotton T-Shirt 2026/27
- H3 AS Roma Sweatshirt Travel 2026/27
- H3 Track Top Travel with full zip AS Roma 2026/27
- H3 Training Jersey 2026/27
- H3 Sleeveless Training Jersey 2026-27
- H3 Training Shorts 2026-27
- H3 Saint Barth “Portofino” "Roma Ti Amo" T-shirt, Men's, White
- H3 Saint Barth AS Roma Swimsuit with Lupetto Logo Print, Men, Red
- H3 Saint Barth "Portofino" "Roma Ti Amo" T-shirt, Kids, White
- H3 Saint Barth AS Roma Swimsuit with Lupetto Logo Print, Men, Red
- H2 .
- H2 ..
- H2 Cookies on AS Roma websites
- H2 Privacy Preference Center
- H2 Privacy Preference Center hidden
- H3 Your Privacy
- H3 Performance Cookies
- H3 Targeting Cookies
- H3 Social Media Cookies
- H3 Functional Cookies
- H3 Strictly Necessary Cookies
- H4 Your Privacy
- H4 Performance Cookies
- H4 Targeting Cookies
- H4 Social Media Cookies
- H4 Functional Cookies
- H4 Strictly Necessary Cookies
- H3 Cookie List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CAlt Text QualityAction8 of 165 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| generic | 6 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BForm Accessibility4 of 15 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #menu-checkbox | checkbox | menu | aria-label |
| #privacy-checkbox | checkbox | I confirm that I have read the privacy policy. | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-group-id-C0005 | checkbox | Social Media Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #chkbox-id | checkbox | checkbox label | for/id |
| input | (Email address) | placeholder only | |
| #phone-number | text | (Phone Number) | placeholder only |
| query | text | (Search here ...) | placeholder only |
| query | text | (Search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="query">; <input type="text" name="query">; <input type="email">; <input type="text" name="phone" id="phone-number">
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
BLink & Button Quality1 issue(s) across 219 links and 52 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://concorsi.asroma.com/en | Competitions | new tab | Add '(opens in new tab)' to text |
| https://asromacard.asroma.com/Cards | AS Roma Card | new tab | Add '(opens in new tab)' to text |
| https://www.fantoken.com/asr/ | Fan Token | new tab | Add '(opens in new tab)' to text |
| https://account.asroma.com/ | Log in to MyASR | new tab | Add '(opens in new tab)' to text |
| https://asroma.altamiraweb.com/?cnglangu… | Careers | new tab | Add '(opens in new tab)' to text |
| http://scuolacalcio.asroma.com/ | Football School | new tab | Add '(opens in new tab)' to text |
| https://camp.asroma.com/ | AS Roma Camp | new tab | Add '(opens in new tab)' to text |
| https://asromacard.asroma.com/Cards | AS Roma card | new tab | Add '(opens in new tab)' to text |
| https://changeowner.asroma.com/season/ch… | Change ticket holder | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/en/ | Online Store | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/ | Shop | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/officialasroma | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ASRomaEN | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/officialasroma… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/as-roma | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/asroma | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@asroma?lang=en | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.whatsapp.com/channel/0029Va6… | new tab | Add '(opens in new tab)' to text | |
| https://eurobet.live/calcio | Eurobet.live logo all white | new tab | Add '(opens in new tab)' to text |
| https://www.adidas.it/as_roma | Adidas logo | new tab | Add '(opens in new tab)' to text |
| https://eurobet.live/calcio | Eurobet.live logo all white | new tab | Add '(opens in new tab)' to text |
| https://www.adidas.it/as_roma | Adidas logo | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/officialasroma | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ASRomaEN | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/officialasroma… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/as-roma | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/asroma | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@asroma?lang=en | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.whatsapp.com/channel/0029Va6… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/officialasroma | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ASRomaEN | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/officialasroma… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/as-roma | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/asroma | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@asroma?lang=en | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.whatsapp.com/channel/0029Va6… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/officialasroma | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ASRomaEN | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/officialasroma… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/as-roma | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/asroma | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@asroma?lang=en | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.whatsapp.com/channel/0029Va6… | new tab | Add '(opens in new tab)' to text | |
| https://concorsi.asroma.com/en | Competitions | new tab | Add '(opens in new tab)' to text |
| https://asromacard.asroma.com/Cards | AS Roma Card | new tab | Add '(opens in new tab)' to text |
| https://www.fantoken.com/asr/ | Fan Token | new tab | Add '(opens in new tab)' to text |
| https://account.asroma.com/ | Log in to MyASR | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/officialasroma | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ASRomaEN | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/officialasroma… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/as-roma | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/asroma | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@asroma?lang=en | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.whatsapp.com/channel/0029Va6… | new tab | Add '(opens in new tab)' to text | |
| https://store.asroma.com/ | Shop icon | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/ | Shop | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/ | AS Roma Shop | new tab | Add '(opens in new tab)' to text |
| https://account.asroma.com/ | Edit my profile | new tab | Add '(opens in new tab)' to text |
| #hero-carousel-6 | (empty) | empty | Add link text or aria-label |
| https://store.asroma.com/en/collections/… | Buy now The… | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/en/collections/… | Buy now The… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/officialasroma | AS Roma Social Network | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/ASRomaEN | AS Roma Social Network | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/officialasroma… | AS Roma Social Network | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/as-roma | AS Roma Social Network | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/asroma | AS Roma Social Network | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@asroma?lang=en | AS Roma Social Network | new tab | Add '(opens in new tab)' to text |
| https://www.whatsapp.com/channel/0029Va6… | AS Roma Social Network | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/en/collections/… | 2026-27 Away Jersey EN | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/en/collections/… | 2026-27 Away Jersey EN | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/en/collections/… | 2026-27 Away Jersey EN | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/ | Visit the online store | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/ | Visit the online store | new tab | Add '(opens in new tab)' to text |
| https://calendario.asroma.com/ | Calendar CTA ad | new tab | Add '(opens in new tab)' to text |
| https://calendario.asroma.com/ | Calendar CTA ad | new tab | Add '(opens in new tab)' to text |
| https://calendario.asroma.com/ | Calendar CTA ad | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Google Play Image | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/us/app/as-roma-of… | App Store Image | new tab | Add '(opens in new tab)' to text |
| https://asromacard.asroma.com/tdt?vendor… | AS Roma card | new tab | Add '(opens in new tab)' to text |
| https://concorsi.asroma.com/en | Competitions | new tab | Add '(opens in new tab)' to text |
| https://www.fantokens.com/trade/as-roma-… | Fan Token | new tab | Add '(opens in new tab)' to text |
| https://account.asroma.com/ | Log in to MyASR | new tab | Add '(opens in new tab)' to text |
| https://asroma.altamiraweb.com/?cnglangu… | Careers | new tab | Add '(opens in new tab)' to text |
| https://store.asroma.com/en/ | Online store | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/officialasroma | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ASRomaEN | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/officialasroma… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/as-roma | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/asroma | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@asroma?lang=en | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.whatsapp.com/channel/0029Va6… | new tab | Add '(opens in new tab)' to text | |
| https://www.asroma.com/en/cookie-policy | More information about cookies… | new tab | Add '(opens in new tab)' to text |
| https://www.asroma.com/en/cookie-policy | More information about AS Roma… | new tab | Add '(opens in new tab)' to text |
| https://www.asroma.com/en/privacy-policy | Privacy policy for AS Roma, op… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#hero-carousel-6
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
Add '(opens in new tab)' to link text or aria-label.
https://concorsi.asroma.com/en ; https://asromacard.asroma.com/Cards ; https://www.fantoken.com/asr/ ; https://account.asroma.com/ ; https://asroma.altamiraweb.com/?cnglanguage=ENG ; http://scuolacalcio.asroma.com/ ; https://camp.asroma.com/ ; https://asromacard.asroma.com/Cards ; https://changeowner.asroma.com/season/changeowner/access?id=360512&lang=en ; https://store.asroma.com/en/ (+84 more)
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
BForm Input Types4 input(s) using type=text where a specific type would helpREVIEW
BIframe Accessibility2/4 iframe(s) missing title; 0 placeholder(s)REVIEW
BTap Target Adequacy1 tap target(s) too small or too close togetherREVIEW
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 81/100 — 6 failing, 25 passedREVIEW
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.
ARIA
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to last slide div.asr-shop__main-wrapper > div#shop-Away Kit 2026/27 > div.splide__arrows > button.splide__arrow |
Next slide div.asr-shop__main-wrapper > div#shop-Away Kit 2026/27 > div.splide__arrows > button.splide__arrow |
Go to slide 1 div#shop-Away Kit 2026/27 > ul.splide__pagination > li > button.splide__pagination__page |
Go to slide 2 div#shop-Away Kit 2026/27 > ul.splide__pagination > li > button.splide__pagination__page |
Go to slide 3 div#shop-Away Kit 2026/27 > ul.splide__pagination > li > button.splide__pagination__page |
Go to slide 4 div#shop-Away Kit 2026/27 > ul.splide__pagination > li > button.splide__pagination__page |
Go to slide 5 div#shop-Away Kit 2026/27 > ul.splide__pagination > li > button.splide__pagination__page |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
login icon div.asr-header__controls > div.asr-header__account > div.asr-header__account-btn > div.asr-header__login-btn-icon |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
AWAY KIT 2026/27 div.asr-shop > header.asr-shop__header > div.asr-shop__tabs > button.asr-shop__tab |
HOME KIT 2026/27 div.asr-shop > header.asr-shop__header > div.asr-shop__tabs > button.asr-shop__tab |
TRAINING KIT 2026/27 div.asr-shop > header.asr-shop__header > div.asr-shop__tabs > button.asr-shop__tab |
SAINT BARTH div.asr-shop > header.asr-shop__header > div.asr-shop__tabs > button.asr-shop__tab |
TICKETS div.asr-page-footer__alpha-wrapper > div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-root-link |
TEAMS div.asr-page-footer__alpha-wrapper > div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-root-link |
ROMANISTI div.asr-page-footer__alpha-wrapper > div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-root-link |
CLUB div.asr-page-footer__alpha-wrapper > div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-root-link |
NEWS div.asr-page-footer__alpha-wrapper > div.asr-page-footer__menu > div.asr-page-footer__menu-root > a.asr-page-footer__menu-root-link |
AS ROMA STORES div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-children > a.asr-page-footer__menu-child |
ONLINE STORE div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-children > a.asr-page-footer__menu-child |
STADIUM div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-children > a.asr-page-footer__menu-child |
CONTACT US div.asr-page-footer__menu > div.asr-page-footer__menu-root > div.asr-page-footer__menu-children > a.asr-page-footer__menu-child |
© 2018-2026 A.S. Roma S.r.l. – EU VAT IT01180281006 - all rights reserved. The … div.asr-page-footer__beta > div.asr-page-footer__beta-wrapper > div.asr-page-footer__copyright-notice > p |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.gc-col-12 > div.asr-homepage-latest-articles > div.slider-controls > img.slider-arrow-left div.gc-col-12 > div.asr-homepage-latest-articles > div.slider-controls > img.slider-arrow-left |
div.gc-col-12 > div.asr-homepage-latest-articles > div.slider-controls > img.slider-arrow-right div.gc-col-12 > div.asr-homepage-latest-articles > div.slider-controls > img.slider-arrow-right |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div#shop-Away Kit 2026/27 > ul.splide__pagination > li > button.splide__pagination__page |
These items highlight common accessibility best practices.
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 |
|---|
AS Roma cookie policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
AHeading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Form Input Quality15 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Mobile-Readable Font SizesAll 1 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 |
|---|---|---|---|---|---|
| h2 Cookies on AS Roma w… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h2 Privacy Preference C… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h2 Privacy Preference C… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Authentic Match Jers… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 AS Roma Away Authent… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Away Jersey 2026/27 | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Away Jersey 2026/27,… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Away Baby Kit 2026/2… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Home Authentic Match… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 AS Roma Home Authent… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Home Jersey 2026/27 | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Home Match Jersey 20… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 2026/27 Goalkeeper M… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Home Jersey 2026/27,… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Home Match Mini Kit … | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Home Baby Kit 2026/2… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Hooded Full-Zip Anth… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 AS Roma Travel Cotto… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 AS Roma Sweatshirt T… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Track Top Travel wit… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | 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.