Minecraft Color Codes

Minecraft Color Codes & Formatter

Use this free minecraft color codes generator to create and copy color codes minecraft for chat, signs, and JSON (1.16+). Quick reference for legacy (§/&), formatting, and hex — copy with one click.

Copy prefix

🎨Minecraft Color Codes (Legacy §0–§f)

A quick reference so color codes minecraft are easy to scan and copy.

Black
§0
Sample text
Dark Blue
§1
Sample text
Dark Green
§2
Sample text
Dark Aqua
§3
Sample text
Dark Red
§4
Sample text
Dark Purple
§5
Sample text
Gold
§6
Sample text
Gray
§7
Sample text
Dark Gray
§8
Sample text
Blue
§9
Sample text
Green
§a
Sample text
Aqua
§b
Sample text
Red
§c
Sample text
Light Purple
§d
Sample text
Yellow
§e
Sample text
White
§f
Sample text

💡 Note: Legacy codes colorize in chat, books, signs, MOTD (server/clients or plugins permitting). Use § in vanilla; many plugins also accept &.

Formatting Codes

Obfuscated
§k
Sample text preview
Randomized “magic” text effect (client-side).
Bold
§l
Sample text preview
Strikethrough
§m
Sample text preview
Underline
§n
Sample text preview
Italic
§o
Sample text preview
Reset
§r
Sample text preview
Resets color and styles.
💡 Use §r to reset color and styles.

⚙️JSON Text Component Builder (1.16+)

💎 Java Edition 1.16+ supports hex like #RRGGBB in JSON text (tellraw, signs, books). Legacy chat does not support §#.

This builder doubles as a lightweight minecraft color codes generator — switch between named legacy colors and hex to output the exact format you need.

{
  "text": "Hello Minecraft",
  "color": "gold"
}
/tellraw example
/tellraw @a {
  "text": "Hello Minecraft",
  "color": "gold"
}

🌈Gradient Generator

✨ Create linear gradients for text. Outputs legacy § codes (approx. 16 colors) and 1.16+ JSON hex colors.

Gradient Text
Legacy string (§ codes)
§5Gradi§7en§9t §3T§bext§r
JSON array (1.16+)
[
  {
    "text": "G",
    "color": "#FF0080"
  },
  {
    "text": "r",
    "color": "#EA138B"
  },
  {
    "text": "a",
    "color": "#D52695"
  },
  {
    "text": "d",
    "color": "#BF39A0"
  },
  {
    "text": "i",
    "color": "#AA4CAA"
  },
  {
    "text": "e",
    "color": "#955FB5"
  },
  {
    "text": "n",
    "color": "#8073C0"
  },
  {
    "text": "t",
    "color": "#6A86CA"
  },
  {
    "text": " ",
    "color": "#5599D5"
  },
  {
    "text": "T",
    "color": "#40ACDF"
  },
  {
    "text": "e",
    "color": "#2BBFEA"
  },
  {
    "text": "x",
    "color": "#15D2F4"
  },
  {
    "text": "t",
    "color": "#00E5FF"
  }
]

💡 Notes: chat only supports 16 legacy colors; full hex works in JSON (Java 1.16+). For plugin-specific hex syntaxes (MiniMessage, EssentialsX, Spigot §x), export options will be added later.

📚Usage Examples

🖥️
Server MOTD (server.properties)
motd=§6Welcome to §lMy Server§r
💡 Use \u00A7 for the section sign in properties files. With plugins like EssentialsX, & codes may be supported in configs.
🪧
Sign JSON (Java 1.20+)
data modify block ~ ~ ~ front_text.messages[0] set value {"text":"Welcome","color":"dark_green","bold":true}
💬
Chat (legacy codes)
§6Gold §lBold§r Normal

🔗Embed This Tool

📖 Minecraft Color Codes: Complete Guide and Free Generator

This page is a practical guide and free minecraft color codes generator. It covers legacy § minecraft color codes and formatting, how to type the minecraft color codes symbol (§), Java vs Bedrock differences, minecraft chat color codes, minecraft chat colors hex codes in JSON (1.16+), minecraft sign color codes, and even minecraft gradient color codes for stylish text. Many players also search variants like color codes minecraft, color codes minecraft java, and minecraft rgb color codes—you'll find them all here.

🎮 What Are Minecraft Color Codes?

Minecraft uses special color codes to style text. In legacy chat and many plugin contexts, a section sign (§) precedes a single character (0–9, a–f, k–o, r). For example, §a makes text green and §l makes it bold. In modern Java (1.16+), you can also use full #RRGGBB hex colors in JSON text components (e.g. /tellraw, signs, books). That's why some people search for § minecraft color codes and others for minecraft chat colors hex codes—both are valid, just for different contexts.

⚔️ Java vs Bedrock: Key Differences

Java Edition (legacy): supports §0–§f colors and formatting §k, §l, §m, §n, §o, §r in chat, signs, and many server plugins. Some plugins accept & as an alias.
💎
Java Edition (1.16+ JSON): supports hex colors with {"color":"#RRGGBB"} in JSON components (e.g., /tellraw). Hex does not work as §#RRGGBB in chat.
📱
Bedrock Edition: many UI texts support colors differently and may not accept Java's JSON/hex features the same way. If you search minecraft bedrock color codes, verify commands/resources for Bedrock specifically.

⌨️ How to Type the § Minecraft Color Codes Symbol

🪟
Windows
Alt+0167
🍎
macOS
Option+6
🐧
Linux
Ctrl+Shift+U 00a7

💡 Many servers/plugins prefer & as an input alias (e.g., &a equals §a).

💬 Minecraft Chat Color Codes (Legacy)

Legacy minecraft chat color codes use § + one character. Colors are §0–§9, §a–§f; formatting is §k (obfuscated), §l (bold), §m (strikethrough), §n (underline), §o (italic), and §r (reset). Example: §6Gold §lBold§r Normal. Our tool above lets you copy any code instantly.

🎨 Hex Colors in JSON (Java 1.16+)

To use hex, switch to JSON text components (e.g. /tellraw). Example: {"text":"Hello","color":"#FFAA00","bold":true}. This is the correct way for minecraft chat colors hex codes in Java—chat itself still only supports 16 legacy colors.

🌈 Minecraft Gradient Color Codes

For minecraft gradient color codes, use the built‑in Gradient Generator on this page. It outputs two formats: a legacy approximation (mapped to the closest 16 colors) and a perfect JSON gradient (per‑character hex). You can copy the legacy string (with § or &) or the JSON array and directly paste it into /tellraw.

🪧 Minecraft Sign Color Codes and MOTD

For minecraft sign color codes on modern Java, use JSON commands (1.20+ sign data) for reliable results. For server MOTD, prefer \u00A7 Unicode escapes in server.properties (e.g., motd=\u00A76Welcome \u00A7lServer\u00A7r), since raw § can break encoding. Plugins like EssentialsX often support & input.

Color Codes Minecraft Java vs Bedrock

If you search color codes minecraft java vs minecraft bedrock color codes, remember they're not fully identical. Java allows both legacy § codes and advanced JSON hex (1.16+). Bedrock's behavior differs and depends on context/UI—check Bedrock‑specific docs or tools before relying on hex.

🔢 Minecraft RGB Color Codes

Want minecraft rgb color codes? In JSON (Java 1.16+), just convert RGB to hex and set "color":"#RRGGBB". For legacy chat only 16 colors exist, so our generator maps your target color to the closest of §0–§f and emits compact §/& sequences.

Frequently Asked Questions

Do hex colors work in chat?

No. Hex works in JSON (Java 1.16+). Chat uses 16 legacy colors only.

Why doesn't § work when I type it?

Clients often block direct § input; copy/paste or use plugin aliases like &. Servers may require permissions to use colors.

How do I reset styles?

Use §r (or &r) to reset color and formatting.

Can I embed this generator?

Yes. Use the iframe snippet in the "Embed This Tool" section above.

In short, minecraft color codes let you style text across chat, signs, and JSON. When you need them fast, this minecraft color codes generator outputs compact legacy strings or precise hex JSON. Keep this page handy any time you need quick color codes minecraft for Java or Bedrock contexts.

🔍 Related Searches

People also look for: minecraft color codes, color codes minecraft, minecraft color codes generator, § minecraft color codes, minecraft color codes symbol, minecraft gradient color codes, minecraft chat color codes, minecraft bedrock color codes, minecraft chat colors hex codes, minecraft sign color codes, color codes minecraft java, and minecraft rgb color codes.