Discord Colored Text Generator
Type a message, pick colors, and copy a ready-to-paste ANSI code block — the invisible escape characters are included so it just works. Free, no signup.
How Colored Text Works in Discord
Discord's code blocks support ANSI escape sequences — the same color codes terminals use. A code block with the language set to ansi and text wrapped in codes like [31m (red) renders in color on Discord desktop and web. The catch: the sequence must start with a real ESC control character (U+001B), which you cannot type on a keyboard. This generator embeds it for you, so the copied block pastes straight into Discord and renders correctly.
Combine styles with semicolons — [1;31m is bold red, [4;45;33m is underlined yellow on indigo. Reset back to normal with [0m. For everything else Discord can format, see the Discord Markdown cheat sheet.