Navy#0A2540
Gold#C59D5F
Blush#E8D6CC
Taupe#8B7B6B
Palette direction

Navy Gold Luxury Color Palette

This luxury color palette combines deep navy and rich gold as main colors to convey sophistication and timeless elegance, complemented by a soft blush and warm taupe to support refinement and balance. The trio of neutrals ensures versatility and readability across digital and print, providing pure white, a gentle ivory, and dark charcoal for strong contrast and minimal style. Together, these colors create a minimal yet unmistakably luxurious identity perfect for a premium hair accessories brand.

ComplementaryFashion Beautyluxuryminimalhair accessoriesnavy
palette-preview.example
Fashion Beauty color direction

Navy Gold Luxury Color Palette

This luxury color palette combines deep navy and rich gold as main colors to convey sophistication and timeless elegance, complemented by a soft blush and warm taupe to support refinement and balance. The trio of neutrals ensures versatility and readability across digital and print, providing pure white, a gentle ivory, and dark charcoal for strong contrast and minimal style. Together, these colors create a minimal yet unmistakably luxurious identity perfect for a premium hair accessories brand.

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 Navy #0A254015.5:1 Excellent
Logo Navy #0A2540on Gold #C59D5F6.2:1 Strong
Logo Navy #0A2540on White #FFFFFF15.5:1 Excellent
Logo Navy #0A2540on Blush #E8D6CC11.0:1 Excellent
Icon color
BackgroundNavy#0A2540TextWhite#FFFFFF
Primary Button15.54:1
AAA

Best for the main action users should notice first.

BackgroundGold#C59D5FTextCharcoal#2B2B2B
Secondary Button5.64:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextGold#C59D5F
Outlined Button2.51:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextNavy#0A2540
Text Button15.54:1
AAA

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

Palette composition7 colorsComplementary color relationship
9:41Navy Gold Luxury Color Palette Color role balance
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.

CNavy Gold Luxury Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The deep navy and rich gold main colors form a refined complementary pairing that embodies luxury and timeless elegance, establishing a strong visual identity for the brand.

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.Navy #0A2540
HeadlineUsed for main titles and key messages.Blush #E8D6CC
LinkUsed for links and interactive text.Navy #0A2540

Buttons

Primary Button
BackgroundNavy #0A2540
TextWhite #FFFFFF
Secondary Button
BackgroundGold #C59D5F
TextCharcoal #2B2B2B
Outlined Button
BackgroundGold #C59D5F
TextGold #C59D5F

Interface

TextDefault readable body text.Charcoal #2B2B2B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F9F6F3
IconSmall interface icons and marks.Blush #E8D6CC
BorderCards, inputs, and component borders.Blush #E8D6CC
DividerSubtle separators between content.Blush #E8D6CC
OutlineFocus rings and emphasis outlines.Taupe #8B7B6B

Palette Colors

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

Main (Brand) Colors

The deep navy and rich gold main colors form a refined complementary pairing that embodies luxury and timeless elegance, establishing a strong visual identity for the brand.

PrimaryNavy

RolesLogo, Btn Primary Bg, Link

Navy conveys trust, sophistication, and depth, forming a strong foundation for the luxury brand's identity.

HEX#0A2540
RGB10, 37, 64
HSL210, 73, 15
CMYK84, 42, 0, 75
SecondaryGold

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Gold symbolizes opulence and warmth, providing a rich contrast that elevates the palette's luxury feel.

HEX#C59D5F
RGB197, 157, 95
HSL36, 47, 57
CMYK0, 20, 52, 23

Support Colors

The soft blush and warm taupe accents extend the palette by introducing subtle warmth and softness, supporting the main colors without overpowering them, ideal for understated luxury and minimalism.

Blush

RolesHeadline, Icon, Border, Divider

Blush adds delicate warmth and a gentle feminine touch, balancing the strong navy and gold.

HEX#E8D6CC
RGB232, 214, 204
HSL21, 38, 85
CMYK0, 8, 12, 9
Taupe

RolesOutline

Taupe provides earthy neutrality that tempers the brightness of gold while reinforcing sophistication.

HEX#8B7B6B
RGB139, 123, 107
HSL30, 13, 48
CMYK0, 12, 23, 45

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

RolesBg Dark

HEX#F9F6F3
RGB249, 246, 243
HSL30, 33, 96
CMYK0, 1, 2, 2
Charcoal

RolesText, Btn Secondary Text

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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-navy: #0A2540;
  --color-gold: #C59D5F;
  --color-blush: #E8D6CC;
  --color-taupe: #8B7B6B;
  --color-white: #FFFFFF;
  --color-ivory: #F9F6F3;
  --color-charcoal: #2B2B2B;
}

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: #0A2540;
  --role-btn-primary-bg: #0A2540;
  --role-link: #0A2540;
  --role-btn-secondary-bg: #C59D5F;
  --role-btn-outlined-border: #C59D5F;
  --role-btn-outlined-text: #C59D5F;
  --role-headline: #E8D6CC;
  --role-icon: #E8D6CC;
  --role-border: #E8D6CC;
  --role-divider: #E8D6CC;
  --role-outline: #8B7B6B;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F9F6F3;
  --role-text: #2B2B2B;
  --role-btn-secondary-text: #2B2B2B;
}

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.
{
    "navy": "#0A2540",
    "gold": "#C59D5F",
    "blush": "#E8D6CC",
    "taupe": "#8B7B6B",
    "white": "#FFFFFF",
    "ivory": "#F9F6F3",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette