Tools · Formatting
Hex Color Generator
Pick any RGB colour and copy the code for chat plugins, scoreboards, or Paper MiniMessage configs on Java 1.16+.
Hex colors need Java 1.16+. Use legacy {color} in chat plugins and MOTD; use §x format for scoreboard/tablist configs that don't support ampersand codes.
Scoreboard preview
7FF55
§x§5§5§f§f§5§5
<color:#55FF55>Scoreboard Title</color>
7FF55Scoreboard Title
Which hex format goes where
Scoreboard sidebar: §x§R§R§G§G§B§B. Bukkit chat plugins: often &#RRGGBB. Paper Adventure plugins: MiniMessage <color:#RRGGBB> tags. This tool outputs all three from one pick.
Using brand colours on your server
Match Discord role colours or your website accent in scoreboard titles, tablist headers, and VIP rank prefixes for a consistent brand across platforms.
Hex format comparison
| Format | Example | Best for |
|---|---|---|
| Legacy hex | 7FF55Text | MOTD, EssentialsX chat, some plugins |
| §x hex | §x§5§5§F§F§5§5Text | Scoreboard teams, sidebar plugins |
| MiniMessage | <color:#55FF55>Text</color> | Paper plugins using Adventure API |
How to use this tool
- 1
Pick or enter your hex colour
Use the colour picker or type a hex value like #55FF55. Enter sample text to preview how it looks on a scoreboard-style background.
- 2
Copy the right format for your use case
Use legacy &#RRGGBB for chat plugins and MOTD, §x format for scoreboard configs, or MiniMessage for Paper plugins.
- 3
Paste and test in-game
Add the code to your plugin config or scoreboard line. Join the server and verify — some plugins need &r after hex segments to reset formatting.
Frequently asked questions
How do I use hex colours in a Minecraft scoreboard?
Use the §x§R§R§G§G§B§B format from this tool — six colour characters after §x. Paste into scoreboard plugin configs or vanilla team prefix/suffix fields on Java 1.16+.
What is the difference between &#RRGGBB and §x hex format?
&#RRGGBB is compact legacy hex for plugins that support ampersand hex. §x§R§R§G§G§B§B is native per-character encoding for scoreboards. MiniMessage uses <color:#RRGGBB> tags.
Do hex colours work on Minecraft 1.12 and older?
No. Hex RGB requires Java Edition 1.16+. Older versions are limited to 16 standard colours.
Can I use hex colours in server.properties MOTD?
Yes on 1.16+ Java. Use &#RRGGBB in motd= — the MOTD generator handles this alongside standard codes.
Why does my hex colour look wrong in-game?
Wrong format for the context, or missing &r reset after the coloured segment. Copy the exact format line from this tool for your use case.
What hex colour matches Minecraft default green?
#55FF55 — the classic &a green. #FF5555 is default red (&c). Use this tool to find exact brand RGB values for custom themes.
Do hex colours work in item names and lore?
Yes on 1.16+ with plugins that support hex in item display — many economy and shop plugins do. Vanilla anvil renaming uses legacy codes only unless a plugin extends it.