Convert between HEX, RGB, and HSL color formats
Enter a color in any format to see all conversions
Generate harmonious color palettes
curl -q -LSsf -X POST http://api.casjay.coffee/api/v1/tools/color/convert \
-H "Content-Type: application/json" \
-d '{"color": "#FF5733", "from": "hex", "to": "rgb"}'
curl -q -LSsf -X POST http://api.casjay.coffee/api/v1/tools/color/palette \
-H "Content-Type: application/json" \
-d '{"baseColor": "#FF5733", "count": 5}'