Pantone to RGB Converter
Look up the sRGB triplet for any Pantone color. Use for screen, web, video, and digital UI.
- Live RGB display for any Pantone
- Search by code or name
- Side-by-side HEX, CMYK, Lab
Direct answer
Pantone to RGB Converter Tool
Pantone Library → RGB
Pantone 186 C
rgb(200, 16, 46)
HEX
#C8102E
RGB
rgb(200, 16, 46)
CMYK
cmyk(0%, 92%, 77%, 22%)
HSL
hsl(350, 85%, 42%)
HSV
hsv(350, 92%, 78%)
LAB
lab(42.5, 65.9, 35.7)
When you actually need this
Real production scenarios where the pantone to rgb converter saves time, prevents reprints, or unblocks a workflow.
Set foreground color from a Pantone brand spec
Lower-third or title card matching brand Pantone
Brand-consistent slide deck
Embedded device LCD color
Newsletter colors matching the print campaign
Native iOS / Android theming
How it works
The methodology — every step is documented so the answer is reproducible, not magic.
Find Pantone
Search or browse the reference set.
Read RGB
Each Pantone has a curated R, G, B integer triplet (0–255 per channel).
Use
Copy directly into Figma, Photoshop, Illustrator, or CSS.
Verify
For brand-critical digital surfaces, validate on the target device.
Worked examples
Concrete inputs and the matches the tool returns. Useful for spot-checking expected behavior before you trust the output for a real job.
| Input | Result | Notes |
|---|---|---|
| Pantone 186 C | rgb(200, 16, 46) | Classic primary red. Renders cleanly on sRGB displays. |
| Pantone 286 C | rgb(0, 51, 160) | Deep blue used by corporate, government, and tech brands. Inside sRGB gamut. |
| Pantone 165 C | rgb(255, 105, 0) | Saturated orange. sRGB renders close, screen preview reliable. |
| Pantone 354 C | rgb(0, 177, 64) | Bright green. Inside gamut but check on a calibrated display for brand-critical work. |
| Pantone Reflex Blue C | rgb(0, 35, 149) | Famously out-of-gamut for sRGB — the RGB value is a clipped approximation, real ink looks more vibrant. |
Common mistakes to avoid
Pasting these RGB values into an Adobe RGB document
Using one RGB across coated and uncoated stock
Picking the RGB from a screen photo of a Pantone book
Expecting the RGB to match a printed proof
Frequently Asked Questions
How the RGB value is derived
Each Pantone in the reference set has a measured spectral reflectance curve. That curve is integrated against the CIE 1931 2° standard observer under the D50 graphic-arts illuminant to produce CIE XYZ tristimulus values. We then convert XYZ to sRGB using the standard sRGB primaries matrix and gamma encoding, clipping any out-of-gamut channel to the 0–255 range.
The result is the closest sRGB integer triplet that a standard display can render. For Pantones inside the sRGB gamut the match is near-perfect; for fluorescents, deep saturated reds, and metallics the integer triplet sits on the boundary of sRGB and the printed swatch will appear more vivid than the screen preview.
Why sRGB and not Adobe RGB or P3?
sRGB is the web default and the universal lowest common denominator. Adobe RGB (1998) covers a wider gamut, useful for print-prep workflows. Display P3 is closer to DCI-P3 and is standard on modern Apple hardware. Each space encodes the same Pantone with different integer values. Specifying RGB without naming the space is meaningless; we publish sRGB because it is what every browser, default monitor, and untagged image assumes.
If you need the equivalent Adobe RGB or Display P3 triplet, use Photoshop’s Convert to Profile, or run the sRGB Lab value through a profile-aware tool. Mixing color spaces is the most common source of digital color drift.
Reading the RGB confidence
- Coated & Uncoated: switch between the finishes to see how the same nominal Pantone shifts in sRGB. The difference is typically 5–15 units per channel.
- Out-of-gamut Pantones: when one of the RGB channels is at 0 or 255, the sRGB value is clipping. The real ink is more saturated than the screen can render.
- Bridge values: Pantone’s own Color Bridge guide publishes sRGB and CMYK values per spot color. These are useful as cross-reference; our values match the widely-cited Pantone Color Manager output.
When to ignore the RGB and reach for the spot
For any printed surface — packaging, signage, OOH, offset collateral — specify the Pantone code on the press order. The press will mix the ink to spec regardless of any RGB value you also include. The RGB is for the digital arm of the same brand: web, email, app, video, slide deck, social. Treat them as parallel deliverables anchored to one Pantone source.