colour_verdict
ActiveTool of Colour Memory
Evaluate a hex colour for a specific use case, market, and medium. Returns a decisive verdict: use_with_confidence, use_with_caution, or avoid. Includes strengths, risks, avoid-if scenarios, and better alternatives where needed. Backed by CIEDE2000 archive matching and Claude cultural intelligence. Examples: 'luxury hotel brand in Japan', 'ecommerce CTA button UK', 'heritage interior lime plaster wall', 'premium packaging Middle East'.
Parameters schema
{
"type": "object",
"required": [
"hex",
"use_case"
],
"properties": {
"hex": {
"type": "string",
"description": "Hex colour to evaluate e.g. '#31559B'"
},
"medium": {
"type": "string",
"default": "general",
"description": "Application medium e.g. 'digital', 'interior', 'print', 'fashion', 'packaging'"
},
"markets": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "Target markets e.g. ['UK', 'Japan', 'UAE']"
},
"audience": {
"type": "string",
"description": "Optional: target audience e.g. 'high net worth travellers', 'young professionals'"
},
"use_case": {
"type": "string",
"description": "What the colour will be used for e.g. 'luxury hotel brand', 'heritage interior wall'"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries