AI Agent Hub
Back to plugins
🖥️

dsh-color

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-color

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

Run dsh plugin install uckkk/dsh-color inside DeepSeek Harness to add this colour tool; the full source lives at https://github.com/uckkk/dsh-color .

About this plugin

Switching between hex, rgb, and hsl, then checking complementary colors, lightness, and text-contrast ratios is a small but frequent chore in any development or design workflow. Doing it by hand is slow and prone to off-by-one errors. dsh-color exists to remove that friction entirely.

It ships a single tool, color_convert, that handles all three colour-format conversions in one call and simultaneously returns the complementary colour, a lightness value, and a foreground-text contrast score. The whole implementation is pure Node with no external dependencies, keeping the path from question to answer as short as possible.

Whether you are tuning a front-end colour palette, verifying accessibility contrast requirements, or simply sanity-checking a quick colour combination mid-session, dsh-color gives you a reliable, one-step answer to any colour-related question.

Use Cases

  • Validate colour formats and contrast ratios while debugging a front-end palette
  • Swap between hex and HSL when delivering design-spec colours
  • Confirm foreground-to-background contrast meets accessibility guidelines during a review

Best For

  • Front-end developers tuning colour palettes daily
  • Design teams that must meet WCAG contrast requirements
  • Any developer who needs on-the-fly colour math inside a session