---
title: "Discord Color Picker: Hex, RGB, and Decimal | FromFlow"
description: "Pick Discord embed and role colors. Convert hex to decimal, RGB, and JavaScript 0x notation with Discord brand and status presets."
url: "https://fromflow.dev/tools/colors/"
index: "https://fromflow.dev/llms.txt"
---

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.

Pick a color

Hex

Copy

Decimal

Copy

RGB

Copy

0x notation

Copy

## Discord brand and status colors

Blurple #5865F2

Green #57F287

Yellow #FEE75C

Fuchsia #EB459E

Red #ED4245

White #FFFFFF

Black #000000

Light Gray #B9BBBE

Dark Gray #4F545C

Channel BG #36393F

Sidebar BG #2F3136

Booster Pink #F47FFF

Online #3BA55C

Idle #FAA61A

DND #ED4245

Streaming #593695

FromFlow

## Create your own Discord bot

No code. Free 3-day trial.

[Sign Up](https://dashboard.fromflow.dev)

## 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.

More free tools

## Useful Discord utilities

[Timestamp Generator](https://fromflow.dev/tools/timestamp/) [Text Formatter](https://fromflow.dev/tools/text-formatter/) [Embed Builder](https://fromflow.dev/tools/embed/) [Username Generator](https://fromflow.dev/tools/username-generator/) [Avatar Downloader](https://fromflow.dev/tools/avatar-downloader/)

FromFlow

## Create your own Discord bot

No code. Free 3-day trial.

[Try for free](https://dashboard.fromflow.dev) [With AI](https://fromflow.dev/ai-discord-bot-maker/)

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.
