Enter a #HEX code, select from the color picker, or use the native eyedropper tool below. The tool calculates the mathematically closest printable Pantone spot colors.

Input & Options

20

#1D428A

RGB: 29, 66, 138

About the HEX to Pantone Converter Tool

What is a HEX to Pantone Converter?

A HEX to Pantone Converter is a computational design tool that maps digital RGB-based hex color codes to their closest physical ink equivalents in the Pantone Matching System. It uses Delta E 2000 math within the CIELAB color space to find perceptual matches rather than relying on flawed RGB distance calculations.

Disclaimer: Digital color matching is an estimation game. Monitors blast light. Physical ink absorbs it. We use heavy CIELAB math to get you the absolute closest digital match possible. Just don't send a massive print job to the press blindly. Consider this tool a rapid sanity check. Always verify your final spot colors against a physical Pantone Formula Guide under proper D50 lighting before printing.

How to Use This Tool

  1. Step 1: Paste your code. Dump your HEX, RGB, or OKLCH string directly into the text input field.
  2. Step 2: Grab from screen. Hit the eyedropper icon to pull a pixel color right off your active window.
  3. Step 3: Tweak the tolerance. Adjust the Max ΔE slider if you want to filter out low-quality approximate matches.
  4. Step 4: Copy the Pantone spot. Click the copy buttons on the best card to grab the exact PMS name, HEX, or estimated CMYK breakdown.

Common Use Cases

Here are some common use cases for the HEX to Pantone Converter tool:

  • Brand identity handoffs: Translating CSS variables and Tailwind config files into a printable spot color list for the physical marketing team.
  • Print production sanity checks: Running a quick perceptual check on a wild DCI-P3 hex code to see if it even exists in the standard CMYK or Pantone coated gamut before going to press.
  • Design system mapping: Taking legacy SCSS files full of raw hex codes and mapping them to standardized Pantone libraries for unified offline/online branding.
  • Packaging prepress: Converting an Illustrator SVG graphic exported with standard RGB hex values into actual spot inks for a flexographic printing plate.
  • Apparel design tech packs: Pulling screen-selected colors from Figma or Sketch via the eyedropper and locking in the exact physical PMS dye codes for factory production.
  • CSS color updates: Doing a reverse-lookup to find the modern OKLCH or Display-P3 equivalent of a classic Pantone spot color to modernize an old web codebase.
  • SVG asset optimization: Grabbing unoptimized inline SVG hex fills and standardizing them against a limited corporate Pantone palette.

Frequently Asked Questions

What does Delta E actually mean?

It is a math formula. Specifically, it measures visual distance between colors in the CIELAB color space. A ΔE under 1.0 means your eye can't tell the difference. If it hits 5.0 or above, it's a rough approximation.

Can I dump an OKLCH value in here?

Yes. Just paste it in. The tool parses modern CSS Level 4 color strings like oklch(), lch(), hsl(), and color(display-p3...) right out of the box. No middle-man conversions needed.

Why is my bright hex code out of gamut?

It is unprintable. Screens blast light directly into your retinas. Paper just absorbs it. If you feed the tool a crazy neon green from your P3 monitor, physical ink cannot replicate it. The script maps it to the closest printable muddy equivalent.

Are these CMYK values safe for the printer?

Not exactly. They are mathematical estimates. Real CMYK conversions require specific ICC printing profiles like GRACoL or SWOP based on actual paper stock. Use these values for mockups. Always verify with a real Pantone Formula Guide before a production print run.

Why don't you use simple RGB distance math?

It sucks. RGB math assumes the human eye sees red, green, and blue linearly. It doesn't. A distance of 10 in the green spectrum looks totally different than 10 in blue. Delta E 2000 fixes this.

Is my data logged on a server?

Absolutely not. Everything runs client-side. The color parsing, eyedropper Web API calls, and heavy CIELAB matrix math happen directly in your browser tab. We don't track your hex codes.

What does the "Coated" C stand for?

Glossy paper. The "C" after the Pantone name means it is printed on coated stock. Ink sits on top of coated paper, making it look vibrant. Uncoated paper absorbs ink, washing it out. We default to coated matches.

Looking to go the other way? Try our Pantone to HEX Converter.