{"ok":true,"tool":"Hex to RGB Converter","operation":"convert-hex-to-rgb","description":"Convert a hex color code to RGB and HSL values.","method":"POST","endpoint":"/api/hex-to-rgb-converter","webUrl":"https://toolhub-5eo.pages.dev/tools/hex-to-rgb-converter","parameters":{"type":"object","properties":{"hex":{"type":"string","description":"Hex color, with or without leading #, 3 or 6 digits"}},"required":["hex"]},"response":{"type":"object","properties":{"hex":{"type":"string"},"rgb":{"type":"string"},"r":{"type":"number"},"g":{"type":"number"},"b":{"type":"number"},"hsl":{"type":"string"},"hslValues":{"type":"object"}}},"example":{"request":{"hex":"#4f8cff"},"response_shape":{"type":"object","properties":{"hex":{"type":"string"},"rgb":{"type":"string"},"r":{"type":"number"},"g":{"type":"number"},"b":{"type":"number"},"hsl":{"type":"string"},"hslValues":{"type":"object"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/hex-to-rgb-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  hex (string, required) — Hex color, with or without leading #, 3 or 6 digits","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/hex-to-rgb-converter -H \"Content-Type: application/json\" -d '{\"hex\":\"#4f8cff\"}'"}