# Colors and HEX codes

Colors, until specified otherwise, are available for use in all command messages (inside `messages.yml`) and in all messages sent by actions as titles, actionbars...

You can view all the supported game color codes [here](https://minecraft.fandom.com/wiki/Formatting_codes). If you're running server version 1.16 (or newer), you may also specify HEX codes in format `<#123456>`.

{% hint style="danger" %}
The code must always be 6 characters long. If any color picker tool shows you less (for example `12AB`), add zeros at the end to fulfill the 6-character requirement: `12AB` -> `12AB00`.
{% 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://dejvokep.gitbook.io/chatgames/colors-and-hex-codes.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.
