Skip to content

Fix: replace dead color contrast checker link with active tool#1645

Open
reallymello wants to merge 6 commits into
a11yproject:mainfrom
reallymello:fix/replace-dead-link-with-new-wcag-color-checker
Open

Fix: replace dead color contrast checker link with active tool#1645
reallymello wants to merge 6 commits into
a11yproject:mainfrom
reallymello:fix/replace-dead-link-with-new-wcag-color-checker

Conversation

@reallymello

@reallymello reallymello commented Apr 5, 2026

Copy link
Copy Markdown

Summary

Removes a dead link to https://www.alarmsystem.no/color-contrast/ which returns a 404. The domain (alarmsystem.no) is a parked domain, appears unrelated to accessibility tooling, and the entry looks like it may have been spam.

Replaced with WCAG Color Contrast Checker, an actively maintained tool that includes colorblindness simulation for four deficiency types (deuteranopia, protanopia, tritanopia, achromatopsia), accessible color variant suggestions, and a markdown bug report for logging accessibility defects.

Changes

  • src/_data/resources.json — replaced dead entry in the colors section with active tool

Additional Dead Links Removed

Status URL
HTTP 404 https://www.alicia.design/writing
HTTP 404 https://shop.smashingmagazine.com/products/apps-for-all
HTTP 404 https://jenniferbrownspeaks.com/jbs-book-inclusion
HTTP 404 https://shop.smashingmagazine.com/products/inclusive-design-patterns
HTTP 404 https://afuturedate.herokuapp.com/
HTTP 404 https://www.everand.com/book/527830515/Thinking-about-Digital-Accessibility-From-Ally-to-Advocate
HTTP 404 https://ux.shopify.com/considerations-when-writing-alt-text-a9c1985a8204
HTTP 404 https://mawconsultingllc.com/intro-to-web-accessibility/
DNS resolution failed https://accessibility.uxdesign.cc/
DNS resolution failed https://pragmaticaccess.com/articles/2019-05-30-pdf-accessibility-introduction
DNS resolution failed https://accessibility.digital.gov/

Adding New Link

{
  "title": "WCAG Color Contrast Checker",
  "description": "Checks foreground and background color contrast against WCAG 2.1 AA and AAA standards, with colorblindness simulation for four deficiency types, accessible color variant suggestions, and a markdown bug report for logging accessibility defects.",
  "additional": "David Mello",
  "url": "https://davidmello.com/tools/color-contrast-checker"
},

Disclosure: I am the author of the replacement tool being added in this PR.

Why It Belongs Here

  • Checks foreground/background color pairs against WCAG 2.1 AA and AAA contrast thresholds
  • Colorblindness simulation for four deficiency types (deuteranopia, protanopia, tritanopia, achromatopsia)
  • Accessible color variant suggestions when a pair fails
  • Development team / Quality Assurance workflow features
    • Shareable URL via query params (?fg=xxxxxx&bg=xxxxxx) for sharing / explaining issues to coworkers
    • Markdown bug report for logging accessibility defects in issue trackers

Checklist

  • Free / no paywall
  • No UTM codes or tracking parameters in URL
  • No accessibility overlay plugins
  • Not hosted on Medium
  • Content aligns with The A11Y Project's mission
  • Entry sorted alphabetically within the category

reallymello and others added 5 commits April 5, 2026 10:26
The previous entry (Josef Eines / alarmsystem.no) returns a connection
error — the domain is no longer active. Replaced with a working WCAG
color contrast checker and moved it to the correct alphabetical position
within the category (between "We are Colorblind" and "Who Can Use").

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mikeyil

mikeyil commented May 23, 2026

Copy link
Copy Markdown
Contributor

Hey @reallymello, I have found some links that we could update rather than simply remove. I'm going to make another PR for the same issue. #1647

mikeyil added a commit to mikeyil/a11yproject.com that referenced this pull request May 23, 2026
Follow-up to PR a11yproject#1645
Fixes a11yproject#1647

- Restored 4 resources from PR 1645 by updating their URLs to new destinations.
- Removed 8 dead links from the original issue.
- Found and removed 4 additional dead links.
- Added David Mello's WCAG Color Contrast Checker as a replacement for the defunct Josef Eines tool.
@reallymello

Copy link
Copy Markdown
Author

Sounds good, thanks for for finding the updated links on the ones that could be preserved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants