Pantone to RGB Converter: Spot Color to Screen
Look up Pantone colors and get their RGB equivalents for screen design.
Last updated
About this conversion
Pantone spot colors define color in the physical world — packaging, signage, textiles, brand swatches — but screens speak RGB. When a brand style guide specifies Pantone 286 C for the logo, the web team needs the exact RGB values to reproduce it on screen. This tool bridges that gap: search by Pantone code or name, and get the R, G, B integers plus the corresponding HEX code.
The RGB values shown here are Pantone's own published digital reference values. They represent the closest sRGB equivalent of each Pantone ink formula. Because Pantone inks can produce colors outside the sRGB gamut (certain vivid oranges, deep blues, and neons), the RGB representation is inherently an approximation for those shades. For most brand colors, however, the match is close enough for web and app use.
This tool is the reverse of the RGB to Pantone converter, which starts with screen colors and finds the nearest Pantone match. Together, they let you move brand colors freely between print and digital workflows. If you only need the HEX code for CSS, the Pantone to HEX converter gives you that directly. If your end goal is print-ready output rather than screen display, the Pantone to CMYK converter gives you the four-color process values instead.
Worked examples
Real conversions this tool produces — enter the inputs to reproduce each result.
You need the screen value of a print brand blue
Input
- Pantone
- 286 C — Blue
Result
- Red (R)
- 0
- Green (G)
- 51
- Blue (B)
- 160
- HEX
- #0033A0
286 C maps to rgb(0, 51, 160) for screen. Note green is 51, not zero — a pure-blue channel would read colder and more electric than the ink actually looks.
Putting a Pantone orange on a website
Input
- Pantone
- 165 C — Orange
Result
- Red (R)
- 255
- Green (G)
- 103
- Blue (B)
- 31
- HEX
- #FF671F
Red maxes out at 255 — the screen can show this orange at full intensity, which is part of why on-screen brand oranges so often look hotter than the printed piece.
Related content
Was this page helpful?
Color conversions are mathematical approximations. For critical color work, verify against physical swatch books and printed proofs. See our methodology and full disclaimer.
Frequently Asked Questions
Are Pantone to RGB conversions exact?
They are Pantone's own published digital reference values, which are the best available sRGB approximation. Some vivid Pantone inks fall outside the sRGB gamut and cannot be perfectly represented on screen. For most brand colors the difference is imperceptible.
What is the difference between Pantone to RGB and Pantone to CMYK?
Pantone to RGB gives you values for screens (web, apps, presentations). Pantone to CMYK gives you values for four-color process printing. Use RGB when the color will be displayed digitally; use CMYK when it will be printed.
Can I use these RGB values directly in CSS?
Yes. Use the R, G, B values in the CSS rgb() function, or copy the HEX code directly into your stylesheet. Both represent the same color.
Why do I see a HEX code alongside the RGB values?
HEX is simply a different notation for the same RGB color. Many designers and developers prefer HEX for CSS because it is more compact. The tool shows both so you can copy whichever format you need.
Cite or embed this tool
Cite this tool
PrinterTools. (2026). Pantone to RGB Converter: Spot Color to Screen [online tool]. https://printertools.net/tools/pantone-to-rgbEmbed this tool
Paste this on your site to link readers to the free tool. It renders as:
<a href="https://printertools.net/tools/pantone-to-rgb" target="_blank" rel="noopener" style="display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff;font-family:system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.3;color:#2563eb;text-decoration:none;">Pantone to RGB Converter: Spot Color to Screen — free tool by PrinterTools</a>More Print calculators
Browse all print calculators — Color converters for RGB, HEX, CMYK, HSL, HSV, Pantone, RAL, and NCS — plus DPI, paper size, contrast, and ink estimators.