palette_translate
ActiveTool of Colour Memory
Map any list of hex values into a target archive using CIEDE2000 nearest-neighbour matching. Each input hex is matched to the closest named colour in the chosen archive, with a delta-e relevance band (exact / close / approximate / loose) and full provenance. Use to translate a client's paint colours into Shakespeare language, map a brand palette into historical Japanese pigments, or find the nearest Oxfordshire equivalents to a French scheme.
Parameters schema
{
"type": "object",
"required": [
"palette",
"target_archive"
],
"properties": {
"palette": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of hex values to translate e.g. ['#F5F0E8', '#8B6B3D']"
},
"max_delta_e": {
"type": "number",
"default": 40,
"description": "Max acceptable CIEDE2000 distance — above this is flagged out-of-threshold (default 40)"
},
"target_archive": {
"type": "string",
"description": "Archive to translate into e.g. 'Shakespeare', 'Japan', 'Oxfordshire'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries