Ask a company for their brand blue and watch what happens. Marketing says it is the blue on the website. The print vendor has a swatch from 2019. The new deck uses whatever the intern eyedroppered from a JPEG. All three are wrong differently, everyone is acting in good faith, and the brand now owns a small gradient of blues instead of a color. The fix is not taste. The fix is treating color codes like a contract, because that is what they are.
Three codes, three jurisdictions
The confusion starts because the same color needs three different names depending on where it appears:
- HEX (and RGB) is for screens. Light-based, wide range, what your website and app consume. #1A6FE0 is an instruction to pixels.
- CMYK is for standard printing. Ink-based, physically incapable of reproducing some screen colors, especially vivid oranges, greens, and electric blues. Every color must be translated, and the translation is lossy.
- Pantone (PMS) is for when the color must match exactly across vendors: packaging, signage, merchandise. It is pre-mixed ink by recipe number, the same everywhere, at a premium.
The contract, then, is a small table: for each brand color, its HEX, its CMYK, and its Pantone, chosen once, together, by a human who looked at physical proofs. Not auto-converted by whatever tool was open. Automatic conversion is how you get the neon website blue that prints as a bruise.
Write the contract before you need it
The right time to define all three values is when the color is chosen, because that is when there is still room to negotiate. A designer who knows the brand color must survive CMYK will steer away from the colors that cannot. Discovering the problem at the first packaging run means either paying Pantone prices forever or accepting that your boxes and your website disagree.
"Close enough" is how one blue becomes three. No single step ever looks like the mistake.
Enforcement is boring and cheap
Put the table in the brand guidelines, in the design tool's shared library, and in the vendor onboarding email. Three placements, one afternoon. From then on, every "what is our blue?" has a lookup instead of a guess. The brands that stay consistent are not the ones with the best taste. They are the ones where guessing is harder than looking it up.