Giallo#F4D000
Rosso#E63B2E
Charcoal#121212
Slate#5B646E
Steel#8A8F93
Palette direction

Lamborghini Inspired Luxury Color Palette

This palette channels Lamborghini's signature supercar energy with a vivid yellow core, an aggressive orange-red accent, and a restrained black-gray support system. The result feels fast, premium, and unmistakably automotive while staying usable across branding and digital interfaces.

AnalogousLuxury And LifestyleLamborghini inspiredsupercarluxury automotivehigh performance
palette-preview.example
Luxury And Lifestyle color direction

Lamborghini Inspired Luxury Color Palette

This palette channels Lamborghini's signature supercar energy with a vivid yellow core, an aggressive orange-red accent, and a restrained black-gray support system. The result feels fast, premium, and unmistakably automotive while staying usable across branding and digital interfaces.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo White #FFFFFFon Charcoal #12121218.7:1 Excellent
Logo Black #0B0B0Bon Giallo #F4D00013.0:1 Excellent
Logo Black #0B0B0Bon Rosso #E63B2E4.7:1 Strong
Logo Black #0B0B0Bon White #FFFFFF19.7:1 Excellent
Icon color
BackgroundGiallo#F4D000TextBlack#0B0B0B
Primary Button13.00:1
AAA

Best for the main action users should notice first.

BackgroundRosso#E63B2ETextBlack#0B0B0B
Secondary Button4.71:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextIvory#F2F2EE
Outlined Button1.12:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextRosso#E63B2E
Text Button4.18:1
Large text

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsAnalogous color relationship
9:41Lamborghini Inspired Luxury Color Palette Color role balance
Analogous system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CLamborghini Inspired Luxury Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine Lamborghini-style yellow and red-orange for instant supercar recognition and a sense of speed, heat, and motion. Together they create a bold, high-contrast system that feels premium without losing the brand’s iconic energy.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Giallo #F4D000
HeadlineUsed for main titles and key messages.Charcoal #121212
LinkUsed for links and interactive text.Rosso #E63B2E

Buttons

Primary Button
BackgroundGiallo #F4D000
TextBlack #0B0B0B
Secondary Button
BackgroundRosso #E63B2E
TextBlack #0B0B0B
Outlined Button
BackgroundRosso #E63B2E
TextIvory #F2F2EE

Interface

TextDefault readable body text.Black #0B0B0B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Black #0B0B0B
IconSmall interface icons and marks.Slate #5B646E
BorderCards, inputs, and component borders.Slate #5B646E
DividerSubtle separators between content.Slate #5B646E
OutlineFocus rings and emphasis outlines.Steel #8A8F93

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors combine Lamborghini-style yellow and red-orange for instant supercar recognition and a sense of speed, heat, and motion. Together they create a bold, high-contrast system that feels premium without losing the brand’s iconic energy.

PrimaryGiallo

RolesLogo, Btn Primary Bg

This vivid yellow delivers the brand’s most recognizable signature and gives the system a sharp, performance-driven edge.

HEX#F4D000
RGB244, 208, 0
HSL51, 100, 48
CMYK0, 15, 100, 4
SecondaryRosso

RolesLink, Btn Secondary Bg, Btn Outlined Border

This red-orange adds torque and urgency, giving secondary actions and interactive elements a more aggressive automotive character.

HEX#E63B2E
RGB230, 59, 46
HSL4, 79, 54
CMYK0, 74, 80, 10
TertiaryCharcoal

RolesHeadline

This near-black provides visual authority for large type and keeps the palette grounded in a premium performance tone.

HEX#121212
RGB18, 18, 18
HSL0, 0, 7
CMYK0, 0, 0, 93

Support Colors

The support colors extend the main palette with darker metallic notes that feel engineered rather than decorative. They soften the intensity of the primaries while preserving a focused, track-ready mood.

Slate

RolesIcon, Border, Divider

This slate gray balances the hot main colors with an automotive-metal finish that works well for UI structure.

HEX#5B646E
RGB91, 100, 110
HSL212, 9, 39
CMYK17, 9, 0, 57
Steel

RolesOutline

This cooler gray keeps outlines subtle and technical, helping the palette feel precise instead of loud.

HEX#8A8F93
RGB138, 143, 147
HSL207, 4, 56
CMYK6, 3, 0, 42

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory

RolesBtn Outlined Text

HEX#F2F2EE
RGB242, 242, 238
HSL60, 13, 94
CMYK0, 0, 2, 5
Black

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#0B0B0B
RGB11, 11, 11
HSL0, 0, 4
CMYK0, 0, 0, 96

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-giallo: #F4D000;
  --color-rosso: #E63B2E;
  --color-charcoal: #121212;
  --color-slate: #5B646E;
  --color-steel: #8A8F93;
  --color-white: #FFFFFF;
  --color-ivory: #F2F2EE;
  --color-black: #0B0B0B;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #F4D000;
  --role-btn-primary-bg: #F4D000;
  --role-link: #E63B2E;
  --role-btn-secondary-bg: #E63B2E;
  --role-btn-outlined-border: #E63B2E;
  --role-headline: #121212;
  --role-icon: #5B646E;
  --role-border: #5B646E;
  --role-divider: #5B646E;
  --role-outline: #8A8F93;
  --role-bg-light: #FFFFFF;
  --role-btn-outlined-text: #F2F2EE;
  --role-bg-dark: #0B0B0B;
  --role-text: #0B0B0B;
  --role-btn-primary-text: #0B0B0B;
  --role-btn-secondary-text: #0B0B0B;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "giallo": "#F4D000",
    "rosso": "#E63B2E",
    "charcoal": "#121212",
    "slate": "#5B646E",
    "steel": "#8A8F93",
    "white": "#FFFFFF",
    "ivory": "#F2F2EE",
    "black": "#0B0B0B"
}
Press Space to load new palette