ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use colord with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Instantly verify if your text is readable on any background. WCAG 2.1 AA/AAA compliance in one call. the AI guesses ratios, this engine calculates them.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 1 capability

The complete colord capability set.

These are the exact actions your AI can choose when you ask it to work with colord.

Capability set01 / 01

01

1 capability in this set.

Part of 1 available through colord.

  1. 01

    Check color contrast

    Pass foreground and background colors in any format (HEX, RGB, HSL, CSS name). Returns the exact contrast ratio, WCAG AA/AAA pass/fail for both normal and large text, and a human-readable verdict. AI cannot reliably calculate contrast ratios. this engine uses the official WCAG 2.1 relative luminance formula. Checks WCAG 2.1 color contrast ratio between foreground and background. Returns AA/AAA compliance for normal and large text

Observed, not estimated

956ms average. Fast in production.

colord is checked daily against the live service.

Daily averagePeak 1137ms
Aug 20Today
Fastest day
746ms
Slowest day
1137ms
14-day trend
Stable0%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 1 capability arrives ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of colord, so you can see the experience inside your AI.

It does not authenticate your account with colord. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

colord Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_hc2RovnBSudbXvkpfLpH4ef2sc9X9Pt3zfhUEHq9/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — colord capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "color-contrast-checker-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_hc2RovnBSudbXvkpfLpH4ef2sc9X9Pt3zfhUEHq9/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions colord owners ask.

  • 01

    My AI says this color combination passes WCAG. Should I trust it?

    No. LLMs cannot reliably calculate relative luminance. they approximate. This engine uses the exact W3C formula: L = 0.2126R + 0.7152G + 0.0722*B with sRGB gamma correction. Trust the math, not the prediction.

  • 02

    What's the difference between AA and AAA levels?

    AA requires 4.5:1 contrast for normal text. the legal minimum in most countries. AAA requires 7:1. the gold standard for maximum readability. Large text (18pt+) has relaxed thresholds: 3:1 for AA, 4.5:1 for AAA.

  • 03

    Can I mix color formats? Like HEX for foreground and a CSS name for background?

    Absolutely. Pass '#333333' as foreground and 'white' as background, or 'rgb(0,0,0)' with 'hsl(0,0%,95%)'. the engine normalizes everything internally.