The official Los Angeles Angels colors are red, midnight blue and silver, with white as the base. The primary color is red (#BA0021), paired with midnight blue (#003263) and silver (#C4CED4). A darker maroon (#862633) supports the logo shading. This palette dates to the 2002 rebrand.
Angels Color Codes Table
| Color | Swatch | HEX | RGB | CMYK | Pantone |
|---|---|---|---|---|---|
| Red | #BA0021 | 186, 0, 33 | 18, 100, 99, 10 | PMS 200 C | |
| Midnight Blue | #003263 | 0, 50, 99 | 100, 86, 34, 25 | PMS 2955 C | |
| Silver | #C4CED4 | 196, 206, 212 | 23, 13, 12, 0 | PMS 538 C | |
| Maroon | #862633 | 134, 38, 51 | 31, 94, 73, 31 | PMS 202 C | |
| White | #FFFFFF | 255, 255, 255 | 0, 0, 0, 0 | n/a |
One honest caveat. Pantone references circulate in a few versions across licensing sheets (you will see PMS 289 C and PMS 877 C quoted for the blue and silver on some sites). The codes above are the ones used most consistently in MLB style guide reproductions. If you are printing something official, ask the club for the current guide instead of trusting any page, including this one.
Every Color in the Angels Palette
The Red in the Angels Palette
Red (#BA0021) is the primary. It fills the block “A” in the cap logo, carries the “Angels” script on the home jersey, and shows up on the alternate red jersey the club wears in both parks. This is not a bright fire-engine red. It leans cool and slightly blue, closer to a crimson than to the orange-reds you see on some MLB kits, which is why it holds up next to the navy instead of clashing with it.
The Midnight Blue in the Angels Palette
Midnight blue (#003263) does the structural work. Outlines, trim, road wordmark, cap brim. It is a true navy blue with a hint of steel, dark enough to read as black at a distance on TV. Look at the Angels logo up close and you will see the halo and the “A” both carry a blue outline. That outline is the reason the mark still reads cleanly when it gets shrunk down to a sleeve patch.
The Silver in the Angels Palette
Silver (#C4CED4) is the halo. That is basically its whole job, and it is a good one. As a cool light gray with a blue undertone, it separates the red from the navy without adding a fourth loud voice to the mix. Most people call it silver, though on screen it behaves like a pale slate.
And the maroon nobody talks about
#862633 is the shading tone inside the “A.” It gives the letter a bit of depth. Plenty of color pages leave it out entirely, which is fine for a fan graphic but not fine if you are rebuilding the mark in vector. Treat this maroon as a support value, never as a fill.
Angels Uniform Colors
Home: white base, red “Angels” script, navy trim and numbers. Clean, and honestly one of the more restrained home sets in the American League.
Away: gray base with “Los Angeles” across the chest, navy lettering, red accents.
Alternate: a solid red jersey, worn at home and on the road. The club also runs a City Connect set (more on that below), so on any given homestand you might see three different chest treatments.
Color History and Rebrands
The franchise started in 1961 under Gene Autry, and the early California Angels era ran on navy, red and a bright gold in the 1970s and 80s.
Then Disney bought the club. From 1997 to 2001, the Anaheim Angels wore a palette built on navy, periwinkle and metallic accents, with that winged “A” logo. Fans still argue about it. I actually don’t hate it, but it aged like a late-90s website.
The 2002 reset brought back red as the primary, added silver, and kept the navy. The team won the World Series that same season wearing it, which tends to lock a look in place permanently.
Naming changed twice after that (Los Angeles Angels of Anaheim in 2005, then simply Los Angeles Angels in 2016), but the colors held.
In June 2022 Nike released the City Connect uniform: a sand base, surf-script “Angels” in red, navy numbers styled after lifeguard tower digits, silver halo. Cream-adjacent, beach-adjacent, and the rare City Connect that most people liked.
How to Use the Angels Colors
Web and screen: use the HEX or RGB values. Print: use CMYK, or the Pantone reference if the job is spot color. Do not convert HEX to CMYK in the browser and hope for the best. That red shifts badly.
Copy-ready CSS:
“ :root { --angels-red: #BA0021; --angels-midnight-blue: #003263; --angels-silver: #C4CED4; --angels-maroon: #862633; --angels-white: #FFFFFF; } `
A note from experience: on a dark UI, the navy disappears. Pair red with silver instead and keep the navy for outlines only. On a light background, do the opposite.
Related Color Resources
- Full hub of baseball team color codes for all 30 clubs.
- Across town: Los Angeles Dodgers colors.
- Division rivals: Houston Astros colors, Seattle Mariners colors, Texas Rangers colors, Oakland Athletics colors.
- Working with the same tones elsewhere: red color palettes and blue color palettes.
FAQ on The Los Angeles Angels Colors
What are the Los Angeles Angels colors?
The Los Angeles Angels colors are red, midnight blue and silver, with white as the base. Red (#BA0021) carries the logo and the alternate jersey. Navy handles trim and outlines, silver belongs to the halo above the “A.”
What are the Angels color codes in HEX and RGB?
Red is #BA0021, RGB (186, 0, 33). Midnight blue is #003263, RGB (0, 50, 99). Silver is #C4CED4, RGB (196, 206, 212). The logo shading maroon is #862633, RGB (134, 38, 51).
What is the Angels Pantone color?
The most widely used Pantone match is PMS 200 C for red, PMS 2955 C for midnight blue, PMS 538 C for silver and PMS 202 C for maroon. Some licensing sheets list PMS 289 C for the blue instead.
What is the primary color of the Angels?
Red. It fills the block “A” in the cap logo, runs the home script, and covers the alternate jersey completely. Navy and silver support it. Without red, the halo logo loses its whole identity.
When did the Angels adopt their current colors?
The current palette dates to the 2002 rebrand, which dropped the Disney-era look and brought red back as primary alongside navy and silver. The Angels won the World Series that same season, so the scheme stuck.
What colors did the Anaheim Angels wear in the 1990s?
From 1997 to 2001, under Disney ownership, the Anaheim Angels used navy, periwinkle, silver and metallic gold with a winged “A” logo. Periwinkle (#5C88DA) is the shade fans remember, and it split opinion badly.
Are the Angels colors the same as the Boston Red Sox?
No. Boston’s red (#BD3039) is warmer and slightly orange, paired with true navy. Angels red (#BA0021) is cooler and closer to crimson, and the Angels add silver, which the Red Sox never use.
What color is the Angels City Connect uniform?
Sand, close to cream. Nike released it in June 2022 with a surf-script “Angels” in red, navy numbers modeled on lifeguard tower digits, and a silver halo. The cap is two-tone red and sand.
What are the Angels uniform colors for home and away?
Home is white with red script and navy numbers. Away is gray with “Los Angeles” in navy and red accents. The red alternate jersey gets worn in both parks, often for day games.
What CMYK values should I use for print?
Red converts to 18, 100, 99, 10. Midnight blue is 100, 86, 34, 25. Silver is 23, 13, 12, 0. Never convert the HEX yourself in a browser preview. That red shifts badly on press.
Conclusion
The Los Angeles Angels colors hold up because they do less, not more. Red, midnight blue, silver, and that halo doing the heavy lifting.
Grab the hex codes above for web work, the CMYK and Pantone values for anything headed to a printer, and check the club’s current brand style guide before you ship official merchandise or fan apparel.
Angel Stadium looks the way it does for a reason. Simple palette, clear mark, no clutter.
- Stunning Merriweather Font Pairing for Readable Design - 23 August 2026
- The Screen With 200 Fields: How to Design Enterprise Forms - 22 August 2026
- Emo Font Generator - 21 August 2026