The official Milwaukee Brewers colors are navy blue, gold (yellow) and royal blue. The primary color is navy blue (#12284B), paired with gold (#FFC52F) and royal blue (#2B4A9C). These colors run through the team’s ball-in-glove logo, uniforms and merchandise, locked in by the 2020 rebrand.
Milwaukee Brewers color codes
| Color | Swatch | HEX | RGB | CMYK | Pantone |
|---|---|---|---|---|---|
| Navy Blue | #12284B | 18, 40, 75 | 100, 87, 42, 41 | PMS 533 C | |
| Gold / Yellow | #FFC52F | 255, 197, 47 | 0, 23, 90, 0 | PMS 136 C | |
| Royal Blue | #2B4A9C | 43, 74, 156 | 84, 64, 0, 0 | Pantone (approx.): PMS 2126 C | |
| Cream | #EEE1C6 | 238, 225, 198 | 3, 6, 21, 0 | Pantone (approx.): PMS 7499 C |
Honest note: MLB does not publish a full public Pantone sheet for every club. The navy and yellow PMS values circulate widely and match the team’s SVG marks. The royal blue and cream PMS codes above are approximated from the HEX, so treat them as close matches, not gospel.
Each Brewers color, broken down
The navy blue in the Brewers palette
Navy (#12284B) is the anchor. It fills the cap crown, the road alternate jersey, the outer ring of the circular primary logo, and all the block lettering on the home cream set.
Worth knowing: the Brewers didn’t always wear it. Navy blue arrived with the 1994 rebrand and stuck. When the ball-in-glove came back in 2020, the club kept navy rather than reverting to the original royal, which is why the modern glove looks darker than the 1978 version people remember.
The gold in the Brewers palette
Gold (#FFC52F) is the loud one. It outlines the logo, fills the glove’s webbing, forms the front panel of the two-tone road cap, and shows up as piping down the navy alternate.
Small but real distinction: from 2000 to 2019 the team used a duller metallic gold (#B6922E, PMS 872 C). The 2020 redesign scrapped it and went back to a bright, saturated yellow closer to what the club wore in the ball-in-glove era. If you’re building anything Brewers-related, use #FFC52F. The old bronze-ish gold reads as a mistake now.
The royal blue in the Brewers palette
Royal blue (#2B4A9C) is a heritage accent, not a workhorse. It appears as a band inside the current primary logo, deliberately placed to reference the 1978 to 1993 uniforms. Designers miss this all the time and end up with a flat two-tone palette.
Cream and white
The primary home jersey is cream, not white. That’s a nod to Cream City brick, the pale yellow brick made from southeastern Wisconsin clay that built half of 19th century Milwaukee. Nice bit of local storytelling baked straight into a jersey base color.
Brewers uniform colors: home, road, alternate
Home: cream base, navy block lettering trimmed in gold, with wide sleeve piping copied from the 1970 originals. The alternate home is white with navy pinstripes.
Road: the gray set was retired ahead of 2026. Milwaukee now wears a powder blue road uniform as its primary, a straight revival of the 1970s look, with “Milwaukee” arched in navy and outlined in gold.
Alternate: the navy ball-in-glove jersey, gold accents, worn most Sundays home and away. There are also two City Connect designs, including the “Wisco” jersey unveiled in April 2026, which steps outside the navy-and-gold system entirely.
Color history and rebranding
The franchise inherited its palette by accident. The Seattle Pilots relocated to Milwaukee a week before the 1970 season, so the club recycled the Pilots’ blue and gold uniforms because there was no time to do anything else. Bud Selig had actually wanted red and navy, tied to older Milwaukee baseball.
1978: Tom Meindel, an art student at UW-Eau Claire, wins a $2,000 contest with the ball-in-glove logo. Royal blue and yellow.
1994: full rebrand for the 25th anniversary. Navy replaces royal, and the team briefly adds a dark green alongside gold. That green era lasted through 1999 and remains, let’s say, divisive.
2000: green is dropped. Script “Brewers” wordmark and the Barley M arrive, running 20 seasons.
2020: RARE Design (Rodney Richardson, Hattiesburg) overhauls the whole system for the 50th anniversary. Ball-in-glove returns, gold gives way to yellow, navy stays.
How to use the Brewers colors
For screen work, use the HEX values. For anything going to print, pull the CMYK or Pantone from the table above. Navy on cream is the safest combination and it holds up at small sizes. Gold on white is a legibility trap, so add a navy outline or don’t bother.
:root {
--brewers-navy-blue: #12284B;
--brewers-gold: #FFC52F;
--brewers-royal-blue: #2B4A9C;
--brewers-cream: #EEE1C6;
}
One habit that saves rework: build the navy first, then drop gold in at roughly 15 to 20 percent of the surface area. Push the yellow much past that and the whole thing starts looking like a construction sign.
Related resources
- The full baseball team color codes hub, every MLB club in one place
- Division rivals: Chicago Cubs colors, St. Louis Cardinals colors, Pittsburgh Pirates colors, Cincinnati Reds colors
- Other navy-heavy palettes: New York Yankees colors and Detroit Tigers colors
- Color theory: blue color palettes and gold color palettes
## FAQ on The Milwaukee Brewers Colors
### What are the Milwaukee Brewers colors?
The Milwaukee Brewers colors are **navy blue**, gold (yellow) and royal blue, supported by cream and white. Navy (#12284B) leads the palette, with gold (#FFC52F) as the accent across the ball-in-glove logo, caps and jerseys.
### What are the Brewers color codes in HEX and RGB?
Navy blue is #12284B, RGB (18, 40, 75). Gold is #FFC52F, RGB (255, 197, 47). Royal blue is #2B4A9C, RGB (43, 74, 156). The cream jersey base sits at #EEE1C6, RGB (238, 225, 198).
### What is the Brewers Pantone color?
Navy matches **PMS 533 C** and the yellow matches PMS 136 C. Royal blue and cream have no widely published official PMS values, so most designers approximate them from the HEX. Say “approx.” when you spec them for print.
### When did the Brewers adopt their current colors?
The current setup dates to the **2020 rebrand**, done with RARE Design for the club’s 50th anniversary. Navy stayed, the dull metallic gold (#B6922E) was dropped, and a brighter yellow returned alongside the ball-in-glove logo.
### What is the primary color of the Brewers?
Navy blue. It fills the cap crown, the outer ring of the circular primary logo, the Sunday alternate jersey, and every bit of block lettering on the home cream and pinstripe uniforms.
### Are the Brewers colors the same as the Kansas City Royals?
No. Both use blue and gold, but the [Kansas City Royals colors](https://www.designyourway.net/blog/kansas-city-royals-colors/) run on a lighter royal-leaning blue with a pale gold trim. Milwaukee’s navy is far darker and its yellow considerably more saturated.
### Why do the Brewers wear a cream uniform at home?
Milwaukee is nicknamed the **Cream City** after the pale brick made from local southeastern Wisconsin clay. The 2020 home jersey swapped white for a cream base to reference it, with white pinstripes kept as the alternate.
### What colors are in the ball-in-glove logo?
Navy, gold, royal blue and white. The glove and lettering sit in navy, the webbing and outline in gold, and a royal blue band circles the mark as a nod to the 1978 to 1993 originals.
### Did the Brewers ever have green in their palette?
Yes. Between 1994 and 1999, following the 25th anniversary rebrand, Milwaukee ran navy with gold and a dark [hunter green](https://www.designyourway.net/blog/hunter-green-color/). It was dropped in 2000 when the Barley M and script wordmark took over.
### What are the Brewers road uniform colors now?
Powder blue. The gray road set was retired before the 2026 season and replaced by a 1970s-style powder blue primary road uniform, with “Milwaukee” arched in navy and outlined in gold, plus the two-tone cap.
## Conclusion
The Milwaukee Brewers colors come down to three values you can copy straight into a project: navy #12284B, yellow #FFC52F and royal #2B4A9C, with cream carrying the home jersey.
Grab the **CMYK and Pantone** figures from the table if the work is headed to print.
Anything else you need sits in the wider [three color palettes](https://www.designyourway.net/blog/three-color-palettes/) collection or the MLB color hub. And keep the yellow restrained. Barley M nostalgia aside, that palette earns its weight through the navy.
- What Is an Extended Font and When to Use It in Design? - 9 August 2026
- The Linear Logo History, Colors, Font, And Meaning - 8 August 2026
- The Best Gamma Alternative for Business Presentations in 2026 - 7 August 2026