accessibility_check
ActiveTool of Colour Memory
declared in 2.3.4
Return WCAG 2.1 contrast ratios and AA/AAA pass/fail grades for a foreground hex against a background.
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