color_convert
Convert a color between hex, RGB, HSL, and named formats. Returns the color in all supported representations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | The color to convert. Formats: #RRGGBB, #RGB, rgb(r,g,b), hsl(h,s%,l%), or a named color like "red" |