Colortone to RGB Converter
Convert Colortone and Pantone color references to RGB, HEX, and HSL values instantly. Includes 200+ color codes with live preview.
About
Colortone and Pantone references define color by name and number, not by device-native coordinates. Feeding a press operator "Colortone 485 C" is unambiguous on an offset press, but a browser renders pixels in R, G, B channels ranging 0 - 255. Mismatched conversions between spot-color systems and digital RGB cause visible hue drift, particularly in reds and deep blues where perceptual nonlinearity is steepest. This tool maps standardized Colortone/Pantone Solid Coated references to their canonical sRGB triplets using the published coated-stock data. It outputs simultaneous HEX and HSL representations so you can paste values directly into CSS, design software, or firmware color registers. Accuracy is limited to the sRGB gamut; out-of-gamut spot colors are clamped to the nearest reproducible coordinate, which may shift chroma by 2 - 5 ฮE units.
Formulas
RGB-to-HEX conversion encodes each channel as a two-digit hexadecimal string concatenated with a # prefix:
RGB-to-HSL conversion normalizes channels to the range [0, 1], then derives hue from the dominant channel:
Where ฮ = Cmax โ Cmin. The hue H is computed in 60ยฐ segments based on which channel is Cmax. WCAG contrast ratio uses relative luminance:
Where Rlin is the linearized sRGB channel value. The contrast ratio between two luminances L1 and L2 is (L1 + 0.05) รท (L2 + 0.05), where L1 โฅ L2.
Reference Data
| Colortone / Pantone | Swatch | HEX | R | G | B | Category |
|---|---|---|---|---|---|---|
| Yellow C | #FEDD00 | 254 | 221 | 0 | Primary Yellow | |
| Red 032 C | #EF3340 | 239 | 51 | 64 | Primary Red | |
| Reflex Blue C | #001489 | 0 | 20 | 137 | Primary Blue | |
| Black C | #2D2926 | 45 | 41 | 38 | Neutral | |
| 485 C | #DA291C | 218 | 41 | 28 | Warm Red | |
| 186 C | #C8102E | 200 | 16 | 46 | Red | |
| 300 C | #005EB8 | 0 | 94 | 184 | Blue | |
| 349 C | #046A38 | 4 | 106 | 56 | Green | |
| 021 C | #FE5000 | 254 | 80 | 0 | Orange | |
| Process Blue C | #0085CA | 0 | 133 | 202 | Process Blue | |
| Warm Red C | #F9423A | 249 | 66 | 58 | Warm Red | |
| Cool Gray 11 C | #53565A | 83 | 86 | 90 | Cool Gray | |
| Cool Gray 1 C | #D9D9D6 | 217 | 217 | 214 | Cool Gray | |
| Warm Gray 11 C | #6E6259 | 110 | 98 | 89 | Warm Gray | |
| 116 C | #FFCD00 | 255 | 205 | 0 | Yellow | |
| 185 C | #E4002B | 228 | 0 | 43 | Red | |
| 286 C | #0032A0 | 0 | 50 | 160 | Blue | |
| 347 C | #009639 | 0 | 150 | 57 | Green | |
| 151 C | #FF8200 | 255 | 130 | 0 | Orange | |
| 513 C | #93328E | 147 | 50 | 142 | Purple | |
| 7455 C | #3A5DAE | 58 | 93 | 174 | Blue | |
| 7548 C | #FFC600 | 255 | 198 | 0 | Yellow | |
| 7625 C | #C26E60 | 194 | 110 | 96 | Earth Red | |
| 7467 C | #00B0B9 | 0 | 176 | 185 | Teal | |
| 2685 C | #56368A | 86 | 54 | 138 | Violet | |
| 7527 C | #D6D2C4 | 214 | 210 | 196 | Warm Gray | |
| 180 C | #BE4D00 | 190 | 77 | 0 | Rust | |
| 2748 C | #001E62 | 0 | 30 | 98 | Navy | |
| 7404 C | #F5E100 | 245 | 225 | 0 | Lemon | |
| 7462 C | #1D4F91 | 29 | 79 | 145 | Marine |