Color converter
color_converterConvert a color between HEX, RGB and HSL. Accepts #hex, rgb()/rgba(), hsl()/hsla(). Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | Color in any of: #1a7f5a, rgb(26,127,90), hsl(154,66%,30%) | |
| locale | No | Language for the source_url link (default en) |