Charcoal#1C1C1C
Rich Gold#C6A664
Dark Walnut#4A3C31
Soft Ivory#EEE6D8
Palette direction

Deep Gold Luxury Color Palette

This palette mirrors the luxurious and sophisticated mood of the provided image using deep blacks and rich gold that conveys elegant warmth and exclusivity without the dark oxblood accent.

MonochromaticFashion Beautyluxurygoldblackfashion
palette-preview.example
Fashion Beauty color direction

Deep Gold Luxury Color Palette

This palette mirrors the luxurious and sophisticated mood of the provided image using deep blacks and rich gold that conveys elegant warmth and exclusivity without the dark oxblood accent.

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 Pure White #FFFFFFon Charcoal #1C1C1C17.0:1 Excellent
Logo Rich Black #121212on Rich Gold #C6A6648.1:1 Excellent
Logo Rich Black #121212on Pure White #FFFFFF18.7:1 Excellent
Logo Rich Black #121212on Soft Ivory #EEE6D815.1:1 Excellent
Icon color
BackgroundCharcoal#1C1C1CTextPure White#FFFFFF
Primary Button17.04:1
AAA

Best for the main action users should notice first.

BackgroundRich Gold#C6A664TextRich Black#121212
Secondary Button8.06:1
AAA

Useful for softer choices and secondary paths.

BackgroundSoft Ivory#EEE6D8TextRich Gold#C6A664
Outlined Button1.87:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundSoft Ivory#EEE6D8TextRich Gold#C6A664
Text Button1.87:1
Low

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

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

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

A usable
color system.

The main colors feature a deep Charcoal black paired with an opulent Rich Gold, crafting a classic and recognizable luxury contrast that evokes exclusivity and timeless sophistication.

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.Charcoal #1C1C1C
HeadlineUsed for main titles and key messages.Charcoal #1C1C1C
LinkUsed for links and interactive text.Rich Gold #C6A664

Buttons

Primary Button
BackgroundCharcoal #1C1C1C
TextPure White #FFFFFF
Secondary Button
BackgroundRich Gold #C6A664
TextRich Black #121212
Outlined Button
BackgroundRich Gold #C6A664
TextRich Gold #C6A664

Interface

TextDefault readable body text.Rich Black #121212
Bg LightLight page or section background.Soft Ivory #EEE6D8
Bg DarkDark page or section background.Rich Black #121212
IconSmall interface icons and marks.Dark Walnut #4A3C31
BorderCards, inputs, and component borders.Dark Walnut #4A3C31
DividerSubtle separators between content.Dark Walnut #4A3C31
OutlineFocus rings and emphasis outlines.Dark Walnut #4A3C31

Palette Colors

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

Main (Brand) Colors

The main colors feature a deep Charcoal black paired with an opulent Rich Gold, crafting a classic and recognizable luxury contrast that evokes exclusivity and timeless sophistication.

PrimaryCharcoal

RolesLogo, Btn Primary Bg, Headline

Charcoal provides a deep, almost matte black that grounds the palette with sophistication and solidity.

HEX#1C1C1C
RGB28, 28, 28
HSL0, 0, 11
CMYK0, 0, 0, 89
SecondaryRich Gold

RolesLink, Btn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Rich Gold offers a luminous, warm metallic tone that conveys luxury, quality, and exclusivity.

HEX#C6A664
RGB198, 166, 100
HSL40, 46, 58
CMYK0, 16, 49, 22

Support Colors

Supporting colors extend the main palette with muted dark brown and soft cream to add visual balance and warmth while maintaining the luxurious tone without introducing competing hues.

Dark Walnut

RolesIcon, Border, Divider, Outline

Dark Walnut complements the Charcoal by adding a soft, warm wood-like tone that enhances the palette's richness without overpowering it.

HEX#4A3C31
RGB74, 60, 49
HSL26, 20, 24
CMYK0, 19, 34, 71
Soft Ivory

RolesBg Light

Soft Ivory provides a gentle near-white background that improves readability and offsets the dark tones with subtle warmth.

HEX#EEE6D8
RGB238, 230, 216
HSL38, 39, 89
CMYK0, 3, 9, 7

Neutral Colors

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

Pure White

RolesBtn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Near White
HEX#F6F2ED
RGB246, 242, 237
HSL33, 33, 95
CMYK0, 2, 4, 4
Rich Black

RolesBg Dark, Text, Btn Secondary Text

HEX#121212
RGB18, 18, 18
HSL0, 0, 7
CMYK0, 0, 0, 93

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-charcoal: #1C1C1C;
  --color-rich-gold: #C6A664;
  --color-dark-walnut: #4A3C31;
  --color-soft-ivory: #EEE6D8;
  --color-pure-white: #FFFFFF;
  --color-near-white: #F6F2ED;
  --color-rich-black: #121212;
}

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: #1C1C1C;
  --role-btn-primary-bg: #1C1C1C;
  --role-headline: #1C1C1C;
  --role-link: #C6A664;
  --role-btn-secondary-bg: #C6A664;
  --role-btn-outlined-border: #C6A664;
  --role-btn-outlined-text: #C6A664;
  --role-icon: #4A3C31;
  --role-border: #4A3C31;
  --role-divider: #4A3C31;
  --role-outline: #4A3C31;
  --role-bg-light: #EEE6D8;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #121212;
  --role-text: #121212;
  --role-btn-secondary-text: #121212;
}

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.
{
    "charcoal": "#1C1C1C",
    "rich-gold": "#C6A664",
    "dark-walnut": "#4A3C31",
    "soft-ivory": "#EEE6D8",
    "pure-white": "#FFFFFF",
    "near-white": "#F6F2ED",
    "rich-black": "#121212"
}
Press Space to load new palette