Obsidian#161113
Antique Gold#B89A5A
Dusty Plum#6E4B57
Taupe#8E857B
Sand#C9C2B8
Palette direction

Luxurious Minimalistic Luxury Color Palette

This palette pairs a deep obsidian base with a refined gold and a restrained plum accent to create a minimal system that still feels premium. The neutrals stay crisp and architectural, so the brand reads as luxurious without losing clarity or restraint.

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

Luxurious Minimalistic Luxury Color Palette

This palette pairs a deep obsidian base with a refined gold and a restrained plum accent to create a minimal system that still feels premium. The neutrals stay crisp and architectural, so the brand reads as luxurious without losing clarity or restraint.

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 Obsidian #16111318.7:1 Excellent
Logo Charcoal #101010on Antique Gold #B89A5A7.1:1 Excellent
Logo Charcoal #101010on White #FFFFFF19.0:1 Excellent
Logo Charcoal #101010on Sand #C9C2B810.8:1 Excellent
Icon color
BackgroundObsidian#161113TextWhite#FFFFFF
Primary Button18.69:1
AAA

Best for the main action users should notice first.

BackgroundDusty Plum#6E4B57TextWhite#FFFFFF
Secondary Button7.48:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextAntique Gold#B89A5A
Outlined Button2.69:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextAntique Gold#B89A5A
Text Button2.69:1
Low

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

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

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

A usable
color system.

The main colors combine a near-black anchor, a warm metallic highlight, and a muted wine accent to build a luxury system that feels spare but distinctive. Their contrast creates a polished hierarchy that stays elegant rather than ornate.

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.Obsidian #161113
HeadlineUsed for main titles and key messages.Obsidian #161113
LinkUsed for links and interactive text.Antique Gold #B89A5A

Buttons

Primary Button
BackgroundObsidian #161113
TextWhite #FFFFFF
Secondary Button
BackgroundDusty Plum #6E4B57
TextWhite #FFFFFF
Outlined Button
BackgroundAntique Gold #B89A5A
TextAntique Gold #B89A5A

Interface

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

Palette Colors

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

Main (Brand) Colors

The main colors combine a near-black anchor, a warm metallic highlight, and a muted wine accent to build a luxury system that feels spare but distinctive. Their contrast creates a polished hierarchy that stays elegant rather than ornate.

PrimaryObsidian

RolesLogo, Btn Primary Bg, Headline

Obsidian gives the brand a grounded, couture-level presence that keeps the palette feeling sleek and exclusive.

HEX#161113
RGB22, 17, 19
HSL336, 13, 8
CMYK0, 23, 14, 91
SecondaryAntique Gold

RolesLink, Btn Outlined Border, Btn Outlined Text

Antique Gold adds a quiet metallic note that signals refinement and creates elegant interaction states without shouting.

HEX#B89A5A
RGB184, 154, 90
HSL41, 40, 54
CMYK0, 16, 51, 28
TertiaryDusty Plum

RolesBtn Secondary Bg

Dusty Plum introduces a restrained warm accent that adds depth and a softer sense of luxury.

HEX#6E4B57
RGB110, 75, 87
HSL339, 19, 36
CMYK0, 32, 21, 57

Support Colors

The support colors extend the palette with subdued warmth and cool balance, so the system feels complete without competing with the core luxury tones. They are intentionally softer than the main colors and work best as subtle UI accents.

Taupe

RolesIcon, Border

Taupe adds a soft structural layer that supports the main tones while keeping the interface calm and understated.

HEX#8E857B
RGB142, 133, 123
HSL32, 8, 52
CMYK0, 6, 13, 44
Sand

RolesDivider, Outline

Sand provides a light, warm separator that maintains the minimal feel and gently bridges dark and light surfaces.

HEX#C9C2B8
RGB201, 194, 184
HSL35, 14, 75
CMYK0, 3, 8, 21

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#F4F1EB
RGB244, 241, 235
HSL40, 29, 94
CMYK0, 1, 4, 4
Charcoal

RolesBg Dark, Text

HEX#101010
RGB16, 16, 16
HSL0, 0, 6
CMYK0, 0, 0, 94

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-obsidian: #161113;
  --color-antique-gold: #B89A5A;
  --color-dusty-plum: #6E4B57;
  --color-taupe: #8E857B;
  --color-sand: #C9C2B8;
  --color-white: #FFFFFF;
  --color-ivory: #F4F1EB;
  --color-charcoal: #101010;
}

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: #161113;
  --role-btn-primary-bg: #161113;
  --role-headline: #161113;
  --role-link: #B89A5A;
  --role-btn-outlined-border: #B89A5A;
  --role-btn-outlined-text: #B89A5A;
  --role-btn-secondary-bg: #6E4B57;
  --role-icon: #8E857B;
  --role-border: #8E857B;
  --role-divider: #C9C2B8;
  --role-outline: #C9C2B8;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #101010;
  --role-text: #101010;
}

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.
{
    "obsidian": "#161113",
    "antique-gold": "#B89A5A",
    "dusty-plum": "#6E4B57",
    "taupe": "#8E857B",
    "sand": "#C9C2B8",
    "white": "#FFFFFF",
    "ivory": "#F4F1EB",
    "charcoal": "#101010"
}
Press Space to load new palette