Find Color Codes

Automotive

Chevrolet Color Codes

Chevrolet's mark is the bowtie: a gold centre inside a chrome-silver border, with CHEVROLET set below in dark grey. The Chevrolet color codes in Hex, RGB and CMYK can be found below. William Durant and racing driver Louis Chevrolet founded the company in 1911, and the bowtie appeared in 1913. Its rival for a century has been Ford.

The Chevrolet logo, shown for identification
The Chevrolet logo, shown for identification. Chevrolet is a trademark of its owner and this site is not affiliated with it.

Primary colors

What are Chevrolet Primary Colors?

Chevrolet's primary colors are gold #CD9834, chrome silver #C7C9CB, dark gray #58595B.

Chevrolet publishes no public hex sheet; these are measured from the badge.

Chevrolet Gold

Hex#CD9834
RGB205, 152, 52
HSLhsl(39, 60%, 50%)
CMYK0%, 26%, 75%, 20%converted · approximate
PantonePMS 1245 Cnearest match · not published by the brand

Chevrolet Chrome Silver

Hex#C7C9CB
RGB199, 201, 203
HSLhsl(210, 4%, 79%)
CMYK2%, 1%, 0%, 20%converted · approximate
PantonePMS 5445 Cnearest match · not published by the brand

Chevrolet Dark Gray

Hex#58595B
RGB88, 89, 91
HSLhsl(220, 2%, 35%)
CMYK3%, 2%, 0%, 64%converted · approximate
PantonePMS 445 Cnearest match · not published by the brand

Chevrolet Hex Color Codes

Chevrolet hex color codes are #CD9834 for gold, #C7C9CB for chrome silver and #58595B for dark gray.

ColorHex
Gold #CD9834
Chrome Silver #C7C9CB
Dark Gray #58595B

Chevrolet RGB Color Codes

Chevrolet RGB color codes are 205, 152, 52 for gold, 199, 201, 203 for chrome silver and 88, 89, 91 for dark gray. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Gold rgb(205, 152, 52)
Chrome Silver rgb(199, 201, 203)
Dark Gray rgb(88, 89, 91)

Chevrolet HSL Color Codes

Chevrolet HSL color codes are 39, 60%, 50% for gold, 210, 4%, 79% for chrome silver and 220, 2%, 35% for dark gray. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Gold hsl(39, 60%, 50%)
Chrome Silver hsl(210, 4%, 79%)
Dark Gray hsl(220, 2%, 35%)

Chevrolet CMYK Color Code

Chevrolet CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.

ColorCMYK
Gold 0%, 26%, 75%, 20%
Chrome Silver 2%, 1%, 0%, 20%
Dark Gray 3%, 2%, 0%, 64%

Chevrolet Pantone Color Codes

Chevrolet Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.

ColorNearest Pantone
Gold PMS 1245 C
Chrome Silver PMS 5445 C
Dark Gray PMS 445 C

Logo

Chevrolet Logo Colors

Chevrolet logo colors are gold for the bowtie centre, chrome silver for its frame, and a dark grey wordmark.

Chevrolet Logo Colors Palette

What the Chevrolet Logo Colors Mean?

The Chevrolet logo colors sit on a shape whose origin is still argued. Durant said he took the bowtie from wallpaper in a Paris hotel; his widow later said it came from a newspaper advertisement for a coal product called Coalettes. Gold has been the settled fill since about 2004, pitched as solid and dependable, and the raised chrome border with the grey lettering is there to make the badge look machined rather than printed.

Chevrolet Logo Color History

Chevrolet logo color history swings between gold, blue and a plain outline for most of the century, then locks to gold in 2004. The bowtie shape has been near-constant since 1913. Trucks now wear a black bowtie, cars the gold-and-chrome one.

Chevrolet Logo Fonts

Chevrolet logo fonts are a custom bold sans for the wordmark, not licensed. A heavy grotesque such as a bold Helvetica is the everyday substitute.

Chevrolet Logo JPG

Chevrolet logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.

Chevrolet logo, JPG format
Download JPG Trademark of its owner, shown for identification.

Chevrolet Logo PNG

Chevrolet logo in PNG, with a transparent background. Use it over a colored surface.

Chevrolet logo, PNG format
Download PNG Trademark of its owner, shown for identification.

Chevrolet Logo WebP

Chevrolet logo in WebP. Same transparency as the PNG at about a third of the file size.

Chevrolet logo, WEBP format
Download WEBP Trademark of its owner, shown for identification.

Chevrolet Color Code Shades

Chevrolet color code shades step evenly from the primary toward black, for hover states, borders and shadows.

These are interface steps, not Chevrolet paint or trim names.

In code

Using the Chevrolet palette

CSS custom properties

:root {
  --chevrolet-gold: #CD9834;
  --chevrolet-chrome-silver: #C7C9CB;
  --chevrolet-dark-gray: #58595B;
}

Contrast against white

Gold 2.58:1AA ×
Chrome Silver 1.66:1AA ×
Dark Gray 7.01:1AA ✓

Brand colors are chosen for recognition, not for legibility. A failing value here is normal. It means use it as a fill, not as text.