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. Convert any color between HEX, RGB, HSL, and CMYK with mathematical precision. The AI guesses color codes. this engine knows 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

    Convert color

    Pass any valid color string: HEX (#ff5733), RGB (rgb(255,87,51)), HSL (hsl(11,100%,60%)), CMYK, or CSS named colors (tomato, cornflowerblue). The engine returns ALL representations simultaneously so you never need multiple calls. Converts colors between HEX, RGB, HSL, CMYK formats. Also returns luminance, dark/light detection, closest CSS name, and alpha. CSS Color Level 4 precision

Observed, not estimated

842ms average. Fast in production.

colord is checked daily against the live service.

Daily averagePeak 1377ms
Aug 20Today
Fastest day
744ms
Slowest day
1377ms
14-day trend
Improving-13%

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_eOIdnAMZRkxd0wrgSXM8kxdl8yYMwO2B3QV95IvF/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-converter-engine-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_eOIdnAMZRkxd0wrgSXM8kxdl8yYMwO2B3QV95IvF/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

    Why can't I just ask the AI to convert colors?

    LLMs predict tokens, they don't do math. Ask the same conversion 3 times and you'll get 3 different HSL values. This engine uses the actual CSS color math. same input, same output, every time.

  • 02

    Does it handle transparency and alpha channels?

    Yes. Pass rgba(255,87,51,0.5), hsla(), or 8-digit hex (#ff573380) and the alpha value is preserved across all output formats.

  • 03

    What if I pass a CSS named color like 'tomato'?

    It works. Pass any of the 148 CSS named colors and get the full HEX/RGB/HSL/CMYK breakdown. It also works in reverse. pass any HEX and get the closest named color.