# Colori

{% @figma/embed fileId="JiO2P1sgdGPS09FAD33QR2" nodeId="0:1" url="<https://www.figma.com/file/JiO2P1sgdGPS09FAD33QR2/Colori?node-id=0%3A1>" %}

| Colore e uso                                                         | Valore Esadecimale | CMYK                        |
| -------------------------------------------------------------------- | ------------------ | --------------------------- |
| <p><strong>Nero 100%</strong></p><p>Colore principale</p>            | `#000000`          | C: 0%, M: 0%, Y: 0%, K 100% |
| <p><strong>Grigio secondario</strong></p><p>Testi seconda lingua</p> | `#7C7C7B`          | C: 0%, M: 0%, Y: 0%, K 50%  |
| <p><strong>Grigio chiaro</strong></p><p>Sfondi di sezione</p>        | `#ECECEC`          | C: 0%, M: 0%, Y: 0%, K 7%   |
| <p><strong>Blu pagoPA</strong></p><p>Logo pagoPA</p>                 | `#0066CC`          | C: 86%, M: 60%, Y: 0%, K 0% |

{% hint style="info" %}
La resa delle varie tonalità di grigio può variare a seconda delle tecniche di stampa. In caso di necessità, puoi variare le percentuali di inchiostro nero al fine di garantire la stessa gerarchia e leggibilità. Per maggiori informazioni, rivolgiti al tuo stampatore.
{% endhint %}


---

# 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://docs.pagopa.it/avviso-pagamento/avvisi-3.2.0/allegato-2/elementi-di-design/colori.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.
