语言
/v1/color/convert
以任何支持的格式(HEX、RGB 或 HSL)发送颜色并接收返回的所有三种表示形式。 接受带或不带 # 前缀的十六进制字符串。
The color value to convert (HEX, RGB, or HSL).
curl -X POST https://api.botoi.com/v1/color/convert \ -H "Content-Type: application/json" \ -d '{"color":"#3EC997"}'
将品牌颜色转换为 CSS 自定义属性 (HSL)、JavaScript 常量 (HEX) 和本机移动代码 (RGB) 所需的所有格式。
将颜色转换为 RGB 以计算相对亮度和 WCAG 对比度,以进行辅助功能合规性检查。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.