AgentUtil Color
color.agentutil.net
· AgentUtil
Color conversion, palette generation, contrast checking, and color blending for autonomous agents
color.agentutil.net via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-21 00:23:18 current | babfe80fbb74… |
view → |
Endpoints
| Agent card | https://color.agentutil.net/.well-known/agent.json |
| Provider | https://agentutil.net |
| Docs | https://color.agentutil.net |
Skills · 1 declared · mapped to canonical taxonomy
Color conversion, palette generation, contrast checking, and color blending for autonomous agents
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/color.agentutil.net) [](https://agenstry.com/agents/color.agentutil.net) [](https://agenstry.com/agents/color.agentutil.net) [](https://agenstry.com/agents/color.agentutil.net)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AgentUtil Color",
"description": "Color conversion, palette generation, contrast checking, and color blending for autonomous agents",
"version": "1.0.0",
"url": "https://color.agentutil.net",
"capabilities": {
"skills": [
{
"id": "convertColor",
"name": "Convert a color between hex, RGB, HSL, CMYK, HWB, and CSS named colors",
"description": "Convert a color between hex, RGB, HSL, CMYK, HWB, and CSS named colors",
"tags": [
"color",
"convertColor"
]
},
{
"id": "generatePalette",
"name": "Generate a color palette (complementary, analogous, triadic, split-complementary, tetradic, monochromatic)",
"description": "Generate a color palette (complementary, analogous, triadic, split-complementary, tetradic, monochromatic)",
"tags": [
"color",
"generatePalette"
]
},
{
"id": "checkContrast",
"name": "Calculate WCAG 2.1 contrast ratio between two colors",
"description": "Calculate WCAG 2.1 contrast ratio between two colors",
"tags": [
"color",
"checkContrast"
]
},
{
"id": "blendColors",
"name": "Blend two colors together in RGB or HSL space",
"description": "Blend two colors together in RGB or HSL space",
"tags": [
"color",
"blendColors"
]
}
]
},
"endpoint": "https://color.agentutil.net",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"type": "none",
"note": "Free tier: 10 queries/day, no auth required"
},
"provider": {
"organization": "AgentUtil",
"url": "https://agentutil.net"
}
}