# Graphic Design of Pandacoin

## Brand & graphic design

Building something with Pandacoin? Writing an article, designing merch, integrating PND on an exchange, mocking up a community site? Use these assets so it stays on-brand.

{% hint style="info" %}
**Free to use** for community content, articles, integrations, tutorials, fan art, and merch. Don't use the marks in a way that implies official endorsement of a paid product or service without checking with the team on [Telegram](https://t.me/pandacoin) first.
{% endhint %}

### Logo

<figure><img src="https://3195711364-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma1DXKIiUS1a49GvEno%2F-Mad38vGXm65E-PPsKyI%2F-Mad3PjcUFSJeMbCk4ck%2Fimage.png?alt=media&#x26;token=19e504d5-9c5a-48f0-a6e1-206d86977a30" alt=""><figcaption><p>The Pandacoin logo.</p></figcaption></figure>

<figure><img src="/files/5jW11FPDndZkUZxyNxFY" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
📦 **Download the full logo pack** (PNG, SVG, transparent variants):\
[**Pandacoin logo files on Google Drive**](https://drive.google.com/drive/folders/1QlxD9ISSk-cAi5oN2WYujTQnZnrXYdoq?usp=sharing)
{% endhint %}

Need a format that isn't in the pack — a high-res print version, a single-color variant, a specific aspect ratio? Ask in [Telegram](https://t.me/pandacoin) or email <support@pandacoin.tech>.

#### File format guide

<table><thead><tr><th width="120">Format</th><th>Use it for</th></tr></thead><tbody><tr><td><strong>SVG</strong></td><td>Websites, apps, anything that scales. Sharp at any size, tiny file.</td></tr><tr><td><strong>PNG</strong></td><td>Social posts, presentations, screenshots. Use the transparent version on colored backgrounds.</td></tr><tr><td><strong>JPG</strong></td><td>Avoid for the logo — no transparency. Only if your platform refuses PNG/SVG.</td></tr></tbody></table>

### Colors

The Pandacoin palette is **green, yellow, black, and white** — same as the panda + bamboo it's named after.

<table><thead><tr><th width="160">Color</th><th width="140">Hex</th><th width="160">RGB</th><th>Use for</th></tr></thead><tbody><tr><td>🟢 <strong>Panda Green</strong></td><td><a href="https://www.color-hex.com/color/31893b"><code>#31893B</code></a></td><td><code>49, 137, 59</code></td><td>Primary brand color — buttons, headers, accents</td></tr><tr><td>🟡 <strong>Bamboo Yellow</strong></td><td><a href="https://www.color-hex.com/color/f5d504"><code>#F5D504</code></a></td><td><code>245, 213, 4</code></td><td>Highlights, secondary accents, CTA contrast</td></tr><tr><td>⚫ <strong>Black</strong></td><td><code>#000000</code></td><td><code>0, 0, 0</code></td><td>Text, panda body, dark backgrounds</td></tr><tr><td>⚪ <strong>White</strong></td><td><code>#FFFFFF</code></td><td><code>255, 255, 255</code></td><td>Backgrounds, panda face, negative space</td></tr></tbody></table>

#### Color usage tips

* **Green is the lead** — use it for the dominant brand surface. Yellow is a supporting accent, not a co-lead.
* **High-contrast pairings work best:** green on white, yellow on black, white on green.
* **Avoid green-on-yellow or yellow-on-green** — they fail accessibility contrast checks.
* For body text, default to black on white (or white on a dark background) and use the brand colors for highlights, links, and headers.

### Typography

The official typeface is **Myriad Pro** — a clean humanist sans-serif used across Pandacoin's official materials.

[**Download Myriad Pro**](https://fontsgeek.com/myriad-pro-font)

{% hint style="info" %}
**No Myriad Pro?** Free near-equivalents that pair well with the brand:

* [**Open Sans**](https://fonts.google.com/specimen/Open+Sans) — closest free match, on Google Fonts
* [**Source Sans 3**](https://fonts.google.com/specimen/Source+Sans+3) — also free, slightly more geometric
* [**Inter**](https://fonts.google.com/specimen/Inter) — modern UI default, works great on screens
  {% endhint %}

#### Typography tips

* **Headlines:** bold weight, generous line-height, sentence case (not ALL CAPS).
* **Body:** regular weight, comfortable size (16px+ on web).
* **Avoid italics for the wordmark** — keep "Pandacoin" upright.

### Naming and capitalisation

| Use             | Don't use                        |
| --------------- | -------------------------------- |
| Pandacoin       | PandaCoin, panda coin, pandacoin |
| PND (ticker)    | $PND, Pnd, pnd                   |
| Pandacoin (PND) | Pandacoin token, the Pandacoin   |

Always one word, capital P. Ticker is uppercase **PND**.

### Do and don't

| ✅ Do                                                                                     | ❌ Don't                                                                       |
| ---------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| Use the official logo files from the Drive link.                                         | Re-draw, trace, or "redesign" the logo for your project.                      |
| Keep clear space around the logo — at least the height of the panda's eye on every side. | Crowd the logo with other graphics or text.                                   |
| Use the brand colors at their exact hex values.                                          | Tweak the green or yellow to "match your project's palette."                  |
| Pair the logo with high-contrast backgrounds.                                            | Place the logo on busy or low-contrast backgrounds.                           |
| Stretch / squash / rotate / recolor the logo (use it at its original aspect ratio).      | Use the logo to imply official partnership or endorsement without permission. |

### Need something custom?

Wallet icon for an exchange listing? Banner for a community event? Press kit for an article? Reach out:

* **Telegram:** [t.me/pandacoin](https://t.me/pandacoin) — fastest
* **Email:** <support@pandacoin.tech>

The team can usually turn around brand asset requests in a day or two.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.pandacoin.tech/services/graphic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
