Discord colored text generator
Make Discord colored text with ANSI code blocks. Copy red, blue, green, and more for messages and announcements.
Hello Discord
```ansi [0;34mHello Discord[0m ```
[0;34mHello Discord[0m
Discord color codes (ANSI)
| Color | ANSI code |
|---|---|
| Red | 31 |
| Green | 32 |
| Yellow | 33 |
| Blue | 34 |
| Magenta | 35 |
| Cyan | 36 |
| Gray | 37 |
How to use Discord color text
- Type your message and pick an ANSI color chip.
- Copy the full ```ansi code block (recommended for Discord).
- Paste into a Discord message and send—Discord renders the color inside the code block.
Where to use this
- Colored welcome messages and rules posts
- Server announcements with emphasis
- Nicknames and about-me sections where ANSI is supported
Frequently asked questions
What is Discord colored text?
Discord colored text uses ANSI escape codes inside ```ansi code blocks. Discord reads the codes and shows colored (or bold) characters in supported clients.
How do I make Discord text color?
Generate a ```ansi block here, copy it, and paste into Discord. Each color maps to an ANSI code like 31 for red or 34 for blue.
Do Discord color codes work on mobile?
Yes on current Discord mobile apps for messages using ```ansi blocks. Always test in your server before large announcements.
Is this a discord colored text generator?
Yes. People also search discord text color, discord color text, and discord colored text generator for the same ANSI workflow.
What are Discord color codes?
They are numeric ANSI foreground codes (31–37) placed after \u001b[0; in the escape sequence. This tool handles the formatting for you.