> ## Documentation Index
> Fetch the complete documentation index at: https://docs.printery.app/llms.txt
> Use this file to discover all available pages before exploring further.

# ICC Profiles Guide

> Choose the right ICC profile for perfect color reproduction

## What Are ICC Profiles?

ICC (International Color Consortium) profiles are standardized files that define how colors should be interpreted and converted between different devices and printing conditions.

<Note>
  Think of ICC profiles as **translation dictionaries** between different color languages (RGB screen vs CMYK print).
</Note>

## How ICC Profiles Work

```
Your Design (RGB colors)
         ↓
ICC Profile (translation rules)
         ↓
Printer Output (CMYK colors)
```

Each profile contains:

* **Color space definition**: What colors can be reproduced
* **Conversion rules**: How to map RGB to CMYK
* **Rendering intents**: How to handle out-of-gamut colors
* **Black generation**: How to create blacks (GCR/UCR)

## Common ICC Profiles

### For Coated Paper (Glossy/Matte)

<Tabs>
  <Tab title="ISO Coated v2 300%">
    **Region**: Europe, Global
    **Standard**: ISO 12647-2
    **Paper**: Coated paper (glossy/matte)
    **Ink Limit**: 300% TAC

    **When to use**:

    * European printing
    * Standard commercial printing
    * Magazine production
    * High-quality brochures

    **Color characteristics**:

    * Vibrant colors
    * Good color gamut
    * Industry standard

    ✅ **Most recommended** - Works 90% of the time
  </Tab>

  <Tab title="FOGRA39">
    **Region**: Europe
    **Standard**: ISO 12647-2
    **Paper**: Coated paper
    **Ink Limit**: 300% TAC

    **When to use**:

    * European offset printing
    * Similar to ISO Coated v2
    * Legacy standard (still widely used)

    **Color characteristics**:

    * Similar to ISO Coated v2
    * Slightly different blacks
    * Very common in Europe
  </Tab>

  <Tab title="US Web Coated (SWOP) v2">
    **Region**: United States
    **Standard**: SWOP (Specifications for Web Offset Publications)
    **Paper**: Coated paper (web press)
    **Ink Limit**: 300% TAC

    **When to use**:

    * US printing
    * Magazine/newspaper production
    * Web offset printing

    **Color characteristics**:

    * Slightly less vibrant than ISO Coated
    * Optimized for US inks and paper
    * Industry standard in USA
  </Tab>

  <Tab title="Japan Color 2001 Coated">
    **Region**: Japan, Asia
    **Standard**: Japan Color
    **Paper**: Coated paper
    **Ink Limit**: 320-350% TAC

    **When to use**:

    * Japanese printing
    * Asian market
    * Higher ink limit

    **Color characteristics**:

    * Different color balance
    * Higher TAC allows richer colors
    * Optimized for Asian printing
  </Tab>

  <Tab title="GRACoL 2006">
    **Region**: United States
    **Standard**: GRACoL (General Requirements for Applications in Commercial Offset Lithography)
    **Paper**: Coated sheet
    **Ink Limit**: 300% TAC

    **When to use**:

    * US sheet-fed printing
    * High-end commercial printing
    * Packaging

    **Color characteristics**:

    * Excellent color reproduction
    * Tighter tolerances
    * Premium quality
  </Tab>
</Tabs>

### For Uncoated Paper

<Tabs>
  <Tab title="PSO Uncoated ISO 12647">
    **Region**: Europe
    **Paper**: Uncoated offset paper
    **Ink Limit**: 260% TAC

    **When to use**:

    * Letterhead
    * Business forms
    * Books (uncoated paper)
    * Envelopes

    **Color characteristics**:

    * More subdued colors
    * Lower ink limit (paper absorbs more)
    * Natural, organic look
  </Tab>

  <Tab title="FOGRA29 (Uncoated)">
    **Region**: Europe
    **Paper**: Uncoated offset
    **Ink Limit**: 260% TAC

    **When to use**:

    * Books and publications
    * Stationery
    * Alternative to PSO Uncoated

    **Color characteristics**:

    * Softer colors
    * Good for text-heavy work
    * Less color vibrancy
  </Tab>
</Tabs>

## How to Choose the Right Profile

### Decision Tree

<Steps>
  <Step title="1. Ask Your Printer">
    **Best approach**: Contact your printer and ask:

    * "What ICC profile do you recommend?"
    * "What's your standard color profile?"

    Most professional printers will specify their preferred profile.
  </Step>

  <Step title="2. Check Your Region">
    If printer doesn't specify:

    * **Europe/Global**: ISO Coated v2 300%
    * **United States**: US Web Coated (SWOP) v2 or GRACoL
    * **Asia/Japan**: Japan Color 2001
  </Step>

  <Step title="3. Consider Paper Type">
    * **Coated paper** (shiny/matte): Use coated profile
    * **Uncoated paper** (textured/natural): Use uncoated profile
    * **Not sure?** Coated is most common for marketing materials
  </Step>

  <Step title="4. Match Printing Method">
    * **Offset printing**: Standard ICC profiles
    * **Digital printing**: Ask printer (may have custom profile)
    * **Web press**: SWOP profiles
    * **Sheet-fed**: GRACoL or ISO Coated
  </Step>
</Steps>

### Quick Reference Table

| Your Situation               | Recommended Profile                 |
| ---------------------------- | ----------------------------------- |
| **Europe, don't know paper** | ISO Coated v2 300%                  |
| **USA, magazine/web**        | US Web Coated (SWOP) v2             |
| **USA, high-end sheet**      | GRACoL 2006                         |
| **Asia/Japan**               | Japan Color 2001                    |
| **Books (uncoated paper)**   | PSO Uncoated or FOGRA29             |
| **Not sure at all**          | ISO Coated v2 300% (safest default) |

## Setting ICC Profile in Printery

<Steps>
  <Step title="Open Plugin">
    Select your frame and launch Printery
  </Step>

  <Step title="Go to Color Tab">
    Click the "Color" tab in the plugin interface
  </Step>

  <Step title="Enable CMYK Conversion">
    Check "Convert to CMYK"
  </Step>

  <Step title="Select ICC Profile">
    From dropdown menu, choose your profile:

    * ISO Coated v2 300% (recommended default)
    * Or printer's specified profile
  </Step>

  <Step title="Set Rendering Intent">
    Usually **Relative Colorimetric** (default, best for most cases)
  </Step>

  <Step title="Export">
    Profile will be embedded in your PDF
  </Step>
</Steps>

## Custom ICC Profiles

### When You Need Custom Profiles

* Printer provides their own ICC profile
* Specialty printing (unusual substrates)
* Color-critical work requiring exact calibration
* Print shop has custom press configuration

### How to Upload Custom Profile

**Pro Feature**: Custom ICC upload requires Pro subscription

<Steps>
  <Step title="Get ICC File">
    Obtain .icc or .icm file from your printer
  </Step>

  <Step title="Open Settings">
    Printery → Color tab → ICC Profile section
  </Step>

  <Step title="Click Upload">
    "Upload Custom ICC Profile" button
  </Step>

  <Step title="Select File">
    Choose your .icc file from your computer
  </Step>

  <Step title="Use Profile">
    Custom profile now appears in dropdown menu
  </Step>
</Steps>

## Understanding Profile Specifications

### TAC (Total Area Coverage)

**Definition**: Maximum total ink percentage allowed

| Profile       | TAC Limit | Reason                |
| ------------- | --------- | --------------------- |
| ISO Coated v2 | 300%      | Standard for coated   |
| FOGRA39       | 300%      | Standard offset       |
| Japan Color   | 350%      | Japanese standard     |
| PSO Uncoated  | 260%      | Uncoated absorbs more |
| US Web Coated | 300%      | Standard for web      |

<Warning>
  **Exceeding TAC** can cause:

  * Wet prints (won't dry properly)
  * Smearing and offsetting
  * Paper saturation
  * Printer rejection
</Warning>

### Dot Gain

**Definition**: How much ink spreads when hitting paper

* **Coated paper**: Less dot gain (smoother surface)
* **Uncoated paper**: More dot gain (absorbs ink)
* **Newsprint**: High dot gain (very absorbent)

ICC profiles compensate for expected dot gain in their conversion rules.

## Embedding vs Not Embedding

### Embedded Profile (Recommended)

**What it means**: ICC profile data is included in the PDF

**Pros**:

* Ensures consistent color interpretation
* Printer knows exact color space
* Professional standard
* No ambiguity

**Cons**:

* Slightly larger file size (+50-100KB)

✅ **Always embed for professional printing**

### No Embedded Profile

**What it means**: PDF converted to CMYK but no profile info

**Pros**:

* Slightly smaller file

**Cons**:

* Printer may interpret colors differently
* Risk of color shifts
* Not recommended

## Profile Comparison

### Color Gamut Size

```
Largest to Smallest Color Gamut:

RGB (screen) ─────────┐ Widest
                      │
ISO Coated v2 ────────┤
FOGRA39 ──────────────┤ Similar
GRACoL ───────────────┤
                      │
SWOP ─────────────────┤ Slightly smaller
                      │
Japan Color ──────────┤ Higher TAC
                      │
Uncoated profiles ────┘ Narrowest
```

<Info>
  All CMYK profiles have narrower gamut than RGB - it's the nature of print vs screen.
</Info>

## Testing Your Profile Choice

### Before Full Production

<Steps>
  <Step title="Export Test File">
    Create small test with various colors
  </Step>

  <Step title="Review on Calibrated Monitor">
    Use monitor with color calibration if available
  </Step>

  <Step title="Order Physical Proof">
    \$10-50 investment to see actual printed colors
  </Step>

  <Step title="Compare">
    Compare proof to screen expectations
  </Step>

  <Step title="Adjust if Needed">
    * Try different profile
    * Adjust source colors
    * Use spot colors for critical hues
  </Step>
</Steps>

## Common Profile Mistakes

### Mistake #1: Wrong Region Profile

**Problem**: Using US profile for European printer (or vice versa)

**Result**: Color shifts, printer confusion

**Fix**: Always check with printer or match your region

***

### Mistake #2: Coated vs Uncoated Mismatch

**Problem**: Using coated profile for uncoated paper

**Result**: Colors too dark/muddy (ink absorption not accounted for)

**Fix**: Match profile to actual paper type

***

### Mistake #3: Not Embedding Profile

**Problem**: Converting to CMYK but not embedding profile

**Result**: Unpredictable color interpretation

**Fix**: Always embed ICC profile in PDF

***

### Mistake #4: Random Profile Selection

**Problem**: Picking profile without understanding or asking printer

**Result**: May not match printer's calibration

**Fix**: Ask printer first, or use ISO Coated v2 as safe default

## Advanced: Creating Custom Profiles

For advanced users or print shops:

### When to Create Custom Profile

* You have calibrated spectrophotometer
* Custom press setup
* Unique paper/ink combination
* Need exact color matching

### Tools Required

* Spectrophotometer (X-Rite, etc.)
* Color management software
* Test charts
* Knowledge of color science

<Note>
  Most users don't need custom profiles. Standard profiles work excellently for 99% of projects.
</Note>

## Profile Conversion Quality

### Factors Affecting Quality

| Factor               | Impact | Control                   |
| -------------------- | ------ | ------------------------- |
| **Profile accuracy** | High   | Choose reputable profile  |
| **Rendering intent** | Medium | Select appropriate intent |
| **Source colors**    | High   | Design CMYK-friendly      |
| **Black generation** | Medium | Trust profile settings    |

## Troubleshooting Profile Issues

<AccordionGroup>
  <Accordion title="Colors look dull after conversion" icon="circle-half-stroke">
    **Causes**:

    * RGB colors out of CMYK gamut
    * Using uncoated profile with coated paper

    **Solutions**:

    * Design with CMYK-friendly colors
    * Verify correct profile for paper type
    * Consider spot colors for vibrant hues
  </Accordion>

  <Accordion title="Printer says profile is wrong" icon="triangle-exclamation">
    **Causes**:

    * Profile doesn't match their press
    * Regional mismatch

    **Solutions**:

    * Ask for their preferred profile
    * Re-export with correct profile
    * Upload their custom profile (Pro feature)
  </Accordion>

  <Accordion title="Different colors in different PDF viewers" icon="eye">
    **Causes**:

    * Viewer not reading embedded profile
    * Monitor not calibrated

    **Solutions**:

    * Use Adobe Acrobat for accurate preview
    * Request physical proof
    * Remember: screen can't perfectly show CMYK
  </Accordion>
</AccordionGroup>

## Quick Reference

### Top 3 Profiles (Cover 90% of Cases)

1. **ISO Coated v2 300%** - Default choice, works almost everywhere
2. **US Web Coated (SWOP) v2** - US printing, magazines
3. **PSO Uncoated** - Uncoated paper, stationery

### Profile Selection Cheatsheet

```
┌─ Printing in Europe? ─→ ISO Coated v2 300%
│
├─ Printing in USA? ─→ SWOP v2 or GRACoL
│
├─ Printing in Asia? ─→ Japan Color 2001
│
├─ Uncoated paper? ─→ PSO Uncoated or FOGRA29
│
└─ Not sure? ─→ ISO Coated v2 300% (safest)
```

## Learn More

<CardGroup cols={2}>
  <Card title="Color Management Overview" icon="palette" href="/color/overview">
    Understand color management basics
  </Card>

  <Card title="RGB vs CMYK" icon="code-compare" href="/color/rgb-vs-cmyk">
    Deep dive into color models
  </Card>

  <Card title="Troubleshooting Colors" icon="wrench" href="/troubleshooting/color-issues">
    Fix common color problems
  </Card>

  <Card title="ICC Profiles Table" icon="table" href="/reference/icc-profiles-table">
    Complete profile specifications
  </Card>
</CardGroup>

***

<Info>
  **Pro Tip**: When in doubt, use **ISO Coated v2 300%** and ask your printer. They can always specify if they need something different!
</Info>
