🎨 Discord Color Palette

Generate Discord-compatible color codes for embeds and roles. Convert between hex, RGB, and decimal formats.

Color Selection

Popular Colors

How to Use

  1. Use the color picker or enter a hex code to select your color
  2. Copy the decimal value for Discord bot embeds
  3. Use the hex code for CSS or role colors in Discord
  4. Click on popular colors below to quickly select common Discord colors

Frequently Asked Questions

What color formats does Discord support?

Discord supports decimal color codes for embeds (like 5865242) and hex codes for role colors (like #5865F2). RGB values can be converted but aren't directly supported.

How do I use colors in Discord embeds?

Use the decimal value in your bot code. For Discord.js: embed.setColor(5865242). For Discord.py: discord.Embed(color=5865242). The color appears as a colored bar on the left side of the embed.

Can I use custom colors for Discord roles?

Yes! In Discord server settings, go to Roles, select a role, and use the hex color code in the color picker. Role colors appear next to usernames in chat and member lists.

What's the difference between hex and decimal?

Hex codes use letters and numbers (#5865F2), while decimal uses only numbers (5865242). They represent the same color in different formats - hex for web/CSS, decimal for programming.

Why use Discord's brand colors?

Discord brand colors (Blurple, Green, Red, Yellow) are recognizable and create consistent user experiences. They're commonly used for status indicators and official bot embeds.