Racing Red#D4001A
Modena Yellow#F2C300
Carbon Black#111111
Burgundy#6B1D2A
Antique Gold#B08D00
Palette direction

Ferrari Inspired Racing Color Palette

This palette channels Ferrari-inspired energy through a disciplined trio of racing red, warm yellow, and deep carbon black. The result feels fast, premium, and unmistakably automotive while still working as a practical brand system for digital interfaces.

AnalogousLuxury And LifestyleFerrari inspiredracing redluxury automotivehigh performance
palette-preview.example
Luxury And Lifestyle color direction

Ferrari Inspired Racing Color Palette

This palette channels Ferrari-inspired energy through a disciplined trio of racing red, warm yellow, and deep carbon black. The result feels fast, premium, and unmistakably automotive while still working as a practical brand system for 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 Carbon Black #11111118.9:1 Excellent
Logo Charcoal #0A0A0Aon Modena Yellow #F2C30011.9:1 Excellent
Logo White #FFFFFFon Racing Red #D4001A5.5:1 Strong
Logo Charcoal #0A0A0Aon White #FFFFFF19.8:1 Excellent
Icon color
BackgroundRacing Red#D4001ATextWhite#FFFFFF
Primary Button5.51:1
AA

Best for the main action users should notice first.

BackgroundModena Yellow#F2C300TextCharcoal#0A0A0A
Secondary Button11.86:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCarbon Black#111111
Outlined Button18.88:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextModena Yellow#F2C300
Text Button1.67:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Ferrari Inspired Racing 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.

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

A usable
color system.

Racing Red and Modena Yellow create the iconic Ferrari tension between speed and celebration, while Carbon Black grounds the system with a high-performance edge. Together they form a recognizable automotive palette that feels bold, premium, and built for motion.

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.Racing Red #D4001A
HeadlineUsed for main titles and key messages.Racing Red #D4001A
LinkUsed for links and interactive text.Modena Yellow #F2C300

Buttons

Primary Button
BackgroundRacing Red #D4001A
TextWhite #FFFFFF
Secondary Button
BackgroundModena Yellow #F2C300
TextCharcoal #0A0A0A
Outlined Button
BackgroundModena Yellow #F2C300
TextCarbon Black #111111

Interface

TextDefault readable body text.Charcoal #0A0A0A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #0A0A0A
IconSmall interface icons and marks.Burgundy #6B1D2A
BorderCards, inputs, and component borders.Antique Gold #B08D00
DividerSubtle separators between content.Antique Gold #B08D00
OutlineFocus rings and emphasis outlines.Burgundy #6B1D2A

Palette Colors

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

Main (Brand) Colors

Racing Red and Modena Yellow create the iconic Ferrari tension between speed and celebration, while Carbon Black grounds the system with a high-performance edge. Together they form a recognizable automotive palette that feels bold, premium, and built for motion.

PrimaryRacing Red

RolesLogo, Btn Primary Bg, Headline

Racing Red carries the signature Ferrari intensity and instantly anchors the brand.

HEX#D4001A
RGB212, 0, 26
HSL353, 100, 42
CMYK0, 100, 88, 17
SecondaryModena Yellow

RolesLink, Btn Secondary Bg, Btn Outlined Border

Modena Yellow adds a vivid motorsport accent that keeps the palette bright and iconic.

HEX#F2C300
RGB242, 195, 0
HSL48, 100, 47
CMYK0, 19, 100, 5
TertiaryCarbon Black

RolesBtn Outlined Text

Carbon Black adds technical contrast and a refined automotive finish for outlined text.

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

Support Colors

These accents extend the racing palette with quieter, usable tones that keep the system polished and legible. They support the main colors without competing with the brand's signature red and yellow.

Burgundy

RolesIcon, Outline

Burgundy deepens the red family for UI details and gives accents a more restrained premium tone.

HEX#6B1D2A
RGB107, 29, 42
HSL350, 57, 27
CMYK0, 73, 61, 58
Antique Gold

RolesBorder, Divider

Antique Gold softens the yellow into a more functional accent that still echoes Ferrari's warmth.

HEX#B08D00
RGB176, 141, 0
HSL48, 100, 35
CMYK0, 20, 100, 31

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F5F1EA
RGB245, 241, 234
HSL38, 35, 94
CMYK0, 2, 4, 4
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#0A0A0A
RGB10, 10, 10
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-racing-red: #D4001A;
  --color-modena-yellow: #F2C300;
  --color-carbon-black: #111111;
  --color-burgundy: #6B1D2A;
  --color-antique-gold: #B08D00;
  --color-white: #FFFFFF;
  --color-ivory: #F5F1EA;
  --color-charcoal: #0A0A0A;
}

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: #D4001A;
  --role-btn-primary-bg: #D4001A;
  --role-headline: #D4001A;
  --role-link: #F2C300;
  --role-btn-secondary-bg: #F2C300;
  --role-btn-outlined-border: #F2C300;
  --role-btn-outlined-text: #111111;
  --role-icon: #6B1D2A;
  --role-outline: #6B1D2A;
  --role-border: #B08D00;
  --role-divider: #B08D00;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #0A0A0A;
  --role-text: #0A0A0A;
  --role-btn-secondary-text: #0A0A0A;
}

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.
{
    "racing-red": "#D4001A",
    "modena-yellow": "#F2C300",
    "carbon-black": "#111111",
    "burgundy": "#6B1D2A",
    "antique-gold": "#B08D00",
    "white": "#FFFFFF",
    "ivory": "#F5F1EA",
    "charcoal": "#0A0A0A"
}
Press Space to load new palette