Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 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
DFavicon & BrandingAction3 icon(s) detectedFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CHeading HierarchyAction82 headings, 1 skip(s)REVIEW
- H2 Home Page
- H3 SAHA 2026 to bring defense, aerospace industry together in Istanbul
- H3 US-Iran talks could be held in next three days: Trump
- H3 Erdoğan, NATO chief discuss summit preparations, alliance agenda
- H3 Three ships targeted in Hormuz, Iran seizes two: monitors, Guards
- H3 Turkish central bank keeps policy rate unchanged again
- H3 Turkish top diplomat due in London for trade, defense talks
- H3 No fatalities as army helicopter crash-lands in Ankara
- H3 Downward trend in inflation will continue, says Mehmet Şimşek
- H3 SAHA 2026 to bring defense, aerospace industry together in Istanbul
- H3 US-Iran talks could be held in next three days: Trump
- H3 Medical report reveals human toll of Gallipoli Campaign
- H3 NATO chief praises Türkiye’s ‘defense industry revolution’
- H3 Environment minister says COP31 in Antalya to open new era of climate cooperation
- H3 EU Parliament’s Türkiye rapporteur slams von der Leyen over Ankara remarks
- H3 Türkiye says Greek maritime maps violate international law
- H3 Adatepe set for global tourism spotlight
- H5 Storm in a cup! skipped
- H5 Storm in a cup!
- H5 Storm in a cup!
- H3 Int'l artists gather at Mount Nemrut
- H3 Consumer confidence in Türkiye rises slightly in April
- H3 Ukraine has restarted Russian oil pipeline to Hungary, Slovakia
- H3 Domestic tourism expenditure rises 32 percent in 2025
- H3 EU divided on suspension of Israel pact
- H3 London hosts talks on Hormuz mission
- H3 US blocked $500 mln cash shipment to Iraq: WSJ
- H3 Erdoğan, German president discuss ties, warn of war’s impact on Europe
- H3 US-Iran talks could be held in next three days: Trump
- H3 Israeli strikes kill 3 in Lebanon, Beirut to seek truce extension
- H3 Özel visits Kurtulmuş as CHP pushes for by-election
- H3 EU nears approval of Ukraine loan after Hungary pipeline row
- H3 Historic madrasa opens after a century
- H3 Five must-see ancient theatres
- H3 Snow in Cappadocia: A winter fairy tale
- H3 10 hidden beauties of Türkiye
- H3 A magical journey into the sea: Türkiye’s underwater museum
- H3 Seven must-see ancient cities in Türkiye
- H3 Most budget-friendly destinations for a fall getaway in Türkiye
- H3 Istanbul’s emotion map revealed
- H3 Time-lapse photos of the night sky
- H3 Stockbreeders life in Türkiye's Van
- H3 Supermoon brightens up Edirne skies
- H3 Enchanting sunset at Mount Nemrut
- H3 Color fest in autumn in Kazdağları
- H3 Most bizarre Turkish superstitions
- H3 Turkish women who made history
- H3 11 prominent Turkish painters of 20th century
- H3 Butterfly garden in Central Anatolia
- H3 Beyoncé, Gaga offer hope at all-star event fighting COVID-19
- H3 The life of Whitney Houston to be made into feature film
- H3 Handwritten 'Hey Jude' lyrics sell for $910,000
- H3 Aizanoi, the second Ephesus of Türkiye
- H3 Top 10 sites for camping in Türkiye
- H3 16 astonishing UNESCO sites in Türkiye
- H3 5 hidden exotic paradises of Türkiye
- H3 Top 15 exciting things to do in Türkiye
- H3 World’s top 20 beautiful cities list has one Turkish metropolis
- H3 Academics spending more than 30 years in ancient excavation area
- H3 Ceremonial Hall, the most spectacular room of Dolmabahçe
- H3 5 must-visit Turkish villages
- H3 Top 10 waterfront restaurants in Türkiye
- H3 Top 5 best treks near Istanbul
- H3 22 unique experiences you can live in Türkiye
- H3 Top 10 natural marvels in Türkiye, ranked
- H3 Türkiye’s top 50 female CEOs
- H3 Turkish doctors become social media influencers
- H3 Most popular Turkish pilot on social media
- H3 Best restaurants in Istanbul, ranked
- H3 Top 10 boutique hotels in Türkiye, selected by experts
- H3 Top 29 must-try Turkish street foods
- H3 Top 20 museums in Türkiye
- H3 Best gifts and souvenirs to buy from Türkiye
- H3 15 best hotels of Türkiye in 2018
- H3 Top 9 places in Türkiye for autumn holiday
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Performance Cookies
- H4 Functional Cookies
- H4 Targeting 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
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
CLink & Button QualityAction4 issue(s) across 102 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /turkiye/ | Türkiye | new tab | Add '(opens in new tab)' to text |
| /economy/ | Economy | new tab | Add '(opens in new tab)' to text |
| /opinion/ | Opinion | new tab | Add '(opens in new tab)' to text |
| /world/ | World | new tab | Add '(opens in new tab)' to text |
| /artsandlife/ | Arts & Life | new tab | Add '(opens in new tab)' to text |
| /sports/ | Sports | new tab | Add '(opens in new tab)' to text |
| /photo/ | Photo | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/hurriyetdailyne… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/HDNER | new tab | Add '(opens in new tab)' to text | |
| /saha-2026-to-bring-defense-aerospace-in… | Türkiye … | new tab | Add '(opens in new tab)' to text |
| /us-iran-talks-could-be-held-in-next-thr… | World … | new tab | Add '(opens in new tab)' to text |
| /erdogan-receives-nato-chief-in-ankara-2… | Türkiye … | new tab | Add '(opens in new tab)' to text |
| /three-ships-targeted-in-hormuz-iran-sei… | World … | new tab | Add '(opens in new tab)' to text |
| /turkish-central-bank-keeps-policy-rate-… | Economy … | new tab | Add '(opens in new tab)' to text |
| /turkish-top-diplomat-due-in-london-for-… | Türkiye … | new tab | Add '(opens in new tab)' to text |
| /defense-ministry-says-all-five-personne… | Türkiye … | new tab | Add '(opens in new tab)' to text |
| /downward-trend-in-inflation-will-contin… | Economy … | new tab | Add '(opens in new tab)' to text |
| /saha-2026-to-bring-defense-aerospace-in… | Türkiye … | new tab | Add '(opens in new tab)' to text |
| /us-iran-talks-could-be-held-in-next-thr… | World … | new tab | Add '(opens in new tab)' to text |
| /century-old-medical-report-reveals-huma… | Medical report reveals human t… | new tab | Add '(opens in new tab)' to text |
| /nato-chief-praises-turkiyes-defense-ind… | NATO chief praises Türkiye’… | new tab | Add '(opens in new tab)' to text |
| /environment-minister-says-cop31-in-anta… | Environment minister says COP3… | new tab | Add '(opens in new tab)' to text |
| /eu-parliaments-turkiye-rapporteur-slams… | EU Parliament’s Türkiye rap… | new tab | Add '(opens in new tab)' to text |
| /turkiye-says-greek-maritime-maps-violat… | Türkiye says Greek maritime m… | new tab | Add '(opens in new tab)' to text |
| /adatepe-set-for-global-tourism-spotligh… | ARTS & LIFE … | new tab | Add '(opens in new tab)' to text |
| /international-artists-gather-at-mount-n… | ARTS & LIFE … | new tab | Add '(opens in new tab)' to text |
| /consumer-confidence-in-turkiye-rises-sl… | ECONOMY … | new tab | Add '(opens in new tab)' to text |
| /ukraine-has-restarted-russian-oil-pipel… | ECONOMY … | new tab | Add '(opens in new tab)' to text |
| /domestic-tourism-expenditure-rises-32-p… | ECONOMY … | new tab | Add '(opens in new tab)' to text |
| /eu-divided-on-suspension-of-israel-pact… | WORLD … | new tab | Add '(opens in new tab)' to text |
| /london-hosts-talks-on-hormuz-mission-22… | WORLD … | new tab | Add '(opens in new tab)' to text |
| /us-blocked-500-mln-cash-shipment-to-ira… | WORLD … | new tab | Add '(opens in new tab)' to text |
| /erdogan-german-president-discuss-ties-w… | Erdoğan, German president dis… | new tab | Add '(opens in new tab)' to text |
| /us-iran-talks-could-be-held-in-next-thr… | US-Iran talks could be held in… | new tab | Add '(opens in new tab)' to text |
| /israeli-strikes-kill-3-in-lebanon-beiru… | Israeli strikes kill 3 in Leba… | new tab | Add '(opens in new tab)' to text |
| /ozel-visits-kurtulmus-as-chp-pushes-for… | Özel visits Kurtulmuş as CHP… | new tab | Add '(opens in new tab)' to text |
| /eu-nears-approval-of-ukraine-loan-after… | EU nears approval of Ukraine l… | new tab | Add '(opens in new tab)' to text |
| /historic-mardin-madrasa-opens-doors-for… | TÜRKIYE H… | new tab | Add '(opens in new tab)' to text |
| /photo-cappadocia-under-snow-a-winter-fa… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-10-hidden-beauties-of-turkey-for-… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-a-magical-journey-into-the-sea-tu… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /seven-must-see-ancient-cities-in-turkey… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-most-budget-friendly-destinations… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-istanbuls-emotion-map-revealed-15… | Istanbul’s emotion map revea… | new tab | Add '(opens in new tab)' to text |
| /photo-riveting-time-lapse-photos-of-the… | Time-lapse photos of the night… | new tab | Add '(opens in new tab)' to text |
| /photo-stockbreeders-life-in-turkeys-van… | Stockbreeders life in Türkiye… | new tab | Add '(opens in new tab)' to text |
| /photo-first-supermoon-of-2020-brightens… | Supermoon brightens up Edirne … | new tab | Add '(opens in new tab)' to text |
| /photo-enchanting-sunset-at-mount-nemrut… | Enchanting sunset at Mount Nem… | new tab | Add '(opens in new tab)' to text |
| /photo-color-fest-in-autumn-in-kazdaglar… | Color fest in autumn in Kazda… | new tab | Add '(opens in new tab)' to text |
| /photo-most-bizarre-turkish-superstition… | Most bizarre Turkish superstit… | new tab | Add '(opens in new tab)' to text |
| /photo-turkish-women-who-made-history-14… | Turkish women who made history… | new tab | Add '(opens in new tab)' to text |
| /photo-12-prominent-turkish-painters-of-… | 11 prominent Turkish painters … | new tab | Add '(opens in new tab)' to text |
| /photo-butterfly-garden-in-central-anato… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /beyonc-gaga-offer-hope-at-all-star-even… | ARTS & LIFE … | new tab | Add '(opens in new tab)' to text |
| /the-life-of-whitney-houston-to-be-made-… | ARTS & LIFE … | new tab | Add '(opens in new tab)' to text |
| /handwritten-hey-jude-lyrics-sell-for-91… | ARTS & LIFE … | new tab | Add '(opens in new tab)' to text |
| /photo-aizanoi-the-second-ephesus-of-tur… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-top-10-sites-for-camping-in-turke… | Top 10 sites for camping in T… | new tab | Add '(opens in new tab)' to text |
| /photo-16-astonishing-unesco-sites-you-p… | 16 astonishing UNESCO sites in… | new tab | Add '(opens in new tab)' to text |
| /5-hidden-exotic-paradises-of-turkey-143… | 5 hidden exotic paradises of T… | new tab | Add '(opens in new tab)' to text |
| /photo-top-15-exciting-places-and-activi… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-worlds-top-20-beautiful-cities-li… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /academics-spending-more-than-30-years-i… | ARTS & LIFE … | new tab | Add '(opens in new tab)' to text |
| /photo-ceremonial-hall-the-most-spectacu… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-the-5-must-visit-turkish-villages… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-top-10-waterfront-restaurants-in-… | Top 10 waterfront restaurants … | new tab | Add '(opens in new tab)' to text |
| /photo-top-5-best-treks-near-istanbul-14… | Top 5 best treks near Istanbul… | new tab | Add '(opens in new tab)' to text |
| /photo-22-unique-experiences-in-turkey-f… | 22 unique experiences you can … | new tab | Add '(opens in new tab)' to text |
| /photo-top-10-natural-marvels-in-turkey-… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-turkeys-top-50-female-ceos-136527 | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-turkish-doctors-become-social-med… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-most-popular-turkish-pilot-on-soc… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-best-restaurants-in-istanbul-rank… | PHOTO … | new tab | Add '(opens in new tab)' to text |
| /photo-top-10-boutique-hotels-in-turkey-… | Top 10 boutique hotels in Tür… | new tab | Add '(opens in new tab)' to text |
| /photo-top-29-must-try-turkish-street-fo… | Top 29 must-try Turkish street… | new tab | Add '(opens in new tab)' to text |
| /photo-top-20-museums-in-turkey-135892 | Top 20 museums in Türkiye … | new tab | Add '(opens in new tab)' to text |
| /best-souvenirs-to-buy-from-30-places-in… | Best gifts and souvenirs to bu… | new tab | Add '(opens in new tab)' to text |
| /photo-15-best-hotels-of-turkey-in-2018-… | 15 best hotels of Türkiye in … | new tab | Add '(opens in new tab)' to text |
| /photo-top-9-places-in-turkey-for-vacati… | Top 9 places in Türkiye for a… | new tab | Add '(opens in new tab)' to text |
| /turkey/ | Türkiye | new tab | Add '(opens in new tab)' to text |
| /economy/ | Economy | new tab | Add '(opens in new tab)' to text |
| /opinion/ | Opinion | new tab | Add '(opens in new tab)' to text |
| /world/ | World | new tab | Add '(opens in new tab)' to text |
| /artsandlife/ | Arts & Life | new tab | Add '(opens in new tab)' to text |
| /sports/ | Sports | new tab | Add '(opens in new tab)' to text |
| /video/ | Video | new tab | Add '(opens in new tab)' to text |
| /photo/ | Photo | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/cerez-politi… | More information about your pr… | 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 |
| <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 |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
/turkiye/; /economy/; /opinion/; /world/; /artsandlife/; /sports/; /photo/; https://www.facebook.com/hurriyetdailynews; https://twitter.com/HDNER; /saha-2026-to-bring-defense-aerospace-industry-together-in-istanbul-221324 (+79 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 (#827 on page); button (#837 on page); button (#851 on page); button (#865 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
B404 Error PageHTTP 404, custom pageREVIEW
BWeb ManifestPWA-readyREVIEW
BLighthouse Accessibility AuditsScore 88/100 — 4 failing, 20 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.
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 |
|---|
14335.49 div.currency-list > div.negative > div.right-side > div.amount |
52.7074 div.currency-list > div.positive > div.right-side > div.amount |
6826.78 div.currency-list > div.negative > div.right-side > div.amount |
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 |
|---|
Storm in a cup! div.swiper-wrapper > div.opinion > a > h5 |
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 |
|---|
div.row > div.col-md-3 > div.search > a.fa div.row > div.col-md-3 > div.search > a.fa |
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.mobile html.mobile |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 77 images OKPASS
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #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 |
| input | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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
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 Home Page | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Privacy Preference C… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SAHA 2026 to bring d… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 US-Iran talks could … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Erdoğan, NATO chief… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Three ships targeted… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Turkish central bank… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Turkish top diplomat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 No fatalities as arm… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Downward trend in in… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SAHA 2026 to bring d… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 US-Iran talks could … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Medical report revea… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 NATO chief praises T… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Environment minister… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 EU Parliament’s T… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Türkiye says Greek … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Adatepe set for glob… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Int'l artists gather… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Consumer confidence … | 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.