How to Change Text Color in Discord? Change Text Color Fast

How to Change Text Color in Discord – Discord-themed tutorial graphic with colorful text and icons

Discord is a well-known VoIP social and messaging platform that provides a clean and smooth communication interface. There are some restrictions regarding text formatting, including the use of colors and highlighting text. However, we can still change the text color using Discord’s Markdown with code blocks. In this blog post, we will explore how to change the text color in Discord, providing examples along the way.

Can We Really Change Text Color in Discord?

Discord does not officially allow its users to change the text color using built-in discord formatting generator. But we can try an effective trick to change Discord text color using a Markdown code block with specific syntax highlighting.

How to Use Code Blocks?

There are three ways to use code blocks for colored text. Take a look at that:

  1. Use Discord-supported programming languages, such as “diff, fix, ini, or CSS” just after the first three backticks.
  2. Add (“`) “Three Backticks” before and after the code block.
  3. Use special characters inside the block.

Text Color Examples

Language: diff

Syntax: Always use a dash symbol ( ) before the text for red color.

Example: <pre> diff – your text here </pre>

Or you can use the <span style = “color: red;”> Your Text Here . . </span>

Language: diff

Syntax: Always use a dash symbol ( + ) before the text for red color.

Example: <pre> diff + your text here </pre>

Or you can use the <span style = “color: green;”> Your Text Here . . </span>

Language: fix

Syntax: Plain Text

Example: <pre> fix your text here </pre>

Language: CSS

Syntax: Use square brackets and put the text inside.

Example: <pre> css [your text here] </pre>

Language: ini

Syntax: Use square brackets and put the text inside.

Example: <pre> ini [your text here] </pre>

It lets you add multicolor using different symbols and special characters.

<pre> “`diff + your text here </pre>

Important Note:

  • Neither all themes nor devices will show the same colors.
  • Always use the desired text color trick inside the blocks.
  • Discord’s Markdown parser update may affect the trick. You can try different syntax for experiments.

Leave a Reply

Your email address will not be published. Required fields are marked *