Editor › Learn › Rendering Intents Explained: Which One to Use and When
What is a rendering intent and which one should I use?
A rendering intent is the rule an ICC conversion follows when a colour in your image cannot be reproduced in the destination space. Relative colorimetric clips out-of-gamut colours to the nearest reproducible colour and keeps everything else exact; perceptual compresses the whole image smoothly so relationships between colours survive. Use relative colorimetric (with black point compensation) for most print work, perceptual for saturated photographic images, and absolute colorimetric only for proofing one printing condition on another.
The problem intents solve
Every device reproduces a limited set of colours — its gamut. A saturated screen green often has no equivalent in a CMYK press gamut, so the conversion has to decide what to do with it. The four ICC rendering intents are four different answers to that question, and the choice is per-conversion, not per-image: the same file can be converted with different intents for different purposes.
Relative colorimetric
Colours that both spaces can reproduce are left numerically exact after adapting to the destination white point. Out-of-gamut colours are clipped to the nearest reproducible colour on the gamut boundary. This preserves accuracy for everything that CAN be matched — which is why it is the default recommendation for print production — but two different vivid greens outside the gamut can clip to the same printed green, flattening detail in highly saturated areas.
Relative colorimetric is almost always paired with black point compensation, which rescales the source black to the destination black instead of clipping shadow detail. Without it, shadows darker than the press can print are crushed to a single black.
Perceptual
Instead of clipping, perceptual compresses the entire source gamut into the destination gamut, shifting in-gamut colours slightly so that the RELATIONSHIPS between colours are preserved. A landscape with many saturated greens keeps its gradations rather than posterising at the gamut edge. The cost is that nothing is numerically exact any more — a logo colour that was perfectly printable will still move a little.
The exact compression is defined by the destination profile's perceptual table, not by the ICC specification, so two CMYK profiles can render the same image differently under perceptual. That is expected behaviour, not a bug.
Saturation and absolute colorimetric
Saturation intent sacrifices hue and lightness accuracy to keep colours as vivid as possible — designed for business graphics where "the chart bars look punchy" matters more than colour fidelity. It is rarely right for photographic or brand work.
Absolute colorimetric is relative colorimetric WITHOUT white point adaptation: paper white is simulated in the output. Its purpose is proofing — reproducing how newsprint's grey-white stock will look while printing on a brighter proofing stock. Using it for ordinary conversions tints everything toward the source white point.
Practical guidance
| Job | Intent | Why |
|---|---|---|
| General print production | Relative colorimetric + BPC | exact where possible, shadows preserved |
| Saturated photography, large gamut mismatch | Perceptual | smooth compression beats clipping |
| Brand colours / logos | Relative colorimetric | printable colours stay numerically exact |
| Press proof on a different stock | Absolute colorimetric | simulates the destination paper white |
| Charts and business graphics | Saturation | vividness over accuracy |
Trying this yourself
The fastest way to build intuition is to soft-proof one image under each intent and watch what moves. PhotoAIA's proof setup (View menu) runs the actual ICC conversion through LittleCMS in your browser with all four intents available, so you can flip between them on your own artwork without uploading anything.
Try it in PhotoAIA
- Open a saturated RGB image (a landscape with vivid greens shows the differences best).
- Open Preferences ▸ Color Settings and note the current rendering intent.
- Enable the soft proof (View menu) against a CMYK profile.
- Switch the proof intent between Perceptual and Relative Colorimetric and watch the saturated regions: clipping flattens them, compression keeps their gradations.
- Toggle Black Point Compensation with a dark image and watch the shadows merge or separate.
Everything runs locally through LittleCMS — the same conversions the export uses, so what the proof shows is what the file will do.
Questions
- Which rendering intent is the default in most tools?
- Relative colorimetric with black point compensation is the most common production default, including in Adobe's applications.
- Does the intent change my file?
- Only when you convert. Soft proofing applies the intent to the preview while leaving the document untouched.
- Why do perceptual results differ between profiles?
- The perceptual mapping is stored in the destination profile itself, so each profile vendor tunes its own compression. The ICC specification defines the intent's purpose, not its exact math.