Color Picker
Pick a color and instantly get Hex, RGB, and HSL values. Useful for Minecraft UI/resource pack colors, thumbnails, and web design.
Tips
Using colors in Minecraft JSON/UI
Besides Hex (e.g., #FFAA00), Minecraft commands often expect a single
decimal integer for color (the Hex #RRGGBB packed as base-10).
The decimal input field above automatically converts your color:
#FFAA00 → 16755200
Tip: some contexts support Hex or ARGB; always check the spec of the field you're editing.
Minecraft color codes (§) quick reference
Legacy formatting codes set colors using the section sign § followed by a digit/letter. Common mappings:
§0black =#000000§1dark_blue =#0000AA§2dark_green =#00AA00§3dark_aqua =#00AAAA§4dark_red =#AA0000§5dark_purple =#AA00AA§6gold =#FFAA00§7gray =#AAAAAA§8dark_gray =#555555§9blue =#5555FF§agreen =#55FF55§baqua =#55FFFF§cred =#FF5555§dlight_purple =#FF55FF§eyellow =#FFFF55§fwhite =#FFFFFF§gminecoin_gold =#DDD605(Bedrock)