Navy#16283D
Gold#C8A24A
Plum#7A5C6E
Mist#A7B0B7
Taupe#8D8478
Palette direction

Luxurious Minimalistic Luxury Color Palette

This palette pairs deep Navy and refined Gold with a restrained Plum accent to create a luxurious system that feels calm, premium, and understated. The white, ivory, and charcoal neutrals keep the interface minimal while preserving strong hierarchy and crisp readability.

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

Luxurious Minimalistic Luxury Color Palette

This palette pairs deep Navy and refined Gold with a restrained Plum accent to create a luxurious system that feels calm, premium, and understated. The white, ivory, and charcoal neutrals keep the interface minimal while preserving strong hierarchy and crisp readability.

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 #16283D14.9:1 Excellent
Logo Charcoal #1A1A1Aon Gold #C8A24A7.2:1 Excellent
Logo White #FFFFFFon Plum #7A5C6E5.9:1 Strong
Logo Charcoal #1A1A1Aon White #FFFFFF17.4:1 Excellent
Icon color
BackgroundNavy#16283DTextWhite#FFFFFF
Primary Button14.95:1
AAA

Best for the main action users should notice first.

BackgroundPlum#7A5C6ETextWhite#FFFFFF
Secondary Button5.86:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextGold#C8A24A
Outlined Button2.41:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextGold#C8A24A
Text Button2.41:1
Low

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

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

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

A usable
color system.

Deep Navy and warm Gold establish a polished luxury foundation, while muted Plum adds a subtle editorial note that keeps the system distinctive without feeling ornate. Together they create a restrained high-end palette with clear visual hierarchy and a minimal, memorable character.

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 #16283D
HeadlineUsed for main titles and key messages.Navy #16283D
LinkUsed for links and interactive text.Gold #C8A24A

Buttons

Primary Button
BackgroundNavy #16283D
TextWhite #FFFFFF
Secondary Button
BackgroundPlum #7A5C6E
TextWhite #FFFFFF
Outlined Button
BackgroundGold #C8A24A
TextGold #C8A24A

Interface

TextDefault readable body text.Charcoal #1A1A1A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1A1A1A
IconSmall interface icons and marks.Mist #A7B0B7
BorderCards, inputs, and component borders.Taupe #8D8478
DividerSubtle separators between content.Mist #A7B0B7
OutlineFocus rings and emphasis outlines.Taupe #8D8478

Palette Colors

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

Main (Brand) Colors

Deep Navy and warm Gold establish a polished luxury foundation, while muted Plum adds a subtle editorial note that keeps the system distinctive without feeling ornate. Together they create a restrained high-end palette with clear visual hierarchy and a minimal, memorable character.

PrimaryNavy

RolesLogo, Btn Primary Bg, Headline

Navy gives the brand a composed, expensive feel and anchors the identity with quiet authority.

HEX#16283D
RGB22, 40, 61
HSL212, 47, 16
CMYK64, 34, 0, 76
SecondaryGold

RolesLink, Btn Outlined Border, Btn Outlined Text

Gold adds a warm metallic note that signals quality and provides a clear premium accent for interactive elements.

HEX#C8A24A
RGB200, 162, 74
HSL42, 53, 54
CMYK0, 19, 63, 22
TertiaryPlum

RolesBtn Secondary Bg

Plum introduces a subdued secondary emphasis that feels elegant and helps diversify the palette without breaking its restraint.

HEX#7A5C6E
RGB122, 92, 110
HSL324, 14, 42
CMYK0, 25, 10, 52

Support Colors

The support colors extend the palette with soft, tonal accents that keep the system serene and usable rather than decorative. They add depth and subtle structure while staying visually subordinate to the main colors.

Mist

RolesIcon, Divider

Mist adds a cool, muted balancing tone that supports structure without competing with the main hues.

HEX#A7B0B7
RGB167, 176, 183
HSL206, 10, 69
CMYK9, 4, 0, 28
Taupe

RolesBorder, Outline

Taupe brings a warm neutral edge that softens surfaces and keeps lines elegant in minimalist layouts.

HEX#8D8478
RGB141, 132, 120
HSL34, 8, 51
CMYK0, 6, 15, 45

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F3F0EA
RGB243, 240, 234
HSL40, 27, 94
CMYK0, 1, 4, 5
Charcoal

RolesBg Dark, Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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: #16283D;
  --color-gold: #C8A24A;
  --color-plum: #7A5C6E;
  --color-mist: #A7B0B7;
  --color-taupe: #8D8478;
  --color-white: #FFFFFF;
  --color-ivory: #F3F0EA;
  --color-charcoal: #1A1A1A;
}

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: #16283D;
  --role-btn-primary-bg: #16283D;
  --role-headline: #16283D;
  --role-link: #C8A24A;
  --role-btn-outlined-border: #C8A24A;
  --role-btn-outlined-text: #C8A24A;
  --role-btn-secondary-bg: #7A5C6E;
  --role-icon: #A7B0B7;
  --role-divider: #A7B0B7;
  --role-border: #8D8478;
  --role-outline: #8D8478;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #1A1A1A;
  --role-text: #1A1A1A;
}

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": "#16283D",
    "gold": "#C8A24A",
    "plum": "#7A5C6E",
    "mist": "#A7B0B7",
    "taupe": "#8D8478",
    "white": "#FFFFFF",
    "ivory": "#F3F0EA",
    "charcoal": "#1A1A1A"
}
Press Space to load new palette