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.
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.
FromFlow
Create your own Discord bot
No code. Free 3-day trial.
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.