Tolz.me

Discord Embed Color Picker

Convert hex colors to Discord embed decimal color values.

Embed preview stripe

Discord embeds use a colored left bar like this.

Decimal color (for embed JSON)
5793266
Hex color
#5865f2

About this tool

Pick a color and copy the decimal RGB value Discord embeds expect, plus the matching hex code.

Browse more discord tools or explore all Tolz.me tools.

Try other relevant tools

Frequently asked questions

Why does Discord use decimal embed colors?+

Discord's API stores embed color as a decimal integer converted from RGB hex values.

Can webhooks use hex colors?+

Most webhook JSON expects decimal. Some libraries accept hex, but decimal is the API standard.

What is Discord's brand color in decimal?+

Discord blurple #5865F2 is decimal 5793266.

Is this embed color tool free?+

Yes. Conversions run instantly in your browser.

Use cases

  • Match embed stripe colors to your server icon palette.
  • Convert brand hex codes for bot embed builders.
  • Quickly check decimal values from existing webhook payloads.

Discord Embed Color Picker

Discord embed colors use a decimal RGB integer, not hex strings. Pick a color visually and copy both the decimal value and hex code for bots, webhooks, and embed builders.

How Discord embed colors work

The colored stripe on embeds comes from a single integer field. Discord stores it as decimal RGB, while designers usually think in hex.

Webhook and bot libraries often accept either format, but Discord's API expects the decimal value in JSON payloads.

Decimal vs hex

Hex #5865F2 becomes decimal 5793266. The tool converts instantly as you move the color picker.

If you already have a decimal from an existing embed, paste it into our embed generator or decode it with a calculator — this picker focuses on design-first workflows.

Choosing brand colors

Match your server icon or role color palette so announcements feel cohesive.

High-contrast colors read better on dark Discord themes. Very dark colors can look invisible on mobile.

Using the value in bots

In JSON embeds, set color to the decimal integer without quotes. JavaScript bots often accept 0x hex literals too, but webhooks usually want decimal.

Combine the color with our embed generator to preview title, description, and footer together.

Accessibility note

Do not rely on stripe color alone to convey meaning. Pair color with clear titles and text labels.

Test embeds on desktop and mobile — stripe width differs slightly between clients.

Explore more discord tools on Tolz.me.

Related tools