accessibility_check
ActiveTool of Colour Memory
declared in 2.3.4
Evaluates contrast for a single foreground/background pair. For palettes or multiple colours, use accessibility_matrix instead, it replaces multiple accessibility_check calls in one response.
Parameters schema
{
"type": "object",
"required": [
"hex_val"
],
"properties": {
"hex_val": {
"type": "string",
"description": "Foreground hex value"
},
"background": {
"type": "string",
"default": "FFFFFF",
"description": "Background hex (default 'FFFFFF')"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries