💬 Discord

Discord Color Text Generator

Create colorful ANSI messages for Discord. Works on Desktop & Browser (not mobile).

FG:
BG:
FMT:

↑ Type your message, then select a foreground and/or background color above.

Quick Rainbow / Multi-Color Message

Type each word in the box above, pick a color, and the code block below updates automatically. Copy the code block and paste into Discord!

💡 ANSI colors only work on Discord Desktop and Browser. Mobile users will see a plain code block.
Preview
🎮
CoolUser#1234
Your colored message will appear here
Code to Copy into Discord
Click to copy code for Discord…

Available Discord Colors

Text (Foreground) Colors

Red (31) Green (32) Yellow (33) Blue (34) Pink (35) Cyan (36) White (37)Gray (30)

How It Works

Discord renders ANSI escape codes inside ```ansi code blocks. The format is \u001b[{code}m where {code} is the color number. This was discovered by the community in 2021.