Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 988 Lifeline | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 If you need to talk,… | 1.13:1 | 3.0:1 | #000000 | #0A1326 | Fail |
| h2 What to Expect | 1.13:1 | 3.0:1 | #000000 | #0A1326 | Fail |
| h2 Find Support for a F… | 1.13:1 | 3.0:1 | #000000 | #0A1326 | Fail |
| h2 Get in Touch | 1.13:1 | 3.0:1 | #000000 | #0A1326 | Fail |
| h2 You are opening a ne… | 1.13:1 | 3.0:1 | #000000 | #0A1326 | Fail |
| title 988 Lifeline - If yo… | 4.20:1 | 4.5:1 | #000000 | #0278A0 | Fail |
| a Skip to content | 8.24:1 | 4.5:1 | #000000 | #62ACC6 | Pass |
| p ¡Los servicios de t… | 19.77:1 | 4.5:1 | #000000 | #F2F9FF | Pass |
| a Call | 19.77:1 | 4.5:1 | #000000 | #F2F9FF | Pass |
| a Text | 19.77:1 | 4.5:1 | #000000 | #F2F9FF | Pass |
| a Chat | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Deaf/HoH | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Close Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Call | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Text | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Chat | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Deaf/HoH | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5: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.
ALandmark Structure17 landmarksPASS
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
A+Heading Hierarchy6 headingsPASS
- H1 988 Lifeline
- H2 If you need to talk, the 988 Lifeline is here.
- H2 What to Expect
- H2 Find Support for a Friend or Loved One
- H2 Get in Touch
- H2 You are opening a new tab.
A+Alt Text QualityAll 4 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-form-1 | search | Search for: | for/id |
| #lang_choice_1 | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="lang_choice_1" id="lang_choice_1">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
ALink & Button Quality105 links, 19 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.hhs.gov/vulnerability-disclo… | Vulnerability Disclosure Polic… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/988lifeline/ | See988 LifelineonInstagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/988lifeline/ | See988 LifelineonFacebook | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/988Lifeline | See988 LifelineonYouTube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/988Lifeline | See988 LifelineonX | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/sharer/sharer.php?u… | Share on Facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/intent/tweet/?text=9… | Share on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/shareArticle?mi… | Share on LinkedIn | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.hhs.gov/vulnerability-disclosure-policy/index.html; https://www.instagram.com/988lifeline/; https://www.facebook.com/988lifeline/; https://www.youtube.com/988Lifeline; https://twitter.com/988Lifeline; https://facebook.com/sharer/sharer.php?u=https://988lifeline.org/; https://twitter.com/intent/tweet/?text=988 Lifeline&url=https://988lifeline.org/; https://www.linkedin.com/shareArticle?mini=true&url=https://988lifeline.org/&…
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
AFavicon & Branding7 icon(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 1 failing, 26 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English
Español div.header__inner-wrap > div.header__lang-switcher > div.input-container > select#lang_choice_1 |
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.