find_by_color
Real sites whose extracted palette sits near a hex colour (OKLAB distance, so 'close' means the same colour family, not just the same hue). Use when a brief names a brand colour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex | Yes | Target colour as a hex string ('#c7402f', 'c7402f', '#fff'). Case-insensitive. 3- or 6-digit. | |
| limit | No | ||
| detail | No | 'standard' (default): northstar, palette, fonts, axes, macro and tags per row, plus the fold-by-fold autopsy on the top 3. 'full': the autopsy on every row (~300 tokens each; only if you will read them all). 'concise': northstar, palette, fonts. Text profile defaults to concise. | |
| maxTokens | No | Approximate token ceiling for this response. Trims lower-ranked results and thumbnails; the top result and all URLs survive. | |
| tolerance | No | Max OKLAB distance to count as a match. Defaults to 0.15 ('same family'). 0.05 ≈ 'near-identical', 0.30 ≈ 'in the same hue zip code'. |