color_named
Find the closest named CSS color for any hex value. Returns the matching color name.
Instructions
Find the closest named CSS color for a given hex value.
Parameters:
hex_color — Hex color without # (e.g. '3498db').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |