color-intel__check_contrast
ActiveTool of TO1 Intelligence Fleet
declared in 1.0.0
[color-intel] Check the WCAG accessibility contrast ratio between two colors — essential for web accessibility. Returns the contrast ratio (1:1 to 21:1) and whether it meets WCAG AA (4.5:1 normal text, 3:1 large) and AAA (7:1) standards.
Parameters schema
{
"type": "object",
"required": [
"color1",
"color2"
],
"properties": {
"color1": {
"type": "string",
"description": "First color (foreground/text) — hex, CSS name, or rgb()"
},
"color2": {
"type": "string",
"description": "Second color (background) — hex, CSS name, or rgb()"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TO1 Intelligence Fleet
1/7 registries