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
FLink & Button QualityAction11 issue(s) across 691 links and 18 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.payward.com/payward-services… | On/off rampsOn/off rampsEasy t… | new tab | Add '(opens in new tab)' to text |
| https://www.payward.com/payward-services… | Crypto trading infrastructureC… | new tab | Add '(opens in new tab)' to text |
| https://www.xstocks.fi | xStocksxStocksTokenized equiti… | new tab | Add '(opens in new tab)' to text |
| https://www.payward.com/ | PaywardPayward | new tab | Add '(opens in new tab)' to text |
| https://pro.kraken.com/app/trade/margin-… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Margin Btc Usd | |||
| https://support.kraken.com/hc/en-us/arti… | certain limitations and eligib… | new tab | Add '(opens in new tab)' to text |
| /legal#margin-disclosure-statement | Kraken's Margin Disclosure Sta… | new tab | Add '(opens in new tab)' to text |
| /legal | Terms of Service for additiona… | new tab | Add '(opens in new tab)' to text |
| https://www.forbes.com/advisor/investing… | https://www.forbes.com/advisor… | new tab | Add '(opens in new tab)' to text |
| https://www.breakoutprop.com/ | Breakout Prop Trading | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/krakenfx/ | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/KrakenFX/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/krakenf… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/krakenfx | X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/KrakenBitcoinE… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@krakenfx | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.reddit.com/r/Kraken/ | new tab | Add '(opens in new tab)' to text | |
| https://t.me/kraken_exchange_official | Telegram | new tab | Add '(opens in new tab)' to text |
| https://discord.gg/krakenexchange | Discord | new tab | Add '(opens in new tab)' to text |
| /legal/micar | here | generic text | Replace with descriptive text |
Before: here Suggested: Micar | |||
| /legal/disclosures | here | generic text | Replace with descriptive text |
Before: here Suggested: Disclosures | |||
| <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 |
| <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.
/; /
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
Generic link text like 'click here' doesn't describe the destination.
https://pro.kraken.com/app/trade/margin-btc-usd ("Learn more"); /legal/micar ("here"); /legal/disclosures ("here")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.payward.com/payward-services/on-off-ramps; https://www.payward.com/payward-services/crypto-trading-infrastructure; https://www.xstocks.fi; https://www.payward.com/; https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-; /legal#margin-disclosure-statement; /legal; https://www.forbes.com/advisor/investing/cryptocurrency/best-crypto-exchanges/?award=best-crypto-exchanges-award-2024-kraken; https://www.breakoutprop.com/; https://www.instagram.com/krakenfx/ (+8 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
D404 Error PageActionHTTP 404, custom pageFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BFavicon & Branding4 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CLighthouse Accessibility AuditsActionScore 75/100 — 8 failing, 23 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
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.flex > div.flex > div.relative > div.-translate-y-ds-list-item-md nav.flex > div.flex > div.relative > div.-translate-y-ds-list-item-md |
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.relative > div.-translate-y-ds-list-item-md > div.pointer-events-none > button.text-ds-button-primary-medium div.relative > div.-translate-y-ds-list-item-md > div.pointer-events-none > button.text-ds-button-primary-medium |
div.flex > div.flex > div.[&>*]:theme-light:text-black > button.text-ds-button-primary-none div.flex > div.flex > div.[&>*]:theme-light:text-black > button.text-ds-button-primary-none |
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 |
|---|
nav.flex > div.flex > div.relative > a.flex nav.flex > div.flex > div.relative > a.flex |
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 |
|---|
Pro li > a.group > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Kraken li > a.group > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Krak li > a.group > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Desktop li > a.group > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Privacy Notice li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Terms of Service li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Cookie Settings li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Recruitment Privacy Notice li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Disclosures li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Exchange Trading Rules li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Compliance Hub li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Do Not Sell/Share li > a.no-underline > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
© 2011 - 2026 Payward, Inc. div.mb-4 > div.mb-10 > div.text-ds-dimmed > div.[&_a:hover]:font-inherit |
Payward Europe Solutions Limited, trading as Kraken, is regulated by the Centra… div > div.text-ds-dimmed > div.[&_a:hover]:font-inherit > p |
These materials are for general information purposes only and are not investmen… div > div.text-ds-dimmed > div.[&_a:hover]:font-inherit > p |
La inversión en criptoactivos no está regulada, puede no ser adecuada para inve… div > div.text-ds-dimmed > div.[&_a:hover]:font-inherit > p |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Service div.text-ds-neutral > div.[&_a:hover]:font-inherit > p > a |
certain limitations and eligibility criteria div.text-ds-neutral > div.[&_a:hover]:font-inherit > p > a |
Kraken's Margin Disclosure Statement div.text-ds-neutral > div.[&_a:hover]:font-inherit > p > a |
Risk Disclosure div.text-ds-neutral > div.[&_a:hover]:font-inherit > p > a |
Terms of Service for additional information. div.text-ds-neutral > div.[&_a:hover]:font-inherit > p > a |
here div.text-ds-dimmed > div.[&_a:hover]:font-inherit > p > a |
here div.text-ds-dimmed > div.[&_a:hover]:font-inherit > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Margin Trading li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
OTC Trading li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Institutions li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
API Trading li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken API center li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Staking Rewards li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Send Money li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Recurring buys li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy Crypto li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Sell Crypto li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken Security li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken Careers li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken Blog li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken Developer li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Press Room li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Affiliate Program li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Asset Listings li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken Status li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Support Center li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Complaints li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Breakout Prop Trading li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Bitcoin Price li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Ethereum Price li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Dogecoin Price li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
XRP Price li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Cardano Price li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Solana Price li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Litecoin Price li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Crypto categories li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
All crypto prices li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Price predictions li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
BTC to USD li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
ETH to USD li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
DOGE to USD li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
XRP to USD li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
ADA to USD li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
SOL to USD li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
LTC to USD li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
All crypto markets li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy Bitcoin li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy Ethereum li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy Dogecoin li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy XRP li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy Cardano li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy Solana li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Buy Litecoin li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
All crypto guides li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
What is cryptocurrency? li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
What is Bitcoin? li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
What is Ethereum? li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Best Crypto Exchanges li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken vs Coinbase li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Kraken vs Binance li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Learn crypto li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Crypto Wallet li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Bitcoin Wallet li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Ethereum Wallet li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
Solana Wallet li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
USDT Wallet li > div.text-ds-neutral > div.[&_a:hover]:font-inherit > a.no-underline |
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 html |
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 |
|---|
Pro div.flex > ul.grid > li > a.group |
Kraken div.flex > ul.grid > li > a.group |
Krak div.flex > ul.grid > li > a.group |
Desktop div.flex > ul.grid > li > a.group |
A+Heading Hierarchy21 headingsPASS
- H5 Advanced tools
- H5 Who we serve
- H1 Secure and regulated crypto platform in Spain
- H2 Focused on accelerating crypto adoption since 2011
- H3 649
- H3 190+
- H2 Kraken in Spain
- H3 Kraken Is Officially MiCA Licensed
- H3 Kraken x Williams Bring F1 & Crypto to Barcelona
- H3 Proof of Reserves Report Released
- H3 Kraken secures EU MiFID license
- H3 Kraken Receives EU E-Money License
- H3 Kraken sponsors Atlético de Madrid
- H2 Build your crypto portfolio
- H2 Why Kraken?
- H2 Earn weekly rewards on your crypto
- H2 Trade spot and margin. All in one powerful interface.
- H3 Low spreads
- H3 Deep liquidity across markets
- H3 High rate limits
- H2 Start your crypto journey
A+Alt Text QualityAll 534 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| (satoshi@email.com) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email" id="email">
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 Kraken in Spain | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Why Kraken? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 190+ | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Kraken Is Officially… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Kraken x Williams Br… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Proof of Reserves Re… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Kraken secures EU Mi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Kraken Receives EU E… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Kraken sponsors Atl… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Kraken: Buy and sell… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Individuals | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Businesses | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span VIP | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span Affiliates | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span Markets | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span About | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span Search | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span Log in | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span Sign up | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | Pass |
| span Log in | 19.35:1 | 4.5:1 | #000000 | #F6F5F9 | 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.