Colors
Formatting
Live preview
Output
&aWelcome to &6&lArdenHub&r&a! &7Your Minecraft toolbox.
Tip: the & form works in most plugins (Essentials, LuckPerms). Use the § form in books, signs and server.properties.
How to use the color code generator
- Type or paste your message into the text box.
- Click a color swatch to insert its code (for example
&afor green), then keep typing — everything after the code takes that color. - Add formatting such as
&l(bold) or&o(italic), and use&rto reset back to normal. - Choose the
&or§output style depending on where you are pasting the code, then hit Copy.
Full Minecraft color code chart
Minecraft has 16 built-in text colors, each mapped to a hex digit (0–9 and a–f). The table below lists every code alongside its exact hex value so you can match your palette elsewhere.
| Color | Name | Code | Section | Hex |
|---|---|---|---|---|
| Black | &0 | §0 | #000000 | |
| Dark Blue | &1 | §1 | #0000AA | |
| Dark Green | &2 | §2 | #00AA00 | |
| Dark Aqua | &3 | §3 | #00AAAA | |
| Dark Red | &4 | §4 | #AA0000 | |
| Dark Purple | &5 | §5 | #AA00AA | |
| Gold | &6 | §6 | #FFAA00 | |
| Gray | &7 | §7 | #AAAAAA | |
| Dark Gray | &8 | §8 | #555555 | |
| Blue | &9 | §9 | #5555FF | |
| Green | &a | §a | #55FF55 | |
| Aqua | &b | §b | #55FFFF | |
| Red | &c | §c | #FF5555 | |
| Light Purple | &d | §d | #FF55FF | |
| Yellow | &e | §e | #FFFF55 | |
| White | &f | §f | #FFFFFF |
Formatting codes explained
&l— Bold: thickens the text.&o— Italic: slants the text.&n— Underline.&m— Strikethrough.&k— Obfuscated: rapidly scrambles characters (great for "loading" or hidden text effects).&r— Reset: clears all colors and styles that came before it.
Formatting stacks with color, so &c&l produces bold red text. Order matters in some contexts: apply the color first, then the style.
& codes vs § codes — which should I use?
Both forms represent the same thing. The ampersand (&) form is easier to type and is what most plugins expect — Essentials chat, LuckPerms prefixes, sign plugins and config files. The game itself uses the section sign (§, unicode U+00A7) internally, which is what you need in books, command output and server.properties.
Use the toggle in the tool to switch between them instantly. If a plugin shows the raw code instead of a color, it usually expects the opposite prefix.
Frequently Asked Questions
Why do my color codes show up as plain text with the & symbol?
How do I reset formatting partway through a line?
Can I use these 16 colors in item names and lore?
What is the obfuscated (&k) code?
Do I need hex colors instead of these codes?
Related Minecraft Tools
Gradient Text Generator
Create smooth RGB hex gradients for names, MOTDs and messages.
Tellraw & JSON Text Generator
Compose rich JSON text with hover, click and color events.
MOTD Generator
Design your multiplayer server list message with a live preview.