Noxyr Noxyr
투표
Add Bot Login with Discord
Free Tool

Discord ANSI Color Text Generator

Discord renders ANSI escape codes inside ```ansi code blocks. Add segments, give each one a text color, background, bold or underline, and copy the finished block. Colors render on desktop and web; the mobile app shows plain text.

A code block where lines take on ANSI colors: red, green, yellow and blue. ```ansi[2;31mError: payment failed[2;32mOK: order #42 delivered[2;33mWarn: stock low[2;34mInfo: sale ends Sunday```

            
            
            
            

Codes: ESC[ then style;fg;bgm. Styles: 0 reset, 1 bold, 4 underline. Foreground 30 gray, 31 red, 32 green, 33 yellow, 34 blue, 35 pink, 36 cyan, 37 white. Background 40 to 47. The escape character is a real ESC (0x1B) in the copied text, so paste it rather than retyping. Making a colored announcement? See the embed color guide for the non-ANSI route.