Magenta#B8007F
Gold#D4AF37
Coral#FF6F61
Slate#657785
Pale Gray#E6E8EB
Palette direction

Magenta Gold Coral Color Palette

This palette balances vibrant and elegant hues reflecting a fresh, creative, and confident luxury fashion brand. The bold Magenta and warm Gold create strong recognition, while the Soft Coral and Slate accents enhance versatility and refinement. Neutrals offer clarity and legibility that uphold the brand's premium feeling.

AnalogousLuxury And Lifestyleluxuryfashioncreativefreedom
palette-preview.example
Luxury And Lifestyle color direction

Magenta Gold Coral Color Palette

This palette balances vibrant and elegant hues reflecting a fresh, creative, and confident luxury fashion brand. The bold Magenta and warm Gold create strong recognition, while the Soft Coral and Slate accents enhance versatility and refinement. Neutrals offer clarity and legibility that uphold the brand's premium feeling.

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 Charcoal #222222on Gold #D4AF377.6:1 Excellent
Logo White #FFFFFFon Magenta #B8007F6.3:1 Strong
Logo Charcoal #222222on Coral #FF6F615.8:1 Strong
Logo Charcoal #222222on White #FFFFFF15.9:1 Excellent
Icon color
BackgroundMagenta#B8007FTextWhite#FFFFFF
Primary Button6.28:1
AA

Best for the main action users should notice first.

BackgroundGold#D4AF37TextCharcoal#222222
Secondary Button7.57:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextMagenta#B8007F
Outlined Button6.28:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextMagenta#B8007F
Text Button6.28:1
AA

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

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

CMagenta Gold Coral Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

Magenta, Gold, and Soft Coral form a split complementary harmony that captures energy and warmth while standing out as a recognizable and fresh luxury brand system.

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.Magenta #B8007F
HeadlineUsed for main titles and key messages.Gold #D4AF37
LinkUsed for links and interactive text.Magenta #B8007F

Buttons

Primary Button
BackgroundMagenta #B8007F
TextWhite #FFFFFF
Secondary Button
BackgroundGold #D4AF37
TextCharcoal #222222
Outlined Button
BackgroundMagenta #B8007F
TextMagenta #B8007F

Interface

TextDefault readable body text.Charcoal #222222
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #222222
IconSmall interface icons and marks.Slate #657785
BorderCards, inputs, and component borders.Slate #657785
DividerSubtle separators between content.Slate #657785
OutlineFocus rings and emphasis outlines.Slate #657785

Palette Colors

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

Main (Brand) Colors

Magenta, Gold, and Soft Coral form a split complementary harmony that captures energy and warmth while standing out as a recognizable and fresh luxury brand system.

PrimaryMagenta

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

Magenta conveys a bold and creative energy, representing the brand's innovative and self-assured spirit.

HEX#B8007F
RGB184, 0, 127
HSL319, 100, 36
CMYK0, 100, 31, 28
SecondaryGold

RolesBtn Secondary Bg, Headline

Gold introduces a classic luxurious feel that balances magenta’s vibrant energy with warmth and refinement.

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

Soft Coral extends the warmth and injects vitality, emphasizing freshness and freedom.

HEX#FF6F61
RGB255, 111, 97
HSL5, 100, 69
CMYK0, 56, 62, 0

Support Colors

Slate and Pale Gray provide subtle, subdued accents that complement the main vibrant colors without overpowering them, maintaining a refined and cohesive look.

Slate

RolesIcon, Border, Divider, Outline

Slate adds a cool, grounding contrast that balances the warmth of gold and coral, while reinforcing sophistication.

HEX#657785
RGB101, 119, 133
HSL206, 14, 46
CMYK24, 11, 0, 48
Pale Gray

Pale Gray supports as a soft, restrained shade that adds spatial relief and enhances the vibrancy of main colors.

HEX#E6E8EB
RGB230, 232, 235
HSL216, 11, 91
CMYK2, 1, 0, 8

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
Ghost White
HEX#F7F8FA
RGB247, 248, 250
HSL220, 23, 97
CMYK1, 1, 0, 2
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#222222
RGB34, 34, 34
HSL0, 0, 13
CMYK0, 0, 0, 87

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-magenta: #B8007F;
  --color-gold: #D4AF37;
  --color-coral: #FF6F61;
  --color-slate: #657785;
  --color-pale-gray: #E6E8EB;
  --color-white: #FFFFFF;
  --color-ghost-white: #F7F8FA;
  --color-charcoal: #222222;
}

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: #B8007F;
  --role-link: #B8007F;
  --role-btn-primary-bg: #B8007F;
  --role-btn-outlined-border: #B8007F;
  --role-btn-outlined-text: #B8007F;
  --role-btn-secondary-bg: #D4AF37;
  --role-headline: #D4AF37;
  --role-icon: #657785;
  --role-border: #657785;
  --role-divider: #657785;
  --role-outline: #657785;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #222222;
  --role-text: #222222;
  --role-btn-secondary-text: #222222;
}

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.
{
    "magenta": "#B8007F",
    "gold": "#D4AF37",
    "coral": "#FF6F61",
    "slate": "#657785",
    "pale-gray": "#E6E8EB",
    "white": "#FFFFFF",
    "ghost-white": "#F7F8FA",
    "charcoal": "#222222"
}
Press Space to load new palette