Minecraft Locator Bar Color Checker

Enter a Java Edition username or UUID to find the HEX and RGB color calculated for your Locator Bar indicator.

How the Locator Bar Color Is Calculated

Every Minecraft Java Edition player has a UUID (Universally Unique Identifier) assigned by Mojang when the account is created. The Locator Bar uses a player indicator color derived from this UUID.

The calculation follows Java's built-in UUID.hashCode() method:

  1. Split the UUID into two 64-bit halves: the most-significant bits (MSB) and least-significant bits (LSB).
  2. XOR the halves together to get a single 64-bit value.
  3. Fold to 32 bits by XORing the upper and lower 32 bits of the result.
  4. Extract RGB from the lower 24 bits: bits 16-23 become Red, bits 8-15 become Green, and bits 0-7 become Blue.

This means every UUID maps to exactly one color, deterministically. No randomness, no server lookup needed for the color itself.

What Is the Minecraft Locator Bar?

The Locator Bar is a multiplayer HUD element in Minecraft Java Edition that helps show the horizontal direction of other players. Whether it appears can depend on the game version, world settings, and server configuration.

If you are checking a Minecraft 1.21 Locator Bar, use the Java Edition UUID shown by this tool rather than judging a marker from a screenshot. Display settings and nearby colors can make two indicators look alike even when their calculated RGB values differ.

Player indicators use colors derived from UUIDs with the algorithm described above. The color helps distinguish indicators, but it is not a unique player ID: more than one UUID can map to the same RGB value.

Why Your Locator Bar Color Matters

In a busy multiplayer world, the indicator color gives you a quick visual cue for telling nearby teammates apart. A Minecraft UUID color checker is useful when two markers look similar, when you want to confirm your own marker before joining a group, or when a server community needs to explain how player colors are assigned. The color is a navigation aid rather than proof of identity, so always pair it with player names and normal in-game awareness.

Nearby Locator Bar Color Finder

After a check, open Nearby Colors to compare deterministic RGB neighbors around the calculated result. Each entry changes one red, green, or blue channel and shows its Euclidean RGB distance from the original color.

This is a color-neighbor explorer, not a database of Minecraft players. A nearby swatch does not identify a known username, and this tool does not claim that another player owns that color.

Check a username or Minecraft UUID color to generate the comparison set.

Username vs UUID

Username is the display name you see in-game (e.g. "Notch"). Usernames can be changed, but they must be unique at any given time.

UUID is the permanent, unique identifier assigned to your account (e.g. 069a79f4-44e9-4726-a5be-fca90e38aaf5). It never changes, even if you rename your account.

When you enter a username, this tool uses the Mojang API to look up the current UUID for that name. When you enter a UUID directly, the color is computed client-side with no network request needed.

You can paste either the dashed UUID shown above or the same 32 characters without hyphens. The UUID color checker normalizes both formats before applying the identical calculation.

Java Edition Compatibility

This tool is built for Minecraft Java Edition only. The Locator Bar color is derived from the Java UUID format that Mojang uses for Java accounts.

Bedrock Edition uses a different account system (Xbox Live / Microsoft accounts) that does not assign the same type of UUID. Bedrock player identifiers will not produce a meaningful Locator Bar color with this tool.

Frequently Asked Questions

Can my Locator Bar color change?
No. Your Locator Bar color is derived from your UUID, which is permanent. Even if you change your Minecraft username, your UUID stays the same, so your color stays the same.
Can two players have the same Locator Bar color?
Yes. The algorithm reduces a 128-bit UUID to a 24-bit color, so different UUIDs can produce the same HEX and RGB value.
Is this tool accurate?
The calculation implements Java UUID.hashCode() and extracts the low 24 bits as RGB, as described on this page. It reports the resulting HEX and RGB values without estimating from a screenshot.
Does this work for Bedrock Edition?
No. Bedrock Edition does not use Java UUIDs for players. This tool is specifically for Minecraft Java Edition.
Does this tool store my data?
No. Your username and UUID are not stored on any server. Recent checks are saved only in your browser's localStorage, and you can clear them at any time.
Is this tool affiliated with Mojang or Microsoft?
No. This is an unofficial, community-made tool. Minecraft is a trademark of Mojang Studios. This tool is not approved by or associated with Mojang or Microsoft.