Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction47 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
FHeading HierarchyAction70 headings, 4 skip(s)FIX
- H2 For all, into the Starfield
- H2 Come back stronger
- H2 Introducing The Playerbase
- H2 Now optimized for PS5
- H2 Outplay everything
- H2 (empty)
- H2 The show never stops
- H2 Discover all PS5 consoles and accessories
- H2 Discover all PS5 consoles and accessories
- H3 PlayStation 5 Console
- H2 Discover all PS5 consoles and accessories
- H3 PlayStation 5 Pro console
- H2 Discover all PS5 consoles and accessories
- H3 DualSense™ Wireless Controller
- H2 Discover all PS5 consoles and accessories
- H3 PULSE Elite™ Wireless Headset
- H2 Discover all PS5 consoles and accessories
- H3 PULSE Explore™ Wireless Earbuds
- H2 Discover all PS5 consoles and accessories
- H3 DualSense Edge™ Wireless Controller
- H2 Discover all PS5 consoles and accessories
- H3 Access™ Controller
- H2 Discover all PS5 consoles and accessories
- H3 PS5 Console Covers
- H2 Save up to $250 with PlayStation 5 Certified Refurbished products*
- H2 Great PS4 & PS5 games out now or coming soon
- H1 Discover PlayStation Plus
- H3 PlayStation Plus Premium skipped
- H3 PlayStation Plus Extra
- H3 PlayStation Plus Essential
- H3 PlayStation Plus Premium
- H3 PlayStation Plus Extra
- H3 PlayStation Plus Essential
- H2 30 years of PlayStation
- H1 THIS APRILON PLAYSTATION duplicate H1
- H5 New releases skipped
- H5 PlayStation Indies
- H5 Latest updates
- H5 New releases
- H5 PlayStation Indies
- H5 Latest updates
- H2 New savings on PlayStation Store
- H2 The latest news from PlayStation Blog
- H4 LEGO Batman: Legacy of the Dark Knight – Batcave revealed skipped
- H4 Saros: PS5 and PS5 Pro features detailed
- H4 PlayStation Plus Game Catalog for April: The Crew Motorfest, Horizon Zero Dawn Remastered, Football Manager 26 Console, Warriors: Abyss and more
- H4 An upgraded version of Roblox launches on PS5 today
- H4 Pragmata: All the ways the Shelter expands gameplay and story
- H4 Official PlayStation Podcast Episode 538: Marshes and Mollusks
- H4 Share of the Week: Resident Evil 9
- H4 Supernatural handyman simulator The Lift launches on PS5 in 2027
- H4 Warhammer Survivors is coming to PS5 this year with new content
- H4 Ace Combat 8: Wings of Theve devs detail first-person aerial combat and world of Strangereal
- H4 LEGO Batman: Legacy of the Dark Knight – Batcave revealed
- H4 Saros: PS5 and PS5 Pro features detailed
- H4 PlayStation Plus Game Catalog for April: The Crew Motorfest, Horizon Zero Dawn Remastered, Football Manager 26 Console, Warriors: Abyss and more
- H4 An upgraded version of Roblox launches on PS5 today
- H4 Pragmata: All the ways the Shelter expands gameplay and story
- H4 Official PlayStation Podcast Episode 538: Marshes and Mollusks
- H4 Share of the Week: Resident Evil 9
- H4 Supernatural handyman simulator The Lift launches on PS5 in 2027
- H4 Warhammer Survivors is coming to PS5 this year with new content
- H4 Ace Combat 8: Wings of Theve devs detail first-person aerial combat and world of Strangereal
- H3 Follow us on social media
- H3 PlayStation® Official Site: Consoles, Games, Accessories & More
- H3 Sorry, you are not eligible to view this content.
- H5 SENSITIVE_CONTENT skipped
- H3 {NUM}
- H2 {TITLE}
- H3 {FEATURE_TITLE}
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
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
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
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
FLink & Button QualityAction9 issue(s) across 239 links and 30 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://store.playstation.com/pages/deal… | <img itemprop="contentUrl" src… | new tab | Add '(opens in new tab)' to text |
| https://store.playstation.com/pages/deal… | See all deals | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/16/… | LEGO Batman: Legacy of the Dar… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/16/… | Saros: PS5 and PS5 Pro feature… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/15/… | PlayStation Plus Game Catalog … | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/14/… | An upgraded version of Roblox … | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/13/… | Pragmata: All the ways the She… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/10/… | Official PlayStation Podcast E… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/10/… | Share of the Week: Resident Ev… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/09/… | Supernatural handyman simulato… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/09/… | Warhammer Survivors is coming … | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/09/… | Ace Combat 8: Wings of Theve d… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/16/… | LEGO Batman: Legacy of the Dar… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/16/… | Saros: PS5 and PS5 Pro feature… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/15/… | PlayStation Plus Game Catalog … | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/14/… | An upgraded version of Roblox … | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/13/… | Pragmata: All the ways the She… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/10/… | Official PlayStation Podcast E… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/10/… | Share of the Week: Resident Ev… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/09/… | Supernatural handyman simulato… | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/09/… | Warhammer Survivors is coming … | new tab | Add '(opens in new tab)' to text |
| https://blog.playstation.com/2026/04/09/… | Ace Combat 8: Wings of Theve d… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/PlayStation | <img itemprop="contentUrl" src… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/playstation/ | <img itemprop="contentUrl" src… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/playstation/ | <img itemprop="contentUrl" src… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/playstation/ | <img itemprop="contentUrl" src… | new tab | Add '(opens in new tab)' to text |
| /en-us/corporate/playstation-careers/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.sie.com/ | Corporate | new tab | Add '(opens in new tab)' to text |
| https://www.sie.com/en/csr/diversity.htm… | Diversity, equity & inclusion | new tab | Add '(opens in new tab)' to text |
| https://status.playstation.com | Status | new tab | Add '(opens in new tab)' to text |
| https://www.playstation.com/repairs | PlayStation Repairs | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/playstation/ | (empty) | empty | Add link text or aria-label |
| https://twitter.com/PlayStation | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/PlayStation/ | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/playstation | (empty) | empty | Add link text or aria-label |
| https://apps.apple.com/app/apple-store/i… | PlayStation App (iOS) | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | PlayStation App (Android) | new tab | Add '(opens in new tab)' to text |
| https://research.playstation.com/ | Join our playtesting program | new tab | Add '(opens in new tab)' to text |
| https://www.esrb.org/ | <img src="/content/dam/global_… | new tab | Add '(opens in new tab)' to text |
| https://www.playstation.com/site-map/ | Site map | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/playstation/; https://twitter.com/PlayStation; https://www.instagram.com/PlayStation/; https://www.youtube.com/user/playstation; a.icon-block (#3376 on page); a.icon-block (#3420 on page)
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://store.playstation.com/pages/deals; https://store.playstation.com/pages/deals?smcid=pdc:us-en:web-pdc-home:button…; https://blog.playstation.com/2026/04/16/lego-batman-legacy-of-the-dark-knight…; https://blog.playstation.com/2026/04/16/saros-ps5-and-ps5-pro-features-detail…; https://blog.playstation.com/2026/04/15/playstation-plus-game-catalog-for-apr…; https://blog.playstation.com/2026/04/14/an-upgraded-version-of-roblox-launche…; https://blog.playstation.com/2026/04/13/pragmata-all-the-ways-the-shelter-exp…; https://blog.playstation.com/2026/04/10/official-playstation-podcast-episode-…; https://blog.playstation.com/2026/04/10/share-of-the-week-resident-evil-9/?sm…; https://blog.playstation.com/2026/04/09/supernatural-handyman-simulator-the-l… (+26 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.banner-bg-overlay (#530 on page); button.banner-bg-overlay (#587 on page); button.modal__close (#3566 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DFavicon & BrandingAction5 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
BAlt Text Quality6 of 68 images have issuesREVIEW
| Issue | Count |
|---|---|
| generic | 6 image(s) |
| too long | 2 image(s) |
B404 Error PageHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 73/100 — 8 failing, 24 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
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 |
|---|
PAGE_BANNER_ARIA_LABEL div.pagebanner-v2 > div.page-banner > div.page-banner__keyart > a.page-banner__keyart-anchor |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cmp-carousel__item > div.homepage-hero-slide > div.hp-hero__banner > button.banner-bg-overlay div.cmp-carousel__item > div.homepage-hero-slide > div.hp-hero__banner > button.banner-bg-overlay |
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.lc-plays1679-popup-wrapper > div.lc-plays1679-popup > div.lc-plays1679-popup-top > img.lc-plays1679-popup-top-bg div.lc-plays1679-popup-wrapper > div.lc-plays1679-popup > div.lc-plays1679-popup-top > img.lc-plays1679-popup-top-bg |
div.lc-plays1679-popup-wrapper > div.lc-plays1679-popup > div.lc-plays1679-popup-top > img.lc-plays1679-popup-top-bg div.lc-plays1679-popup-wrapper > div.lc-plays1679-popup > div.lc-plays1679-popup-top > img.lc-plays1679-popup-top-bg |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.content-grid > div.box > div.imageblock > a.media-block div.content-grid > div.box > div.imageblock > a.media-block |
div.subgridbox > div.box > div.imageblock > a.media-block div.subgridbox > div.box > div.imageblock > a.media-block |
div.subgridbox > div.box > div.imageblock > a.media-block div.subgridbox > div.box > div.imageblock > a.media-block |
div.subgridbox > div.box > div.imageblock > a.media-block div.subgridbox > div.box > div.imageblock > a.media-block |
div.subgridbox > div.box > div.imageblock > a.media-block div.subgridbox > div.box > div.imageblock > a.media-block |
footer.site-footer-v2 > div.grid > div.site-footer-v2__badges > a footer.site-footer-v2 > div.grid > div.site-footer-v2__badges > a |
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.
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 |
|---|
See offers tailored for you, manage your account settings & more div.lc-plays1679-popup-body-wrapper > div.textblock > div.text-block > h6 |
See offers tailored for you, manage your account settings & more div.lc-plays1679-popup-body-wrapper > div.textblock > div.text-block > h6 |
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 |
|---|
PlayStation Plus Premium a.mesh-col-8 > div.highlights-carousel__content > div.txt-block-title > h3.txt-style-medium-title |
LEGO Batman: Legacy of the Dark Knight – Batcave revealed a.blog-post > div.blog-post__content > header > h4.blog-post__title |
These are opportunities to improve keyboard navigation in your application.
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.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 2 div.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 3 div.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 4 div.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 5 div.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 6 div.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 7 div.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 8 div.gpdc-section > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 1 div.highlights-carousel > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 2 div.highlights-carousel > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 3 div.highlights-carousel > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 1 - New releases div.cards > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 2 - PlayStation Indies div.cards > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 3 - Latest updates div.cards > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 1 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 2 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 3 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 4 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 5 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 6 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 7 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 8 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 9 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Go to slide 10 div.blog-feed > div.simple-carousel > div.pagination > span.pagination__blip |
Legal nav.grid > ul.site-footer-v2__legal > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.os-android html.os-android |
These items highlight common accessibility best practices.
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #age-gate-month | number | none | |
| #age-gate-day | number | none | |
| #age-gate-year | number | none |
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 |
|---|---|---|---|---|---|
| h1 Discover PlayStation… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 THIS APRIL | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 For all, into the St… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Come back stronger | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Introducing The Play… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Now optimized for PS… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Outplay everything | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The show never stops | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover all PS5 con… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Save up to $250 with… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Great PS4 & PS5 game… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 30 years of PlayStat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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.