Free Discord tool

Discord color picker

Pick a color and copy the values Discord builders need: hex for role colors, decimal for embed.color, RGB for design notes, and JavaScript 0x notation for bot code.

Hex
Decimal
RGB
0x notation

Discord brand and status colors

Discord embed colors use decimal numbers

Raw Discord API embed JSON expects a number such as 5793266, not the string #5865F2. The picker converts colors so your embed JSON is ready to use.

Role colors and brand colors stay consistent

Use the same color across role settings, embed templates, welcome panels, ticket messages, and moderation logs so your server automation feels consistent.

Build it into a bot

Want every bot embed to match your server brand?

Use FromFlow templates and workflows to keep embed colors consistent across welcomes, tickets, logs, and announcements.

FAQ

Discord color picker FAQ

What color format does Discord embed.color use?

Discord embed.color uses a decimal integer representation of an RGB color, such as 5793266 for #5865F2.

How do I set a Discord role color?

Open Server Settings, choose Roles, select a role, and paste the hex value into the role color picker.

What is Discord blurple?

Blurple is Discord's primary blue-purple brand color. The current common value is #5865F2.

Why is my embed color not showing?

The most common issue is sending a hex string where Discord expects a number. Use the decimal value for raw webhook JSON.