style_match
ActiveTool of Colour Memory
The colour question every stylist gets asked: does this bag go with this outfit? Submit your outfit items as hex values with labels (dress, bag, shoes, coat, belt, scarf, etc.) and receive a verdict on what works, what clashes, what is missing, and what to add. Every recommendation is backed by archive colour names and historical context — not generic colour theory, but documented cultural combinations. Also suggests one missing archive colour that would complete the look. Examples: 'I have a navy dress (#1C3A6E) and a tan bag (#C8A87A) — what shoes?' or 'Does this burgundy coat work with olive trousers?'
Parameters schema
{
"type": "object",
"required": [
"items"
],
"properties": {
"ask": {
"type": "string",
"description": "Optional: specific question e.g. 'what bag colour works?' or 'do the shoes work?'"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"label",
"hex"
],
"properties": {
"hex": {
"type": "string",
"description": "Hex colour of the item e.g. '#1C3A6E'"
},
"label": {
"type": "string",
"description": "Item name e.g. 'dress', 'bag', 'shoes', 'coat', 'belt', 'scarf', 'trousers', 'top'"
}
}
},
"description": "List of outfit items with label and hex colour"
},
"occasion": {
"type": "string",
"default": "general",
"description": "Optional: occasion context e.g. 'daytime', 'evening', 'office', 'casual', 'wedding guest'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries