APIHub
Back to Explore

Color Name API

The Color Name API returns the full default list of named colors and their hex values, and can generate a visual swatch for any specified color by providing its hex code or name.

Development
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1730ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/

Get all colors of the default color name list

GET

/lists/

Get all colors of the default color name list

GET

/names/

Get all colors of the default color name list

GET

/swatch/

Generate a color swatch for any color

  • color (query, required) — The hex value of the color to retrieve without '#'
  • name (query) — The name of the color

4 endpoints auto-detected

curl -X GET \
  "https://api.color.pizza/v1/"

api.color.pizza · HTTPS only