Black#000000
Ivory#D2C9BA
Warm Gold#B88A2E
Taupe#A39685
Palette direction

Ivory Black Gold Color Palette

This elegant palette blends classic black and soft ivory with a warm gold accent, evoking luxurious sophistication suitable for a premium airport lounge brand.

MonochromaticLuxury And Lifestyleluxuryeleganceairport loungeclassic
palette-preview.example
Luxury And Lifestyle color direction

Ivory Black Gold Color Palette

This elegant palette blends classic black and soft ivory with a warm gold accent, evoking luxurious sophistication suitable for a premium airport lounge 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 Black #00000021.0:1 Excellent
Logo Black #000000on Ivory #D2C9BA12.8:1 Excellent
Logo Black #000000on Warm Gold #B88A2E6.7:1 Strong
Logo Black #000000on White #FFFFFF21.0:1 Excellent
Icon color
BackgroundBlack#000000TextWhite#FFFFFF
Primary Button21.00:1
AAA

Best for the main action users should notice first.

BackgroundWarm Gold#B88A2ETextCharcoal#2B2B2B
Secondary Button4.53:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextWarm Gold#B88A2E
Outlined Button3.13:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBlack#000000
Text Button21.00:1
AAA

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

Palette composition7 colorsMonochromatic color relationship
9:41Ivory Black Gold 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.

CIvory Black Gold Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview

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.Black #000000
HeadlineUsed for main titles and key messages.Ivory #D2C9BA
LinkUsed for links and interactive text.Black #000000

Buttons

Primary Button
BackgroundBlack #000000
TextWhite #FFFFFF
Secondary Button
BackgroundWarm Gold #B88A2E
TextCharcoal #2B2B2B
Outlined Button
BackgroundWarm Gold #B88A2E
TextWarm Gold #B88A2E

Interface

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

Palette Colors

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

Main (Brand) Colors

The main colors form an analogous palette of warm neutrals and black, creating a recognizable and refined system perfect for luxury branding.

PrimaryBlack

RolesLogo, Link, Btn Primary Bg

Black provides a strong base of timeless sophistication and authority, ideal for a luxury brand's logo and primary interactive elements.

HEX#000000
RGB0, 0, 0
HSL0, 0, 0
CMYK0, 0, 0, 100
SecondaryIvory

RolesHeadline

Ivory offers a soft, warm complement that balances black with a sense of calm, refinement, and approachability.

HEX#D2C9BA
RGB210, 201, 186
HSL38, 21, 78
CMYK0, 4, 11, 18
TertiaryWarm Gold

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Warm Gold injects luxury and exclusivity, extending the palette with an inviting richness for secondary buttons and outlines.

HEX#B88A2E
RGB184, 138, 46
HSL40, 60, 45
CMYK0, 25, 75, 28

Support Colors

Support colors extend the palette with muted and balanced earthy tones that reinforce the luxury feel without competing for attention.

Taupe

RolesIcon, Border, Divider, Outline

Taupe complements Black and Ivory with a neutral warmth that subtly anchors icons, borders, and dividers, maintaining understated elegance.

HEX#A39685
RGB163, 150, 133
HSL34, 14, 58
CMYK0, 8, 18, 36

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 White

RolesBg Dark

HEX#F8F5F1
RGB248, 245, 241
HSL34, 33, 96
CMYK0, 1, 3, 3
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-black: #000000;
  --color-ivory: #D2C9BA;
  --color-warm-gold: #B88A2E;
  --color-taupe: #A39685;
  --color-white: #FFFFFF;
  --color-ivory-white: #F8F5F1;
  --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: #000000;
  --role-link: #000000;
  --role-btn-primary-bg: #000000;
  --role-headline: #D2C9BA;
  --role-btn-secondary-bg: #B88A2E;
  --role-btn-outlined-border: #B88A2E;
  --role-btn-outlined-text: #B88A2E;
  --role-icon: #A39685;
  --role-border: #A39685;
  --role-divider: #A39685;
  --role-outline: #A39685;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F8F5F1;
  --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.
{
    "black": "#000000",
    "ivory": "#D2C9BA",
    "warm-gold": "#B88A2E",
    "taupe": "#A39685",
    "white": "#FFFFFF",
    "ivory-white": "#F8F5F1",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette