Gold#D4AF37
Crimson#7A1E2C
Emerald#0F4C45
Bronze#8C6A3D
Slate#5E6B73
Palette direction

Oscar Gala Inspired Color Palette

This Oscar gala-inspired palette pairs rich gold, velvet red, and black-tie emerald for a cinematic, high-contrast identity that feels formal and celebratory. The supporting tones and neutrals keep the system elegant, readable, and suitable for premium event touchpoints and digital interfaces.

Split ComplementaryLuxury And Lifestyleoscar galared carpetawards nightluxury event
palette-preview.example
Luxury And Lifestyle color direction

Oscar Gala Inspired Color Palette

This Oscar gala-inspired palette pairs rich gold, velvet red, and black-tie emerald for a cinematic, high-contrast identity that feels formal and celebratory. The supporting tones and neutrals keep the system elegant, readable, and suitable for premium event touchpoints 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 Crimson #7A1E2C10.2:1 Excellent
Logo Charcoal #121212on Gold #D4AF378.9:1 Excellent
Logo Charcoal #121212on White #FFFFFF18.7:1 Excellent
Logo White #FFFFFFon Slate #5E6B735.5:1 Strong
Icon color
BackgroundGold#D4AF37TextCharcoal#121212
Primary Button8.91:1
AAA

Best for the main action users should notice first.

BackgroundCrimson#7A1E2CTextWhite#FFFFFF
Secondary Button10.25:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#F7F3ECTextEmerald#0F4C45
Outlined Button8.87:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F7F3ECTextCrimson#7A1E2C
Text Button9.26:1
AAA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Oscar Gala Inspired Color Palette Color role balance
Split Complementary 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.

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

A usable
color system.

Rich gold, velvet red, and black-tie green create a recognizable awards-night system with strong ceremonial contrast and a distinctly cinematic mood. The combination feels formal and iconic without relying on a single predictable luxury cue.

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.Gold #D4AF37
HeadlineUsed for main titles and key messages.Emerald #0F4C45
LinkUsed for links and interactive text.Crimson #7A1E2C

Buttons

Primary Button
BackgroundGold #D4AF37
TextCharcoal #121212
Secondary Button
BackgroundCrimson #7A1E2C
TextWhite #FFFFFF
Outlined Button
BackgroundEmerald #0F4C45
TextEmerald #0F4C45

Interface

TextDefault readable body text.Charcoal #121212
Bg LightLight page or section background.Ivory #F7F3EC
Bg DarkDark page or section background.White #FFFFFF
IconSmall interface icons and marks.Bronze #8C6A3D
BorderCards, inputs, and component borders.Bronze #8C6A3D
DividerSubtle separators between content.Slate #5E6B73
OutlineFocus rings and emphasis outlines.Slate #5E6B73

Palette Colors

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

Main (Brand) Colors

Rich gold, velvet red, and black-tie green create a recognizable awards-night system with strong ceremonial contrast and a distinctly cinematic mood. The combination feels formal and iconic without relying on a single predictable luxury cue.

PrimaryGold

RolesLogo, Btn Primary Bg

Gold captures the spotlight and gives the brand an unmistakable awards-night presence.

HEX#D4AF37
RGB212, 175, 55
HSL46, 65, 52
CMYK0, 17, 74, 17
SecondaryCrimson

RolesLink, Btn Secondary Bg

Crimson adds dramatic warmth and red-carpet energy without overpowering the palette.

HEX#7A1E2C
RGB122, 30, 44
HSL351, 61, 30
CMYK0, 75, 64, 52
TertiaryEmerald

RolesBtn Outlined Border, Btn Outlined Text, Headline

Emerald brings a refined formal contrast that feels polished and ceremonial.

HEX#0F4C45
RGB15, 76, 69
HSL173, 67, 18
CMYK80, 0, 9, 70

Support Colors

The support colors extend the main palette with quieter tonal contrast, adding depth and balance while staying clearly subordinate to the gold, crimson, and emerald core. They help guide emphasis in interfaces without shifting the palette away from its gala character.

Bronze

RolesIcon, Border

Bronze softens the gold family and works well for restrained accents and structural details.

HEX#8C6A3D
RGB140, 106, 61
HSL34, 39, 39
CMYK0, 24, 56, 45
Slate

RolesDivider, Outline

Slate adds cool, neutral discipline that balances the warmth of the gala colors.

HEX#5E6B73
RGB94, 107, 115
HSL203, 10, 41
CMYK18, 7, 0, 55

Neutral Colors

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

White

RolesBg Dark, Btn Secondary Text

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

RolesBg Light

HEX#F7F3EC
RGB247, 243, 236
HSL38, 41, 95
CMYK0, 2, 4, 3
Charcoal

RolesText, Btn Primary Text

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

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-gold: #D4AF37;
  --color-crimson: #7A1E2C;
  --color-emerald: #0F4C45;
  --color-bronze: #8C6A3D;
  --color-slate: #5E6B73;
  --color-white: #FFFFFF;
  --color-ivory: #F7F3EC;
  --color-charcoal: #121212;
}

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: #D4AF37;
  --role-btn-primary-bg: #D4AF37;
  --role-link: #7A1E2C;
  --role-btn-secondary-bg: #7A1E2C;
  --role-btn-outlined-border: #0F4C45;
  --role-btn-outlined-text: #0F4C45;
  --role-headline: #0F4C45;
  --role-icon: #8C6A3D;
  --role-border: #8C6A3D;
  --role-divider: #5E6B73;
  --role-outline: #5E6B73;
  --role-bg-dark: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #F7F3EC;
  --role-text: #121212;
  --role-btn-primary-text: #121212;
}

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.
{
    "gold": "#D4AF37",
    "crimson": "#7A1E2C",
    "emerald": "#0F4C45",
    "bronze": "#8C6A3D",
    "slate": "#5E6B73",
    "white": "#FFFFFF",
    "ivory": "#F7F3EC",
    "charcoal": "#121212"
}
Press Space to load new palette