Pantone to RGB Converter

Type a Pantone code, get the RGB values printers and brand guides hand out for screen use. Solid Coated chips and Fashion TCX colors are both here, along with the hex and HSL versions of the same number.

173 chips loaded. Search by code, by color name, or by hue word such as teal.

Red
15
Green
76
Blue
129
RGBrgb(15, 76, 129)
HEX#0F4C81
HSLhsl(208, 79%, 28%)
CSS variable--brand-194052tcx: rgb(15, 76, 129);

19-4052 TCX

Classic Blue, Color of the Year 2020

Fashion TCX

The same RGB value on three backgrounds

An ink swatch sits on paper. An RGB value sits on whatever the page puts behind it. A Pantone blue that looks deep on a white card often disappears against a dark hero section, so the strip below shows the current chip as a fill and as text on three grounds, with the WCAG contrast ratio for the two extremes.

Sample headingOn white, contrast 8.86:1
Sample headingOn mid grey, the hardest ground for mid-tone chips
Sample headingOn near black, contrast 2.37:1

A print supplier sends back a brand sheet that says Pantone 186 C. The website needs a number the browser understands. That translation is what this page does, and the honest version of it comes with a caveat worth reading once.

What the RGB number here actually is

Pantone colors are mixed inks, not recipes made from red, green and blue light. There is no equation that turns a spot ink into screen channels, because the two systems make color in opposite ways: ink subtracts light bouncing off paper, a monitor adds light from three emitters. The RGB triplet you get for any chip is a published sRGB equivalent, the value Pantone and brand guidelines circulate for digital use, not the output of a formula run on the fly.

That matters for a practical reason. Converters that calculate a value from the code itself produce numbers that look plausible and match nothing. This one holds a fixed table of 173 chips, 145 from Solid Coated and 28 Fashion TCX colors, and returns a chip only when the code is in that table. Ask for something outside it and the tool says so, then offers the nearest numbered codes rather than inventing a swatch.

Coated, uncoated and TCX are three different books

The suffix on a Pantone code is not decoration. It names the substrate the ink was measured on, and the same base ink reads differently on each one. Coated stock holds ink on the surface, so colors stay saturated. Uncoated stock absorbs it, so the same mix dries duller and lighter.

SuffixBookWhere it shows upIn this tool
CSolid CoatedPackaging, brochures, most brand guidesIncluded, 145 chips
USolid UncoatedLetterheads, uncoated cartons, newsprintNot included
TCXFashion, Home and Interiors, cottonTextiles, product design, Color of the YearIncluded, 28 chips
TPGFashion, Home and Interiors, paperMood boards, print mockups of textile colorsNot included

Old brand documents sometimes carry TPX, the paper edition that TPG replaced in 2015. If a brand sheet quotes a TPX number, the numeric part still matches the TCX chip of the same name, so searching the digits finds it here.

Reading the three-ground strip above

Brand teams sign off spot colors on a printed chip, held under decent light, against white paper. Websites break all three of those conditions at once. The strip puts the chip on white, mid grey and near black so the weak spots show up before the color reaches a live page.

The two ratios shown follow the WCAG relative luminance formula, the same one behind the contrast checker. Body text needs 4.5:1, large text and interface elements need 3:1.

Where the screen value drifts from the printed chip

Spot inks reach colors sRGB has no room for. Pantone 802 green and the whole neon range sit well outside the triangle a standard monitor covers, so their screen equivalents come back muted next to the ink. Metallics behave worse: 871 gold is a metallic pigment whose appearance depends on the angle light hits it, and no single RGB triplet describes that. What gets shipped for metallics is a flat brown-gold that reads as beige on screen.

A useful working rule. If the printed piece and the screen version sit side by side in the same room, such as a trade show banner next to a tablet, expect complaints and budget time for a manual tweak. If they are never seen together, the published sRGB value is close enough and consistency across your own pages matters more than matching the ink.

Monitor calibration adds its own drift. The same hex renders warmer on a wide-gamut display in P3 mode than on an office panel, and neither is wrong. That is one more reason to treat the RGB value as the agreed reference number for the brand rather than a promise about what any given screen shows.

What this converter leaves out

The full Pantone system runs past 2,100 solid colors plus several thousand fashion and interiors shades. Only the 173 most commonly requested chips are here, chosen from the ones that turn up in brand guides and print quotes. The complete library is licensed, and a free page that claimed to hold all of it would be publishing numbers it has no right to and, in most cases, made up.

Metallics in the 87x range, the 801 to 814 neons, and the pastels and Neons book are outside the set for the gamut reasons above. Uncoated equivalents are outside it too, since a U chip is a genuinely different color rather than a variant of the coated one, and guessing at it would be worse than saying nothing.

Going the other way, from an RGB or hex value to the closest Pantone chip, is a search problem rather than a lookup. That work belongs to the RGB to Pantone converter, which measures distance across a candidate set instead of reading a fixed table.

Pantone to RGB questions

The details that come up when a print color has to work on a website.

Is there a formula that converts Pantone to RGB?

No. Pantone colors are pre-mixed inks identified by a code, so the code carries no color data to calculate from. Every accurate Pantone to RGB value comes from a measurement of the printed chip, which is why this tool uses a lookup table rather than math.

Why does the RGB color look duller than my printed sample?

Spot inks reach saturation levels that sRGB monitors cannot display, particularly in oranges, greens and anything neon. The screen value is the closest point inside the monitor gamut, so highly saturated chips lose intensity in the translation.

My code ends in U instead of C. Can I use the coated value?

Not without checking it. Uncoated stock absorbs ink, so a U chip prints lighter and less saturated than the C chip with the same number, sometimes by a visible margin. Ask your printer for the uncoated screen value rather than substituting the coated one.

What does TCX mean next to a Pantone number?

TCX marks the Fashion, Home and Interiors library, measured on cotton rather than paper. Textile and product colors use it, including every Pantone Color of the Year. Older documents may show TPX, the paper edition it replaced in 2015.

Can I trust these RGB values for a brand rollout?

Treat them as a solid starting point and confirm with whoever owns the brand. Most brand guidelines already specify their own RGB and hex values for each spot color, and those published numbers take priority over any converter.

Why is my Pantone code missing?

The set covers 173 chips from Solid Coated and Fashion TCX, not the full licensed library of several thousand. When a code is not present, the tool lists the nearest numbered codes so you can compare instead of returning a guessed swatch.

Does anything I type get uploaded?

No. The color table ships with the page and every lookup runs in your browser. Nothing is sent to a server.