# Color Companion

Convert any colour, and find the ones that go with it.

**Why delegate it:** Colour-space arithmetic has no feedback signal — a wrong hex-to-OKLCH looks exactly like a right one until someone sees the colour. Harmonies rotated in HSL also come out perceptually unbalanced, which is the usual mistake.

Site: https://color-companion-ebon.vercel.app

## Tools

### `color_analyse` — Convert a colour and find its harmonies

Convert a colour between hex, RGB, HSL, OKLCH, CMYK, and CSS names, and derive complementary, analogous, triadic, split-complementary and monochromatic harmonies. Harmonies are rotated in OKLCH, not HSL, so they keep their perceived lightness instead of one looking washed out. Reports WCAG contrast against white and black, and flags colours clipped to fit sRGB.

Direct endpoint: `https://color-companion-ebon.vercel.app/api/v1/analyse`

---

Via the aggregator: `https://gumballtools.com/api/mcp`
Direct: `https://color-companion-ebon.vercel.app/api/mcp`
