# The server embed color

Settings, "Server Settings & Logging", **Main Embed Color**.

This is the accent stripe down the left side of every Ticket King embed in your server. It applies to panels, ticket welcome embeds, log embeds, and application embeds.

## Default

`#d4af37` (gold).

## Changing it

1. Click the colored swatch next to the field.
2. The color picker opens. Type a hex color code, or click on the color wheel.
3. The setting saves automatically.

<figure><img src="/files/zr7PTLueVCeS2lZdHXSN" alt="Settings page → Main Embed Color section with the color picker popover open"><figcaption></figcaption></figure>

## How embeds use it

Most embeds use this color automatically:

* Panel embeds (when the panel's embed Color field is left blank). Set a color on a panel embed to override it there.
* The welcome embed inside new ticket channels.
* Open and close log embeds.
* Application embeds.

Error embeds use a fixed red instead, so the color you set here does not change them.

## Picking a good color

Match your server's existing color scheme. Most servers pick the color of their main branded role or their server icon's main color.

Avoid:

* **Pure black or pure white.** These are hard to see on Discord's themes.
* **Colors close to Discord's own interface.** Discord blurple (`#5865F2`) can blend in.

## Related

{% content-ref url="/pages/987R9qKqqc69cNg6Jakh" %}
[Edit the embed](/docs/panels/edit-the-embed.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/customization-and-branding/server-embed-color.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.
