Serialif Color

Break a hex color into names, rgb and helpers.

🔧 Developer ToolsDYINGchecked 25 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Send a hex value on the path and receive a structured breakdown of that color: keyword name plus hex and rgb compositions. The service also documents complementary, grayscale and contrasting-text variants. Pure JSON, no key required.

41HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 41 · dying
Uptime history
34.3%90 days
35.0%30 days
1680P50 · ms
3886P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 190 ms, slowest 3886 ms, most recent 499 ms.
Live response samplecaptured by our last successful check
GET https://color.serialif.com/ff0000

{
  "status": "success",
  "base": {
    "keyword": "red",
    "hex": "#ff0000",
    "rgb": "rgb(255, 0, 0)"
  }
}
Call itcurl · fetch · python
curl "https://color.serialif.com/ff0000"
const res = await fetch("https://color.serialif.com/ff0000");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://color.serialif.com/ff0000")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 3DyingFULL DOCS ↗
Dying — error rate climbing on GET /ff00001680 mschecked 25 min ago
GET/ff0000PROBED

Break a hex color into names, rgb and helpers.

GET/ff1

Ff1 — documented GET route.

GET/ff1?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Serialif Color: common questions

Is Serialif Color free to use?

Yes — Serialif Color is a free developer tools API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Serialif Color need an API key?

No — Serialif Color needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Serialif Color from the browser?

Not directly — Serialif Color doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Serialif Color up right now?

As of our last scheduled check, Serialif Color is dying with 34.3% uptime over 90 days and a 1680 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.