Automotive
Aston Martin Color Codes
Aston Martin's color is a dark racing green, set behind a pair of wings carrying the name. The Aston Martin color codes in Hex, RGB and CMYK can be found below. Lionel Martin and Robert Bamford founded the company in 1913; the name joins Martin's surname to Aston Clinton, the hill climb he raced. Its grand-touring rival is Ferrari.
Primary colors
What are Aston Martin Primary Colors?
Aston Martin's primary colors are racing green #00665E, white #FFFFFF.
Aston Martin's green is measured from brand material; the CMYK shown is a conversion.
Aston Martin Racing Green
| Hex | #00665E |
|---|---|
| RGB | 0, 102, 94 |
| HSL | hsl(175, 100%, 20%) |
| CMYK | 100%, 0%, 8%, 60%converted · approximate |
| Pantone | PMS 3292 Cnearest match · not published by the brand |
Aston Martin White
| Hex | #FFFFFF |
|---|---|
| RGB | 255, 255, 255 |
| HSL | hsl(0, 0%, 100%) |
| CMYK | 0%, 0%, 0%, 0%converted · approximate |
| Pantone | PMS 656 Cnearest match · not published by the brand |
Aston Martin Hex Color Codes
Aston Martin hex color codes are #00665E for racing green and #FFFFFF for white.
| Color | Hex |
|---|---|
| Racing Green | #00665E |
| White | #FFFFFF |
Aston Martin RGB Color Codes
Aston Martin RGB color codes are 0, 102, 94 for racing green and 255, 255, 255 for white. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Racing Green | rgb(0, 102, 94) |
| White | rgb(255, 255, 255) |
Aston Martin HSL Color Codes
Aston Martin HSL color codes are 175, 100%, 20% for racing green and 0, 0%, 100% for white. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Racing Green | hsl(175, 100%, 20%) |
| White | hsl(0, 0%, 100%) |
Aston Martin CMYK Color Code
Aston Martin CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Racing Green | 100%, 0%, 8%, 60% |
| White | 0%, 0%, 0%, 0% |
Aston Martin Pantone Color Codes
Aston Martin Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Racing Green | PMS 3292 C |
| White | PMS 656 C |
Logo
Aston Martin Logo Colors
Aston Martin logo colors are racing green and white, with the wings often shown in metallic.
Aston Martin Logo Colors Palette
What the Aston Martin Logo Colors Mean?
The Aston Martin logo colors point to British motor racing. Green has been the country's racing color since the early 1900s, and Aston Martin adopted it early. The wings arrived in 1927, replacing the founders' plain A-and-M roundel, and stand simply for speed. White is the lettering across them.
Aston Martin Logo Color History
Aston Martin logo color history holds green as the constant since the 1920s. The wings themselves have been redrawn roughly every decade, most recently in 2022, when the feather lines were simplified and the badge flattened. The green has stayed within a narrow range throughout.
Aston Martin Logo Fonts
Aston Martin logo fonts are custom capitals spread across the wings, not a released typeface. A wide, elegant serif or a spaced sans covers the look.
Aston Martin Logo JPG
Aston Martin logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Aston Martin Logo PNG
Aston Martin logo in PNG, with a transparent background. Use it over a colored surface.
Aston Martin Logo WebP
Aston Martin logo in WebP. Same transparency as the PNG at about a third of the file size.
Aston Martin Color Code Shades
Aston Martin color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Aston Martin paint or trim names.
In code
Using the Aston Martin palette
CSS custom properties
:root {
--aston-martin-racing-green: #00665E;
--aston-martin-white: #FFFFFF;
}
Contrast against white
| Racing Green | 6.86:1AA ✓ |
|---|---|
| White | 1.00: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.