You're viewing a demo portfolio

Join the waitlist
PRSM

accessibility_font

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Colour Memory

https://github.com/DigbyO/colour-memory-api

2/7 registries
View full server →