uckkk/dsh-color0

@i6060/dsh-color

颜色工具:hex/rgb/hsl 互转,计算补色、明暗与前景对比度

AI 分析

支持 hex/rgb/hsl 互转、补色及对比度计算。适合前端开发、UI 设计师进行色彩搭配与无障碍校验。

パッケージ
@i6060/dsh-color
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-color

ドキュメント

README 全文を読む ↗

dsh-color · 颜色工具

hex / rgb / hsl 互转,计算补色、明暗与前景文字对比度。纯 Node 实现。

提供的工具

工具作用
color_convert颜色三格式互转 + 补色 + 对比度

安装

dsh plugin add @i6060/dsh-color

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-color"

用法示例

这个颜色 #3b82f6 的 rgb 和 hsl 是什么,配什么文字颜色
→ 调用 color_convert(color="#3b82f6")