Discord colored text generator

Make Discord colored text with ANSI code blocks. Copy red, blue, green, and more for messages and announcements.

How it looks — Blue

Hello Discord

Discord code block
```ansi
Hello Discord
```
ANSI only
Hello Discord

Discord color codes (ANSI)

ColorANSI code
Red31
Green32
Yellow33
Blue34
Magenta35
Cyan36
Gray37

How to use Discord color text

  1. Type your message and pick an ANSI color chip.
  2. Copy the full ```ansi code block (recommended for Discord).
  3. 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

Back to the tool

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.