xColors

Generate and convert colors across hex, RGB and HSL

🎬 MediaHEALTHYchecked 10h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Ask for a random color and receive it in hex, RGB and HSL at once, or convert a color you already have between those formats. A lightweight helper for palettes, theming and design tooling. Runs keyless on a community-hosted instance after the original Heroku host retired.

93HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 93 · healthy
Uptime history
100%90 days
100%30 days
642P50 · ms
1161P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 63 ms, slowest 1161 ms, most recent 125 ms.
Live response samplecaptured by our last successful check
GET https://x-colors.yurace.pro/api/random

{
  "hex": "#88E116",
  "rgb": "rgb(136, 225, 22)",
  "hsl": "hsl(86, 82%, 48%)"
}
Call itcurl · fetch · python
curl "https://x-colors.yurace.pro/api/random"
const res = await fetch("https://x-colors.yurace.pro/api/random");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://x-colors.yurace.pro/api/random")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /random642 mschecked 10h ago
GET/randomPROBED

Generate and convert colors across hex, RGB and HSL

GET/list

Paginated list of resources.

GET/random?limit=5

Paginated variant with limit parameter.

GET/random/blue

Random item from the collection.

GET/random/228

Random details by ID (example: 228).

GET/hex2rgb?value=FFFFFF

Hex2rgb — documented GET route.

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.

xColors: common questions

Is xColors free to use?

Yes — xColors is a free media API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does xColors need an API key?

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

Can I call xColors from the browser?

Yes — xColors returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is xColors up right now?

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