Discord

How to Make Colored Text in Discord

The Discord user interface does not support text coloring. However, you can make colored text in the ongoing conversation by adding pieces of code or code blocks as your text chat. The objective is that you must enclose a piece of text in a code block with three backquotes [“`], add the required code phrase that defines the text color, place text in the middle block and enclose it with another pair of three backquotes.

This guide will demonstrate the method to make colored text in Discord.

How to Make Colored Text in Discord?

To make colored Text in Discord, follow the provided instructions.

Step 1: Open Discord

First of all, open the Discord app on your system and move to the text channel where you want to send a colored text:

Step 2: Add Code Block for Colored Text

For the purpose of making colored text on Discord, utilize the backquote [`] symbol that should be present at the top-left corner of the keyboard:

Add three backquotes [“`], specify the code phrase which refers to the color going to be applied to the text as follows:

```CSS
Hello
```

Hit “Enter” to send the text in the channel or private chat:

Note: In the above-given code block “CSS” code phrase can be changed depending upon the required results.

In the upcoming section, we will show you the procedure of making different types of colored text in Discord, including light green, dark green, orange, red, blue, and yellow.

How to Make Light Green Colored Text in Discord?

For the purpose of making light green colored text, add the below-given code having the code phrase “diff” and type the message starting with a plus “+” sign:

```diff
+I love linuxhint
```

Output

How to Make Light Dark Green Colored Text in Discord?

Discord supports three code block formats for making green-colored text. These code phrases are:

  • json
  • bash
  • yaml

Check out each of the mentioned methods one by one.

Method 1: Making Dark Green Colored Text in Discord With json

With the following “json” code phrase, write out your message within the double quotations [“”], enclosed in three backticks [“`]:

```json
"I love linuxhint"
```

Output

Method 2: Making Dark Green Colored Text in Discord With bash

With the same code block, replace “bash” as starting code phrase, and you will get the same results:

```bash
"I love linuxhint"
```

Output

Method 3: Making Dark Green Colored Text in Discord With yaml

Similarly, specify “yaml” as the code phrase and turn the added text into the green color:

```yaml
I love linuxhint
```

Output

How to Make Yellow Colored Text in Discord?

fix” is the code phrase or keyword used to color the added text yellow. This code block format does not require any special characters:

```fix
I love linuxhint
```

Output

How to Make Orange Colored Text in Discord?

If you want to send an orange-colored text in a Discord channel or to your friend, start the block with three opening backquotes [“`], the “arm” code phrase, a message concatenated with “_” underscores, and ending with closing back quotes:

```arm
I_love_linuxhint
```

Output

How to Make Red Colored Text in Discord?

Type out the “diff” code phrase and a hyphen “-” as a starting part of the message to color it red:

```diff
-I love linuxhint
```

Output

How to Make Blue Colored Text in Discord?

In case of coloring the text blue, specify “css” as the code phrase, start the message with a “.” period, and concatenate the whole message with “-” hyphens as follows:

```css
.I-love-linuxhint
```

Output

We have compiled different procedures for making colored text in Discord.

Conclusion

To make colored text in Discord, firstly, add three backquotes [“`] and specify the code phrase, which refers to the color applied to the text. For instance, “arm” is added for red color, “yaml” for dark green, “json” for light green, and “css” for blue. Besides this, each code phrase also requires any special characters at the start of the text. Lastly, close the text using another pair of three backquotes. This guide demonstrated the method to make colored text in Discord.

About the author

Sharqa Hameed

I am a Linux enthusiast, I love to read Every Linux blog on the internet. I hold masters degree in computer science and am passionate about learning and teaching.