Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
AI-powered brand identity skill for generating cohesive brand guidelines, color palettes, and visual identity.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/logo-usage-rules.md
1# Logo Usage Rules23Guidelines for proper logo implementation across all marketing materials.45## Logo Variants67### Primary Variants8| Variant | File Name | Use Case |9|---------|-----------|----------|10| Full Horizontal | logo-full-horizontal.{ext} | Website headers, documents |11| Stacked | logo-stacked.{ext} | Square spaces, social avatars |12| Icon Only | logo-icon.{ext} | Favicons, app icons, small spaces |13| Wordmark Only | logo-wordmark.{ext} | When icon already present |1415### Color Variants16| Variant | Use Case |17|---------|----------|18| Full Color | Default on white/light backgrounds |19| Reversed | On dark backgrounds |20| Monochrome Dark | On light backgrounds when color not possible |21| Monochrome Light | On dark backgrounds when color not possible |2223## Clear Space2425### Minimum Clear Space26The clear space around the logo should equal the height of the logo mark (icon portion).2728```29┌─────────────────────────────┐30│ [x] │31│ ┌───────────────────┐ │32│ │ │ │33[x] │ │ [LOGO] │ [x] │34│ │ │ │35│ └───────────────────┘ │36│ [x] │37└─────────────────────────────┘38```3940Where [x] = height of logo mark4142## Minimum Size4344### Digital45| Format | Minimum Width | Notes |46|--------|---------------|-------|47| Full Logo | 120px | All elements legible |48| Icon Only | 24px | Favicon/small icons |49| Icon Only | 32px | UI elements |505152| Format | Minimum Width | Notes |53|--------|---------------|-------|54| Full Logo | 35mm | Business cards, letterhead |55| Icon Only | 10mm | Small print items |5657## Color Usage5859### Approved Backgrounds60| Background | Logo Version |61|------------|--------------|62| White | Full color or dark mono |63| Light gray (#F5F5F5+) | Full color or dark mono |64| Brand primary | Reversed (white) |65| Dark (#333 or darker) | Reversed (white) |66| Photography | Ensure sufficient contrast |6768### Color Rules691. Never change logo colors outside approved palette702. Don't use gradients on the logo713. Don't apply transparency to logo elements724. Don't add shadows or effects7374## Incorrect Usage7576### Absolute Don'ts77- ❌ Stretch or compress logo78- ❌ Rotate at angles79- ❌ Add drop shadows80- ❌ Apply gradient fills81- ❌ Use unapproved colors82- ❌ Add strokes or outlines83- ❌ Place on busy backgrounds84- ❌ Crop any portion85- ❌ Rearrange elements86- ❌ Add additional elements8788### Visual Examples89```90WRONG: Stretched WRONG: Rotated WRONG: Wrong color91┌──────────────┐ ┌────────┐ ┌────────┐92│ L O G O │ │ / │ │ LOGO │ <- wrong color93└──────────────┘ │ /LOGO │ └────────┘94└───────/95```9697## Co-branding9899### Partner Logo Guidelines1001. Equal visual weight (same height)1012. Adequate separation between logos1023. Use divider line if needed1034. Both logos in their approved colors1045. Clear space applies to both105106### Layout Options107```108Option A: Side by side with divider109[OUR LOGO] | [PARTNER LOGO]110111Option B: Stacked112[OUR LOGO]113+114[PARTNER LOGO]115```116117## File Formats118119### Recommended Formats120| Usage | Format | Notes |121|-------|--------|-------|122| Web | SVG | Preferred, scalable |123| Web fallback | PNG | With transparency |124| Print | PDF | Vector, high quality |125| Print alt | EPS | Legacy systems |126| Documents | PNG | High res (300dpi) |127128### File Organization129```130assets/logos/131├── full-horizontal/132│ ├── logo-full-color.svg133│ ├── logo-full-color.png134│ ├── logo-reversed.svg135│ ├── logo-mono-dark.svg136│ └── logo-mono-light.svg137├── icon-only/138│ ├── icon-full-color.svg139│ ├── icon-reversed.svg140│ └── favicon.ico141└── monochrome/142├── logo-black.svg143└── logo-white.svg144```145146## Platform-Specific Guidelines147148### Social Media149| Platform | Format | Size | Notes |150|----------|--------|------|-------|151| LinkedIn | PNG | 300x300px | Icon only |152| Twitter/X | PNG | 400x400px | Icon only |153| Facebook | PNG | 180x180px | Icon only |154| Instagram | PNG | 320x320px | Icon only |155156### Website157| Location | Variant | Size |158|----------|---------|------|159| Header | Full horizontal | 120-200px width |160| Footer | Full horizontal | 100-150px width |161| Favicon | Icon only | 32x32px |162| Apple Touch | Icon only | 180x180px |163164### Documents165| Document | Variant | Placement |166|----------|---------|-----------|167| Letterhead | Full horizontal | Top left |168| Presentation | Icon + wordmark | Title slide |169| Report | Full horizontal | Cover + footer |170171## Logo Approval Process172173### Before Using Logo1741. Verify you have the correct version1752. Check background compatibility1763. Ensure minimum size requirements1774. Confirm clear space allocation1785. Review against these guidelines179180### Requesting Approval181For non-standard uses:1821. Submit mockup showing proposed usage1832. Include context (medium, audience)1843. Wait for brand team approval1854. Document approved exceptions186