Automotive
Lamborghini Color Codes
Lamborghini's colors are a gold fighting bull on a black shield. The Lamborghini color codes in Hex, RGB and CMYK can be found below. Ferruccio Lamborghini built tractors and air-conditioning units before cars, and started the company in 1963 at Sant'Agata Bolognese after falling out with Enzo Ferrari over a clutch. The rival ten miles up the road is still Ferrari.
Primary colors
What are Lamborghini Primary Colors?
Lamborghini's primary colors are black #000000, gold #D8A016.
Lamborghini publishes no public color sheet, so CMYK and Pantone are conversions and nearest matches.
Lamborghini Black
| Hex | #000000 |
|---|---|
| RGB | 0, 0, 0 |
| HSL | hsl(0, 0%, 0%) |
| CMYK | 0%, 0%, 0%, 100%converted · approximate |
| Pantone | PMS 419 Cnearest match · not published by the brand |
Lamborghini Gold
| Hex | #D8A016 |
|---|---|
| RGB | 216, 160, 22 |
| HSL | hsl(43, 82%, 47%) |
| CMYK | 0%, 26%, 90%, 15%converted · approximate |
| Pantone | PMS 124 Cnearest match · not published by the brand |
Lamborghini Hex Color Codes
Lamborghini hex color codes are #000000 for black and #D8A016 for gold.
| Color | Hex |
|---|---|
| Black | #000000 |
| Gold | #D8A016 |
Lamborghini RGB Color Codes
Lamborghini RGB color codes are 0, 0, 0 for black and 216, 160, 22 for gold. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Black | rgb(0, 0, 0) |
| Gold | rgb(216, 160, 22) |
Lamborghini HSL Color Codes
Lamborghini HSL color codes are 0, 0%, 0% for black and 43, 82%, 47% for gold. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Black | hsl(0, 0%, 0%) |
| Gold | hsl(43, 82%, 47%) |
Lamborghini CMYK Color Code
Lamborghini CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Black | 0%, 0%, 0%, 100% |
| Gold | 0%, 26%, 90%, 15% |
Lamborghini Pantone Color Codes
Lamborghini Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Black | PMS 419 C |
| Gold | PMS 124 C |
Logo
Lamborghini Logo Colors
Lamborghini logo colors are two: gold for the bull, the outline and the wordmark, black for the shield.
Lamborghini Logo Colors Palette
What the Lamborghini Logo Colors Mean?
The Lamborghini logo colors stand for prestige and force. Gold is the prestige; the bull is the force. Ferruccio Lamborghini was born under Taurus, kept a fighting bull as a personal symbol, and followed the corrida, so the animal charges rather than posing in a calm heraldic stance. Black is the field the gold sits on. Model names hold the thread: Miura, Islero, Espada, Murciélago and Huracán are all fighting bulls or bullfighting terms.
Lamborghini Logo Color History
Lamborghini logo color history is short. The bull has been gold on black since the first car in 1963. The shield has been redrawn a few times, most recently in 2024, when the outline was thinned and the gold flattened for screens. The two colors have never shifted.
Lamborghini Logo Fonts
Lamborghini logo fonts are not for sale. The wordmark is a run of wide, heavy capitals with a slight forward lean, drawn for the brand alone. A heavy extended grotesque such as Helvetica Now Display Black comes near it.
Lamborghini Logo JPG
Lamborghini logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Lamborghini Logo PNG
Lamborghini logo in PNG, with a transparent background. Use it over a colored surface.
Lamborghini Logo WebP
Lamborghini logo in WebP. Same transparency as the PNG at about a third of the file size.
Lamborghini Color Code Shades
Lamborghini color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Lamborghini paint or trim names.
In code
Using the Lamborghini palette
CSS custom properties
:root {
--lamborghini-black: #000000;
--lamborghini-gold: #D8A016;
}
Contrast against white
| Black | 21.00:1AA ✓ |
|---|---|
| Gold | 2.34: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.