{
  "format": "delx/intent-card/v1",
  "id": "color-convert-api",
  "intent": "convert hex color to rgb hsl",
  "title": "Color convert API for agents",
  "description": "Convert #hex or rgb() colors to hex/rgb/hsl for $0.001.",
  "keywords": [
    "color convert",
    "hex to rgb",
    "hsl",
    "x402 color"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/color-convert-api",
  "machine_url": "https://commerce.delx.ai/intents/color-convert-api.json",
  "recommendation": {
    "tool_name": "util_color_convert",
    "service_name": "Delx Color Convert",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/color-convert",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "color": {
          "type": "string"
        }
      },
      "required": [
        "color"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/color-convert -m POST -H 'x-delx-source: intent-card-color-convert-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-color-convert-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/color-convert"
  }
}
