Antique Gold#D4AF37
Plum#6A1B4D
Rose#D96C9D
Teal#3A8D8C
Copper#B87333
Palette direction

Beyonce Inspired Luxury Color Palette

This palette channels Beyoncé-inspired confidence through a vivid gold, a rich plum, and a luminous rose that feel glamorous, powerful, and performance-ready. The supporting teal and warm copper keep the system balanced, while the neutrals preserve clarity across branding and UI use.

AnalogousLuxury And Lifestylebeyonce inspiredluxuryglamourperformance
palette-preview.example
Luxury And Lifestyle color direction

Beyonce Inspired Luxury Color Palette

This palette channels Beyoncé-inspired confidence through a vivid gold, a rich plum, and a luminous rose that feel glamorous, powerful, and performance-ready. The supporting teal and warm copper keep the system balanced, while the neutrals preserve clarity across branding and UI use.

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 Plum #6A1B4D11.2:1 Excellent
Logo Charcoal #1B1B1Fon Antique Gold #D4AF378.2:1 Excellent
Logo Charcoal #1B1B1Fon Rose #D96C9D5.4:1 Strong
Logo Charcoal #1B1B1Fon White #FFFFFF17.2:1 Excellent
Icon color
BackgroundAntique Gold#D4AF37TextCharcoal#1B1B1F
Primary Button8.16:1
AAA

Best for the main action users should notice first.

BackgroundPlum#6A1B4DTextWhite#FFFFFF
Secondary Button11.19:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextRose#D96C9D
Outlined Button3.19:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextRose#D96C9D
Text Button3.19:1
Large text

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

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

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

A usable
color system.

The main colors create a stage-lit triadic system that feels radiant, dramatic, and unmistakably premium. Gold leads with star power, plum adds depth and elegance, and rose brings warmth and visual charisma.

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.Antique Gold #D4AF37
HeadlineUsed for main titles and key messages.Plum #6A1B4D
LinkUsed for links and interactive text.Rose #D96C9D

Buttons

Primary Button
BackgroundAntique Gold #D4AF37
TextCharcoal #1B1B1F
Secondary Button
BackgroundPlum #6A1B4D
TextWhite #FFFFFF
Outlined Button
BackgroundRose #D96C9D
TextRose #D96C9D

Interface

TextDefault readable body text.Charcoal #1B1B1F
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1B1B1F
IconSmall interface icons and marks.Teal #3A8D8C
BorderCards, inputs, and component borders.Teal #3A8D8C
DividerSubtle separators between content.Copper #B87333
OutlineFocus rings and emphasis outlines.Copper #B87333

Palette Colors

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

Main (Brand) Colors

The main colors create a stage-lit triadic system that feels radiant, dramatic, and unmistakably premium. Gold leads with star power, plum adds depth and elegance, and rose brings warmth and visual charisma.

PrimaryAntique Gold

RolesLogo, Btn Primary Bg

This gold sets the signature tone with a regal shine that feels celebratory and iconic.

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

RolesHeadline, Btn Secondary Bg

This plum adds richness and intensity, giving the palette a refined sense of drama.

HEX#6A1B4D
RGB106, 27, 77
HSL322, 59, 26
CMYK0, 75, 27, 58
TertiaryRose

RolesLink, Btn Outlined Border, Btn Outlined Text

This rose keeps the system expressive and feminine while staying bright enough for accents and calls to action.

HEX#D96C9D
RGB217, 108, 157
HSL333, 59, 64
CMYK0, 50, 28, 15

Support Colors

The support colors extend the glamour of the main palette without competing with it, adding cooler contrast and a warm metallic bridge. They help the system feel polished, versatile, and usable across both editorial and interface contexts.

Teal

RolesIcon, Border

This teal cools the palette slightly and improves balance against the warmer, more theatrical main colors.

HEX#3A8D8C
RGB58, 141, 140
HSL179, 42, 39
CMYK59, 0, 1, 45
Copper

RolesDivider, Outline

This copper reinforces the luxurious metallic mood while remaining softer and more restrained than the gold.

HEX#B87333
RGB184, 115, 51
HSL29, 57, 46
CMYK0, 38, 72, 28

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F2EEE8
RGB242, 238, 232
HSL36, 28, 93
CMYK0, 2, 4, 5
Charcoal

RolesBg Dark, Text, Btn Primary Text

HEX#1B1B1F
RGB27, 27, 31
HSL240, 7, 11
CMYK13, 13, 0, 88

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-antique-gold: #D4AF37;
  --color-plum: #6A1B4D;
  --color-rose: #D96C9D;
  --color-teal: #3A8D8C;
  --color-copper: #B87333;
  --color-white: #FFFFFF;
  --color-ivory: #F2EEE8;
  --color-charcoal: #1B1B1F;
}

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-headline: #6A1B4D;
  --role-btn-secondary-bg: #6A1B4D;
  --role-link: #D96C9D;
  --role-btn-outlined-border: #D96C9D;
  --role-btn-outlined-text: #D96C9D;
  --role-icon: #3A8D8C;
  --role-border: #3A8D8C;
  --role-divider: #B87333;
  --role-outline: #B87333;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #1B1B1F;
  --role-text: #1B1B1F;
  --role-btn-primary-text: #1B1B1F;
}

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.
{
    "antique-gold": "#D4AF37",
    "plum": "#6A1B4D",
    "rose": "#D96C9D",
    "teal": "#3A8D8C",
    "copper": "#B87333",
    "white": "#FFFFFF",
    "ivory": "#F2EEE8",
    "charcoal": "#1B1B1F"
}
Press Space to load new palette