The official Colorado Avalanche colors are burgundy, blue, silver and black. The primary color is burgundy (#6F263D), paired with blue (#236192), silver (#A2AAAD) and black (#000000). These four run across the team’s logo, uniforms and merchandise, a scheme in place since the 1995 move from Quebec.

Color Codes Table (HEX, RGB, CMYK, Pantone)

Here’s the part designers actually came for. Swatch, web value, print value, all in one place.

Color Swatch HEX RGB CMYK Pantone
Burgundy #6F263D 111, 38, 61 20, 97, 40, 58 PMS 209 C
Blue #236192 35, 97, 146 96, 54, 5, 27 PMS 647 C
Silver #A2AAAD 162, 170, 173 21, 11, 9, 23 PMS 429 C
Black #000000 0, 0, 0 0, 0, 0, 100 PMS Black 6 C

Heads up on the Pantone numbers: PMS 209 C, 647 C, 429 C and Black 6 C are the values widely published for the team. Treat the CMYK as a conversion target, not gospel. Printers drift, and different sources round the burgundy a hair darker or lighter.

Per-Color Breakdown

The burgundy in the Avalanche palette

Burgundy (#6F263D) is the anchor. It’s the primary, the color that fills the logo’s letter “A” and dominates the home sweater. This deep shade of burgundy arrived in 1995-96 when the franchise relocated and dropped most of the old Nordiques blue-and-red look. Local lore ties it to Colorado’s mining past. Whatever the story, it reads as the single most identifiable Avs cue on the ice.

The blue in the Avalanche palette

The team blue (#236192) is a medium, slightly steely blue. It carries the puck-and-mountain motion inside the crest and works as the main contrast against burgundy. Blue got quieter for a stretch in the late 2000s, then came back stronger around 2018. In 2020-21 the club even moved to blue helmets and pants at home, the first time since Quebec that blue lids showed up.

The silver in the Avalanche palette

Silver (#A2AAAD) does the trim work. You’ll spot this soft metallic gray outlining the logo and edging jersey striping. It’s never the star. It’s the separator that keeps burgundy and blue from muddying into each other, which matters more than people give it credit for.

The black in the Avalanche palette

Black (#000000) is the smallest slice. It leaned heavier as a trim color between roughly 2007 and 2018, then eased back. These days black mostly shows up in outlines and accents rather than big fills. Still official. Still part of the four.

Uniform Colors (Home, Away, Alternate)

Home uniform: burgundy base, with white, blue and silver striping.

Away uniform: white base, burgundy and blue trim.

Alternate: the team has leaned on a darker navy blue third jersey since 2015, plus special one-offs like the 2021 Reverse Retro that revived the Nordiques igloo crest in Colorado’s burgundy and blue.

What role does color play in design and marketing?

Dive into the latest color statistics: psychology in branding, consumer preferences, design trends, and data on color impact.

Explore the Numbers →

History and Rebranding

The franchise started as the Quebec Nordiques, a WHA club founded in 1972 that joined the NHL for the 1979-80 season. In 1995 owner Marcel Aubut sold the team to a Denver group, and it became the Colorado Avalanche for 1995-96. That’s the moment burgundy replaced the old blue-and-red Nordiques scheme.

The Avs won the Stanley Cup in that very first Denver season, then again in 2001 and 2022. Unlike a lot of 90s expansion-era clubs, Colorado never did a full rebrand. The core four have held steady for three decades. Tweaks came around 2017 with the Adidas era, plus the navy third and the Reverse Retro throwbacks, but the identity barely moved.

How to Use the Colors

For web and screen work, use the HEX or RGB values. For anything going to print, hand your shop the CMYK or the Pantone chips above so the burgundy doesn’t come back pink.

Copy-ready CSS custom properties:

 :root { --avalanche-burgundy: #6F263D; --avalanche-blue: #236192; --avalanche-silver: #A2AAAD; --avalanche-black: #000000; } `

One practical tip. Pair burgundy with white space, not with heavy black backgrounds. It gets muddy fast when both dark tones fight for the same area.

Relevant Resources

Compare the full league in one spot with this roundup of every NHL team’s color codes.

Divisional and rival palettes worth a look: the Detroit Red Wings color scheme (the Avs’ oldest rivalry), the New Jersey Devils palette (their 2001 Cup Final opponent), the Carolina Hurricanes colors, and the San Jose Sharks color codes.

FAQ on The Colorado Avalanche Colors

What are the Colorado Avalanche colors?

The Colorado Avalanche colors are burgundy, blue, silver and black. Burgundy (#6F263D) leads the palette, with blue as the main contrast. This NHL team from Denver has kept the same core scheme since relocating in 1995.

What are the Colorado Avalanche color codes (HEX and RGB)?

The Avalanche color codes are burgundy #6F263D / rgb(111, 38, 61), blue #236192 / rgb(35, 97, 146), silver #A2AAAD / rgb(162, 170, 173), and black #000000 / rgb(0, 0, 0). Use these hex values for any web project.

What is the Colorado Avalanche Pantone color?

The Avalanche Pantone colors are PMS 209 C for burgundy, PMS 647 C for blue, PMS 429 C for silver, and PMS Black 6 C for black. Hand these chips to your printer for accurate color matching.

When did the Avalanche adopt their current colors?

Colorado adopted burgundy in 1995-96, right after the Quebec Nordiques moved to Denver and rebranded. The old blue-and-red Nordiques scheme was mostly dropped. The team colors have stayed remarkably steady across three decades since.

What is the primary color of the Colorado Avalanche?

Burgundy (#6F263D) is the primary color of the Colorado Avalanche. It fills the logo’s letter “A” and dominates the home jersey. Blue works as the secondary, with silver and black handling trim and accents.

What is the CMYK code for Avalanche burgundy?

The CMYK value for Avalanche burgundy is roughly 20, 97, 40, 58. Treat it as a conversion from the hex code #6F263D rather than an exact official spec, since print output shifts between sources and paper stock.

What colors are the Avalanche home and away jerseys?

The home uniform is burgundy with white, blue and silver striping. The away sweater flips to a white base with burgundy and blue trim. Both carry the mountain-and-puck logo across the chest.

Are the Avalanche colors the same as the Quebec Nordiques?

No. The Quebec Nordiques wore blue, red and white with a fleur-de-lis motif. When the franchise became the Avalanche in 1995, burgundy took over as the identity. The Reverse Retro throwback briefly revived that old Nordiques look.

What color is the Avalanche alternate jersey?

The Avs have leaned on a darker navy blue third jersey since 2015. Special editions, like the 2021 Reverse Retro and the 2025 Nordiques throwbacks, mix burgundy and blue with heritage crests for a distinct alternate look.

Why are the Avalanche colors burgundy and blue?

Local storytelling links burgundy to Colorado’s mining history and blue to the Rocky Mountains. Whatever the origin, the pairing gave the Denver club a bold brand identity that stood apart from the crowded 90s NHL landscape.

Conclusion

The Colorado Avalanche colors come down to four values you can copy straight into any design file: burgundy #6F263D, blue #236192, silver #A2AAAD and black.

Grab the hex codes for screen work. Reach for the Pantone and CMYK when you send a job to print.

What makes this color palette stick is consistency. Since the 1995 Nordiques relocation, the Denver franchise has barely touched its core scheme, and that steadiness is exactly why the burgundy reads as pure Avs.

 

 

Bogdan Sandu
Share
Written by Bogdan Sandu

Bogdan Sandu is a seasoned designer who has been designing websites since 2008. Renowned for his expertise in logo design and visual branding, Bogdan has developed a multitude of logos for various clients. His skills extend to creating posters, vector illustrations, business cards, and brochures. Additionally, Bogdan's UI kits were featured on marketplaces like Visual Hierarchy and UI8. He also wrote in the past years on sites like Design Your Way, WebDesignerDepot, WPDean, Designmodo, Speckyboy, Slider Revolution, and more.