color
path
curl https://tcpdata.com/color/FF5733
curl 'https://tcpdata.com/color/#FF5733'
curl https://tcpdata.com/color/F53
curl 'https://tcpdata.com/color/rgb(255,87,51)'
HEX colors can include or omit the # symbol
Short hex formats are supported: F53 expands to FF5533
RGB format: rgb(255,87,51) - must be quoted in shell to avoid syntax errors
Parentheses and commas require quoting in bash/zsh