Leather Armor Color Calculator — Dye Mixing Formula (Java Edition)
All figures here are estimates built from the documented vanilla formulas — useful for planning, not a substitute for in-game testing. Values can shift slightly between Minecraft versions.
How to Use the Leather Armor Color Calculator
- Add each dye you’d combine in a crafting table with a leather armor piece, one at a time.
- Change or remove any dye in the list to see the result update live.
- Read the resulting color as a hex code, RGB value, and an item-component snippet ready to paste into a
/givecommand.
How the Color Formula Works
Dyeing leather armor doesn’t just average the red, green, and blue channels of every dye straight across. Vanilla averages each RGB channel first, but then also averages each dye’s own peak brightness (its highest single channel value) and rescales the averaged color so its own peak channel matches that averaged brightness. This gain-correction step is what keeps mixes of bright or saturated dyes from coming out duller than expected — a flat per-channel average alone would wash out vivid colors more than the real game does.
The more dyes mixed together, the closer the result trends toward a muddy average, which is why most practical dye combinations use just two or three colors to keep the result recognizable and closer to one of the source hues.
Frequently Asked Questions
Why doesn’t mixing red and yellow dye give a plain average orange?
It gets close, but not identical — the brightness-rescaling step nudges the result slightly brighter than a flat average would produce, since it preserves the average peak brightness of the two source dyes rather than letting the average dilute it.
Does the order I add dyes matter, like it does for beacon beams?
No — unlike beacon beam mixing, leather armor dyeing is a true simultaneous average across every dye added, so adding red then yellow gives the exact same result as adding yellow then red.
Can I dye armor a color that isn’t one of the 16 standard dyes?
Yes, mixing produces intermediate colors far beyond the 16 base dyes — that’s the entire point of combining multiple dyes rather than using just one.
Does this work for all armor pieces, or just some?
This applies to any leather armor piece — helmet, chestplate, leggings, or boots — since they all use the same dye color component and the same mixing formula.
Related Tools
- Beacon Color Calculator — a different real vanilla color formula, this one sequential instead of averaged.
- Armor Protection Calculator — check the actual damage reduction your dyed armor provides.
- Color Codes Reference — formatting codes for matching text color to your armor’s theme.