PDF download Download Article
Precise coding instructions for computers, phones & other consoles
PDF download Download Article

Coloring your text is a unique feature that’s available in both the Bedrock and Java Editions of Minecraft. To recolor your text in Bedrock, simply precede your chat message with the § symbol and a specific letter or number that corresponds with a certain color. If you’re playing Java Edition, you’ll need a command block and some Redstone equipment to recolor your messages. We’ll walk you through both methods, so you can easily enjoy colorful messages with your friends.

Section 1 of 2:

Bedrock Edition

PDF download Download Article
  1. Open up the chat box in your game client by pressing the Enter button. Then, paste or type the § symbol into the chat box. [1]
    • Alt code for §: Alt + 21 (Windows) or ⌥ Option + 6 (Mac)
    • iPhone: Tap and hold the & key to pull up the § symbol.
    • Android: Tap and hold the key to access the § symbol.
    • Consoles: Scroll through the symbols pages to find the § symbol.
  2. On Minecraft, the numbers 0 through 9 each represent a specific color, as well as the letters A through F. Type out a letter or number following the § symbol to change the text color—for example, typing §0 would make your text black, while §b would make it light blue. [2] Here’s the shorthand for all the different colors:
    • Black: 0
    • Dark blue: 1
    • Green: 2
    • Cyan: 3
    • Dark red: 4
    • Purple: 5
    • Gold: 6
    • Light grey: 7
    • Grey: 8
    • Blue: 9
    • Light green: A/a
    • Light blue: B/b
    • Red: C/c
    • Pink: D/d
    • Yellow: E/e
    • White: F/f
    Advertisement
  3. Think of the § code as a short prefix attached to the rest of your text. Let’s say you wanted to send “Hey everyone!” in your chat— §cHey everyone! would be what you’d type in.
    • §5How’s everyone doing? would send the message “How’s everyone doing?” in purple-colored text.
  4. Whenever you switch colors, type the § symbol immediately followed by the corresponding number or letter code, followed by the words you’d like to send in that color. [3]
    • Let’s say you wanted to type the message “This sentence will look like a rainbow” using all the colors of the rainbow. You would type it out as §CThis §6sentence §Ewill §2look §3like §9a §5rainbow .
  5. Advertisement
Section 2 of 2:

Java Edition

PDF download Download Article
  1. Enter a world that’s set to Creative mode, open the Game Menu, and tap the Options… button. From there, hit the Controls button and make sure that Operator Items Tab is toggled to ON. Then, return to your game, open your inventory, select the “Operator Utilities” tab, and click on the command block to add it to your inventory and spawn it into your game. [4]
    • The “Operator Utilities” tab is in the bottom-right corner of the inventor, between the “Spawn Eggs” and “Survival Inventory.”
  2. In the “Console Command” bar, type in /tellraw , a command that sends messages out. Then, type @a so everyone in your game can see the message. Use this coding format to type out a message in a specific color: {"text":"MESSAGE GOES HERE","color":"color goes here" }. To send “Hey, how’s everyone doing?” in green, you’d type "text":"Hey, how’s everyone doing?","color":"green" . [5]
    • Use “@p” to only send the message to the closest player, “@r” to send the message to a random player, and “@s” to send the message to just yourself. [6]
    • If you’d like to customize your text color even more, copy your desired hex code color from a hex code site and paste it into the “color” portion of the code. Ex: /tellraw @a {"text":"I love apples","color":"#f2715d" }
    • Tip: Make sure that the buttons on your Console Command are set to Impulse , Unconditional , and Needs Redstone .
  3. Start off your code with ["", , followed by a colored text phrase, like {"text":"These ","color":"blue" }. Place a comma after this, then follow up with another colored text phrase. Continue adding as many multi-colored words as you’d like by separating each new phrase with commas. At the end, finish off the code with a ] .
    • Example: /tellraw @a ["",{"text":"These ","color":"blue"},{"text":"words","color":"green"},{"text":" are ","color":"dark_red"},{"text":"different ","color":"gold"},{"text":"colors","color":"yellow"}] would generate a multicolored sentence reading “These words are different colors.”
    • To save some time, use a site like Minecraft Tools to generate your code for you automatically.
  4. Open up your inventory and add a Redstone device to your inventory, like a switch or button. While crouching, attach the button or lever to your command block. [7] Here’s a quick refresher on how to crouch:
    • Windows/Mac: ⇧ Shift
    • Smartphone: Double-tap the diamond button
    • Consoles: Press down the right joystick on your controller [8]
  5. Interact with the switch, lever, or other Redstone device to trigger the command block. A chat should now pop up on your screen with the exact words and coloring that you specified. [9]
  6. Advertisement

Community Q&A

Search
Add New Question
  • Question
    What are the specific colors that can be used for this?
    Community Answer
    As it says in the "Tips" section at the bottom, you can use Red, Green, Blue, White, Yellow, Dark_Red, Dark_Green, Dark_Blue, and Gold.
  • Question
    How do I type bold, red letters?
    Community Answer
    Using some formatting in the command. Here is a command for the big red text: /tellraw @p {"text":"TEXTHERE","bold":true,"color":"dark_red"}
  • Question
    What colors can I use?
    Community Answer
    As it says in the "Tips" section at the bottom, you can use red, green, blue, white, yellow, dark red, dark green, dark blue, and gold.
See more answers
Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Thanks to all authors for creating a page that has been read 384,306 times.

      Did this article help you?

      Advertisement