Navy#0B1F3A
Antique Gold#B08D57
Sage#8FA39A
Sand#D6C4A1
Slate#A7B0B6
Palette direction

Luxury Minimalistic Luxury Color Palette

This palette pairs a deep navy with refined gold and soft sage to create a quiet sense of luxury without visual excess. The clean neutrals keep the system minimal and highly legible across brand and interface uses.

ComplementaryLuxury And Lifestyleluxuryminimalisticelegantrefined
palette-preview.example
Luxury And Lifestyle color direction

Luxury Minimalistic Luxury Color Palette

This palette pairs a deep navy with refined gold and soft sage to create a quiet sense of luxury without visual excess. The clean neutrals keep the system minimal and highly legible across brand and interface uses.

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 #0B1F3A16.5:1 Excellent
Logo Charcoal #171717on Sage #8FA39A6.7:1 Strong
Logo Charcoal #171717on Antique Gold #B08D575.8:1 Strong
Logo Charcoal #171717on White #FFFFFF17.9:1 Excellent
Icon color
BackgroundNavy#0B1F3ATextWhite#FFFFFF
Primary Button16.52:1
AAA

Best for the main action users should notice first.

BackgroundAntique Gold#B08D57TextCharcoal#171717
Secondary Button5.80:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextSage#8FA39A
Outlined Button2.67:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextNavy#0B1F3A
Text Button16.52:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Luxury Minimalistic 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.

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

A usable
color system.

Deep navy and muted gold establish a premium, composed foundation, while soft sage adds a restrained contemporary note. Together they feel upscale and minimal, with enough contrast to stay distinctive across digital and identity applications.

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

Buttons

Primary Button
BackgroundNavy #0B1F3A
TextWhite #FFFFFF
Secondary Button
BackgroundAntique Gold #B08D57
TextCharcoal #171717
Outlined Button
BackgroundAntique Gold #B08D57
TextSage #8FA39A

Interface

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

Palette Colors

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

Main (Brand) Colors

Deep navy and muted gold establish a premium, composed foundation, while soft sage adds a restrained contemporary note. Together they feel upscale and minimal, with enough contrast to stay distinctive across digital and identity applications.

PrimaryNavy

RolesLogo, Link, Btn Primary Bg, Headline

Navy anchors the brand with depth and authority, giving the palette a timeless luxury presence.

HEX#0B1F3A
RGB11, 31, 58
HSL214, 68, 14
CMYK81, 47, 0, 77
SecondaryAntique Gold

RolesBtn Secondary Bg, Btn Outlined Border

Antique Gold adds a warm premium accent that signals value without becoming flashy.

HEX#B08D57
RGB176, 141, 87
HSL36, 36, 52
CMYK0, 20, 51, 31
TertiarySage

RolesBtn Outlined Text

Sage softens the system with a muted organic note that keeps the palette calm and modern.

HEX#8FA39A
RGB143, 163, 154
HSL153, 10, 60
CMYK12, 0, 6, 36

Support Colors

The support colors broaden usability by adding subtle depth and balance around the main luxury tones. They stay quiet and understated so the palette remains minimal and focused.

Sand

RolesIcon, Outline

Sand bridges the gold and neutrals with a subdued warmth that supports elegant UI details.

HEX#D6C4A1
RGB214, 196, 161
HSL40, 39, 74
CMYK0, 8, 25, 16
Slate

RolesBorder, Divider

Slate introduces a cool structural gray that keeps edges crisp without drawing attention away from the main colors.

HEX#A7B0B6
RGB167, 176, 182
HSL204, 9, 68
CMYK8, 3, 0, 29

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#F4F1EA
RGB244, 241, 234
HSL42, 31, 94
CMYK0, 1, 4, 4
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#171717
RGB23, 23, 23
HSL0, 0, 9
CMYK0, 0, 0, 91

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: #0B1F3A;
  --color-antique-gold: #B08D57;
  --color-sage: #8FA39A;
  --color-sand: #D6C4A1;
  --color-slate: #A7B0B6;
  --color-white: #FFFFFF;
  --color-ivory: #F4F1EA;
  --color-charcoal: #171717;
}

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: #0B1F3A;
  --role-link: #0B1F3A;
  --role-btn-primary-bg: #0B1F3A;
  --role-headline: #0B1F3A;
  --role-btn-secondary-bg: #B08D57;
  --role-btn-outlined-border: #B08D57;
  --role-btn-outlined-text: #8FA39A;
  --role-icon: #D6C4A1;
  --role-outline: #D6C4A1;
  --role-border: #A7B0B6;
  --role-divider: #A7B0B6;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #171717;
  --role-text: #171717;
  --role-btn-secondary-text: #171717;
}

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": "#0B1F3A",
    "antique-gold": "#B08D57",
    "sage": "#8FA39A",
    "sand": "#D6C4A1",
    "slate": "#A7B0B6",
    "white": "#FFFFFF",
    "ivory": "#F4F1EA",
    "charcoal": "#171717"
}
Press Space to load new palette