{
  "slug": "color-format-convert",
  "name": "gizza-ai/color-format-convert",
  "version": "0.1.0",
  "title": "Color Converter — HEX, RGB, HSL, HSV, CMYK — gizza.ai",
  "description": "Convert a color between HEX, RGB(A), HSL, HSV and CMYK, in your browser. Paste any notation and get them all. Nothing is uploaded.",
  "tags": [
    "color converter",
    "hex to rgb",
    "rgb to hex",
    "hsl",
    "cmyk",
    "color format"
  ],
  "category": "image",
  "urls": {
    "page": "https://gizza.ai/tools/color-format-convert/",
    "markdown": "https://gizza.ai/tools/color-format-convert/index.md",
    "descriptor": "https://gizza.ai/tools/color-format-convert/tool.json",
    "deep_link_example": "https://gizza.ai/tools/color-format-convert/?color=%233498db"
  },
  "cli": "gizza tool color-format-convert \"#3498db\"",
  "tool": {
    "description": "Convert a color between formats. Accepts #hex (3/4/6/8 digits), rgb()/rgba(), or hsl()/hsla(), and returns the equivalent hex, rgb, rgba, hsl, hsv, and cmyk representations plus the alpha. Runs locally.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "color": {
          "description": "A color in any common notation: #hex (3/4/6/8 digits), rgb()/rgba(), or hsl()/hsla().",
          "type": "string"
        }
      },
      "required": [
        "color"
      ],
      "type": "object"
    }
  }
}