accessibility_font
ActiveTool of Colour Memory
declared in 2.3.4
Given a background hex and a palette of candidate foreground colours, return them ranked by contrast ratio with WCAG grades and specific recommendations for body text, large text, and UI components.
Parameters schema
{
"type": "object",
"required": [
"background",
"palette"
],
"properties": {
"palette": {
"type": "array",
"items": {
"type": "string"
},
"description": "Candidate foreground hex values"
},
"background": {
"type": "string",
"description": "Background hex value"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries