Free Discord tool

Discord Color Picker

Discord embed and role colors are a single decimal integer (0–16777215), not CSS hex. #5865F2 (Blurple) is 5793266. Pick a color, get hex, RGB, and the decimal your bot JSON needs.

Hex

#5865F2

RGB

rgb(88, 101, 242)

Discord decimal

5793266

Discord brand

How to use it

Use the picker or paste hex / rgb() / a decimal. Copy whichever format your library wants. Role colors and embed.color use the same decimal.

FAQ

How do Discord embed colors work?+

embed.color is an integer: (red << 16) + (green << 8) + blue. #FF0000 becomes 16711680. Hex is easier for humans; the API wants the decimal.

What is Discord Blurple in hex and decimal?+

Modern Blurple is #5865F2, decimal 5793266. Classic Blurple was #7289DA (7506394). Role default grey is #99AAB5.

Can I use hex in discord.py?+

discord.Color.from_str("#5865F2") or discord.Color(5793266). Many APIs still want the integer form.

Related tools

Build a Discord bot visually on Kitcord

These tools stay free — no account needed. When you want slash commands, flows, and hosting, snap pieces together on the canvas.

Kitcord is not affiliated with, endorsed by, or sponsored by Discord Inc. Discord is a trademark of Discord Inc.