AI Agent Hub
Back to plugins
🧰

dsh-color-contrast

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-color-contrast

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-color-contrast in DeepSeek Harness to install this WCAG color contrast checker plugin; source is available at https://github.com/uckkk/dsh-color-contrast

About this plugin

When you pick a color palette and wonder whether the contrast will pass WCAG, your usual move is to open a browser tab, paste the hex codes into an online checker, and then switch back. dsh-color-contrast folds that step directly into your DeepSeek session so you can get contrast results without ever leaving the conversation.

The implementation stays deliberately minimal: pure Node.js, zero network calls, no external services or APIs. Everything runs locally, so your color values never leave the machine and the tool works just as well offline. The plugin registers as a dsh tool that you invoke right inside the session, with no daemon or extra configuration required.

It suits front-end engineers and UI designers who validate color accessibility frequently, as well as tech leads who review WCAG compliance during code review. The moment you wonder whether that blue-on-white pairing has enough contrast, just ask and get the answer in seconds.

Use Cases

  • Quickly verify text-on-background contrast after picking a color palette
  • Check color accessibility compliance for UI components during code review
  • Calculate contrast ratios in an offline development setup without web-based tools

Best For

  • Front-end engineers who validate color compliance on a daily basis
  • UI designers who enforce WCAG accessibility standards
  • Tech leads who review accessibility requirements in code reviews