> ## 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.

# Color Management Overview

> Master color management for accurate, professional print results

## Why Color Management Matters

Color management is the difference between "close enough" and "exactly right" in print design. Poor color management leads to:

* ❌ Brand colors that don't match
* ❌ Photos that look dull or wrong
* ❌ Expensive reprints
* ❌ Unhappy clients

<Note>
  **Good color management** ensures your prints look as intended - consistently, every time.
</Note>

## The Color Challenge

The fundamental problem:

```
Your Screen (RGB)        →        Printing (CMYK)
┌─────────────┐                  ┌─────────────┐
│ Emits Light │                  │ Reflects    │
│ Wide Gamut  │    ≠             │ Narrower    │
│ Vibrant     │                  │ Subdued     │
└─────────────┘                  └─────────────┘
```

<Warning>
  **Critical Fact**: CMYK cannot reproduce all RGB colors. Some colors will shift - this is physics, not a software problem!
</Warning>

## Core Color Concepts

### 1. RGB Color Model (Screen)

**How it works**:

* **Light-based**: Emits colored light
* **Additive**: Mix colors to create white
* **Components**: Red + Green + Blue
* **Range**: 16.7 million colors

**Uses**:

* Computer monitors
* TVs and displays
* Mobile devices
* Web design

```
RGB Mixing:
Red + Green = Yellow
Red + Blue = Magenta
Green + Blue = Cyan
All combined = White
```

### 2. CMYK Color Model (Print)

**How it works**:

* **Ink-based**: Subtracts colors from white paper
* **Subtractive**: Mix inks to create black
* **Components**: Cyan + Magenta + Yellow + Black (Key)
* **Range**: Fewer colors than RGB

**Uses**:

* Offset printing
* Digital printing
* Magazines, books
* All physical print media

```
CMYK Mixing:
Cyan + Magenta = Blue
Cyan + Yellow = Green
Magenta + Yellow = Red
All combined ≈ Black (muddy)
K (Black) = Clean black
```

<Info>
  **Why "K" for black?** "K" stands for "Key" plate - traditionally the plate that carries the key image details.
</Info>

## The Color Gamut Problem

**Gamut** = The range of colors a system can reproduce

```
┌──────────────────────────┐
│   RGB Gamut (larger)     │
│  ┌──────────────────┐    │
│  │  CMYK Gamut      │    │
│  │  (smaller)       │    │
│  │                  │    │
│  └──────────────────┘    │
│                           │
└──────────────────────────┘

Colors in RGB but outside CMYK
= Will shift when converted
```

### Colors That Shift Most

<Tabs>
  <Tab title="Bright Blues">
    **RGB Blues**: Vibrant, electric
    **CMYK Result**: Darker, more subdued

    **Example**:

    * Screen: Bright cyan (#00FFFF)
    * Print: Noticeably darker
  </Tab>

  <Tab title="Vivid Greens">
    **RGB Greens**: Neon, bright
    **CMYK Result**: Less saturated

    **Example**:

    * Screen: Lime green (#00FF00)
    * Print: More muted, yellowish
  </Tab>

  <Tab title="Pure Oranges">
    **RGB Oranges**: Intense
    **CMYK Result**: Slightly duller

    **Example**:

    * Screen: Bright orange (#FF6600)
    * Print: Less punchy
  </Tab>

  <Tab title="Deep Purples">
    **RGB Purples**: Vibrant
    **CMYK Result**: Can shift toward blue or red

    **Example**:

    * Screen: Royal purple (#6600FF)
    * Print: May appear more blue
  </Tab>
</Tabs>

<Warning>
  **Most Problematic**: Neon colors, pure RGB primaries, and highly saturated hues.
</Warning>

## ICC Profiles: The Translation Layer

**ICC Profiles** are standardized color "dictionaries" that translate colors accurately between different devices and systems.

### How ICC Profiles Work

```
Your Design (RGB)
       ↓
ICC Profile (Translation rules)
       ↓
Print Output (CMYK)
```

Think of ICC profiles as **language translators**:

* You speak RGB (English)
* Printer speaks CMYK (Spanish)
* ICC profile translates between them

### Common ICC Profiles

| Profile                     | Region/Use    | Paper Type   | When to Use                       |
| --------------------------- | ------------- | ------------ | --------------------------------- |
| **ISO Coated v2 300%**      | Europe        | Coated paper | Most common (recommended default) |
| **FOGRA39**                 | Europe/Global | Coated       | Standard commercial printing      |
| **US Web Coated (SWOP) v2** | United States | Coated web   | US magazines, publications        |
| **Japan Color 2001 Coated** | Japan/Asia    | Coated       | Asian market printing             |
| **PSO Uncoated ISO 12647**  | Europe        | Uncoated     | Letterhead, business forms        |
| **GRACoL 2006**             | United States | Coated sheet | US commercial printing            |

<Tip>
  **Not sure which to use?** Start with **ISO Coated v2 300%** - it's the most widely accepted profile worldwide.
</Tip>

## Color Conversion Strategies

Printery offers multiple approaches:

### 1. Automatic CMYK Conversion

**How it works**:

* Plugin converts RGB → CMYK using selected ICC profile
* Rendering intent determines how out-of-gamut colors are handled

**Best for**:

* Most projects
* Quick turnaround
* Standard color accuracy

### 2. Custom Color Mapping

**How it works**:

* You define exact CMYK values for specific RGB colors
* Plugin uses your mappings for those colors

**Best for**:

* Brand colors that must be exact
* When you have approved CMYK values
* Critical color matching

### 3. Spot Color Usage

**How it works**:

* Uses premixed Pantone inks instead of CMYK
* Exact color match guaranteed

**Best for**:

* Brand logos and colors
* Metallics, fluorescents
* When color consistency is critical

<Info>
  These strategies can be combined! Use spot colors for logos, CMYK for photos, custom mapping for brand colors.
</Info>

## Rendering Intents

When converting RGB to CMYK, you choose a **rendering intent** - how out-of-gamut colors are handled:

| Intent                    | How It Works                            | Best For                  | Result                            |
| ------------------------- | --------------------------------------- | ------------------------- | --------------------------------- |
| **Relative Colorimetric** | Maps out-of-gamut to nearest CMYK color | Most designs (default)    | Preserves color relationships     |
| **Perceptual**            | Compresses entire gamut to fit CMYK     | Photos with many colors   | Smooth transitions, less accuracy |
| **Absolute Colorimetric** | Exact match including paper white       | Color proofing            | Most accurate, can clip colors    |
| **Saturation**            | Maximizes color vibrancy                | Business graphics, charts | Vibrant, less accurate            |

<Tip>
  **Recommendation**: Use **Relative Colorimetric** for 95% of projects. It provides the best balance of accuracy and visual appeal.
</Tip>

## The Color Management Workflow

<Steps>
  <Step title="1. Design in RGB">
    Create your design in Figma using RGB colors (native color space)
  </Step>

  <Step title="2. Identify Critical Colors">
    Note any brand colors or colors that must be exact
  </Step>

  <Step title="3. Choose ICC Profile">
    Select profile based on:

    * Your region
    * Paper type
    * Printer recommendations
  </Step>

  <Step title="4. Set Up Color Mapping (Optional)">
    Define exact CMYK values for brand colors
  </Step>

  <Step title="5. Preview Conversion">
    Use Printery to preview CMYK version
  </Step>

  <Step title="6. Adjust if Needed">
    If colors shift too much, consider:

    * Using spot colors
    * Adjusting RGB values
    * Custom CMYK mapping
  </Step>

  <Step title="7. Export with Settings">
    Export PDF with selected ICC profile embedded
  </Step>

  <Step title="8. Verify PDF">
    Check colors in Adobe Acrobat or proof print
  </Step>
</Steps>

## Managing Expectations

### What You Can Control

✅ **Consistent conversion** - Same input always produces same output
✅ **Professional profiles** - Using industry-standard ICC profiles
✅ **Spot color accuracy** - Pantone colors print exactly
✅ **Black handling** - Pure black text vs rich black areas

### What You Cannot Control

❌ **Physics** - CMYK gamut is smaller than RGB
❌ **Paper variations** - Different papers show colors differently
❌ **Viewing conditions** - Light source affects perceived color
❌ **Press conditions** - Slight variations between print runs

<Note>
  **Set Realistic Expectations**: Perfect color matching between screen and print is impossible. The goal is consistent, predictable, professional results.
</Note>

## Common Color Issues and Solutions

<AccordionGroup>
  <Accordion title="Problem: Colors Look Dull" icon="circle-half-stroke">
    **Causes**:

    * RGB colors outside CMYK gamut
    * Wrong ICC profile
    * Uncoated paper used

    **Solutions**:

    * Choose CMYK-friendly colors from start
    * Use spot colors for critical hues
    * Request coated paper for more vibrant output
  </Accordion>

  <Accordion title="Problem: Brand Colors Don't Match" icon="palette">
    **Causes**:

    * Automatic conversion altered colors
    * Brand colors defined in RGB only

    **Solutions**:

    * Get approved CMYK or Pantone values
    * Use custom color mapping
    * Consider spot colors for logos
  </Accordion>

  <Accordion title="Problem: Inconsistent Between Prints" icon="arrows-rotate">
    **Causes**:

    * Different ICC profiles used
    * Different printers or batches
    * Paper stock variations

    **Solutions**:

    * Always use same ICC profile
    * Use same printer when possible
    * Request color-managed proofs
  </Accordion>

  <Accordion title="Problem: Too Much Ink (Over 300%)" icon="droplet">
    **Causes**:

    * Conversion created too much ink coverage
    * Dark colors using all four inks

    **Solutions**:

    * Enable GCR (Gray Component Replacement)
    * Adjust total ink limit in settings
    * Use UCR for dark areas
  </Accordion>
</AccordionGroup>

## Quick Start: Color Management in 3 Steps

For most projects, follow this simple workflow:

<Steps>
  <Step title="Step 1: Enable CMYK Conversion">
    In Printery → Color tab:

    * ✓ Enable "Convert to CMYK"
  </Step>

  <Step title="Step 2: Choose ICC Profile">
    Select **ISO Coated v2 300%** (best default)
    Or ask your printer for their preference
  </Step>

  <Step title="Step 3: Export">
    Export PDF - colors will be professionally converted
  </Step>
</Steps>

That's it for basic projects! For advanced needs, explore custom mapping and spot colors.

## Learn More About Color

<CardGroup cols={2}>
  <Card title="RGB vs CMYK Deep Dive" icon="code-compare" href="/color/rgb-vs-cmyk">
    Understand the technical details
  </Card>

  <Card title="ICC Profile Guide" icon="palette" href="/color/icc-profiles">
    Choose the right profile for your project
  </Card>

  <Card title="Spot Colors & Pantone" icon="stamp" href="/color/spot-colors">
    When and how to use spot colors
  </Card>

  <Card title="Black Handling" icon="fill" href="/color/black-handling">
    Rich black vs pure black strategies
  </Card>

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

  <Card title="Color Accuracy Tutorial" icon="bullseye" href="/tutorials/color-accuracy">
    Achieve professional color results
  </Card>
</CardGroup>

## Color Management Checklist

* [ ] **ICC profile selected**: Appropriate for paper and region
* [ ] **Rendering intent chosen**: Usually Relative Colorimetric
* [ ] **Brand colors verified**: CMYK or Pantone values confirmed
* [ ] **Spot colors defined**: If using Pantone
* [ ] **Black strategy set**: K100 for text, rich black for areas
* [ ] **PDF verified**: Checked in Acrobat or proof print
* [ ] **Printer consulted**: Confirmed their color requirements

<Check>
  With proper color management, your prints will match expectations every time!
</Check>

***

<Info>
  **Color matching is both art and science**. Join our [Discord](https://discord.gg/kUJZQEfdUF) to learn from experienced print designers!
</Info>
