Closest Pantone PMS coated to a hex colour
When you have a brand or design hex value and need a rough Pantone PMS coated equivalent, this tool ranks the closest matches from a curated reference table, with an approximate match percentage. It is handy for briefing a printer or checking whether a screen colour is near a known spot ink — but it is a digital reference, not a substitute for a physical book.
How it works
The tool parses your hex into RGB, then measures the distance from that colour to every Pantone entry in its built-in table using a luminance-weighted “redmean” metric. This formula weights the red, green and blue differences according to the average red level of the two colours, which tracks human perception better than a plain Euclidean RGB distance. The five Pantone colours with the smallest distance are shown, ranked, each with a swatch and an approximate match percentage. Click a result to copy its code.
Example
Enter #0057B8 (a strong blue). The tool returns the nearest coated blues from its table — for instance a PMS like 285 C or 2935 C near the top, with the closest showing the highest match percentage and a side-by-side swatch so you can judge the difference by eye.
| Step | What happens |
|---|---|
| Parse | #0057B8 → R 0, G 87, B 184 |
| Compare | Redmean distance to every Pantone entry |
| Rank | Five smallest distances, by match % |
Pantone is a proprietary spot-ink system, so the result is an approximation for digital reference — always confirm against a physical swatch book before committing to print. Everything runs in your browser.