convert_color
Convert color values between hex, rgb(), and hsl() formats to obtain the required notation for CSS styling or design workflows.
Instructions
Convert a color between hex, rgb(), and hsl() formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | Color in hex (#rrggbb), rgb(r,g,b), or hsl(h,s%,l%) form |