Cocoa#6b5e53
Burgundy#7a4e57
Ivory#f9f6f2
Taupe#a8998e
Warm Gray#bfb6ad
Palette direction

Cocoa Ivory Luxury Color Palette

This luxury-style minimal palette uses rich Cocoa and warm Ivory tones for a sophisticated and clean brand presence enhanced with muted Burgundy and soft Taupe accents, supported by balanced neutrals for strong contrast and readability.

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

Cocoa Ivory Luxury Color Palette

This luxury-style minimal palette uses rich Cocoa and warm Ivory tones for a sophisticated and clean brand presence enhanced with muted Burgundy and soft Taupe accents, supported by balanced neutrals for strong contrast and 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 Charcoal #2C2A28on Ivory #F9F6F213.3:1 Excellent
Logo White #FFFFFFon Burgundy #7A4E576.9:1 Strong
Logo Charcoal #2C2A28on Warm Gray #BFB6AD7.2:1 Excellent
Logo Charcoal #2C2A28on Taupe #A8998E5.2:1 Strong
Icon color
BackgroundCocoa#6b5e53TextWhite#ffffff
Primary Button6.27:1
AA

Best for the main action users should notice first.

BackgroundBurgundy#7a4e57TextWhite#ffffff
Secondary Button6.87:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#ffffffTextCocoa#6b5e53
Outlined Button6.27:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#ffffffTextCocoa#6b5e53
Text Button6.27:1
AA

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

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

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

A usable
color system.

The main colors Cocoa, Burgundy, and Ivory create an elegant and warm analogous harmony that evokes luxury through sophisticated warm tones and pleasant tonal transitions.

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.Cocoa #6b5e53
HeadlineUsed for main titles and key messages.Burgundy #7a4e57
LinkUsed for links and interactive text.Cocoa #6b5e53

Buttons

Primary Button
BackgroundCocoa #6b5e53
TextWhite #ffffff
Secondary Button
BackgroundBurgundy #7a4e57
TextWhite #ffffff
Outlined Button
BackgroundCocoa #6b5e53
TextCocoa #6b5e53

Interface

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

Palette Colors

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

Main (Brand) Colors

The main colors Cocoa, Burgundy, and Ivory create an elegant and warm analogous harmony that evokes luxury through sophisticated warm tones and pleasant tonal transitions.

PrimaryCocoa

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

Cocoa grounds the palette with a rich and deep brown that conveys stability and luxury, providing a strong recognizable base for brand identity.

HEX#6b5e53
RGB107, 94, 83
HSL28, 13, 37
CMYK0, 12, 22, 58
SecondaryBurgundy

RolesHeadline, Btn Secondary Bg

Burgundy adds an understated elegance with its warm wine tone, enhancing the luxurious feel while complementing Cocoa warmly.

HEX#7a4e57
RGB122, 78, 87
HSL348, 22, 39
CMYK0, 36, 29, 52
TertiaryIvory

Ivory introduces warmth and softness to the palette, balancing the darker main colors with a pristine and inviting lightness.

HEX#f9f6f2
RGB249, 246, 242
HSL34, 37, 96
CMYK0, 1, 3, 2

Support Colors

The support colors Taupe and Warm Gray extend the main palette by providing subtle muted accents that maintain luxury tones without overpowering the main colors, ensuring quiet refinement and balance.

Taupe

RolesIcon, Border, Divider, Outline

Taupe supports the palette by adding a gentle muted brownish-gray that harmonizes with Cocoa and Burgundy, enhancing usability elements with understated elegance.

HEX#a8998e
RGB168, 153, 142
HSL25, 13, 61
CMYK0, 9, 15, 34
Warm Gray

Warm Gray offers a soft neutral accent that complements Ivory and the main warm hues, lending a versatile and quiet sophistication to secondary textual elements.

HEX#bfb6ad
RGB191, 182, 173
HSL30, 12, 71
CMYK0, 5, 9, 25

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#f9f6f2
RGB249, 246, 242
HSL34, 37, 96
CMYK0, 1, 3, 2
Charcoal

RolesBg Dark, Text

HEX#2c2a28
RGB44, 42, 40
HSL30, 5, 16
CMYK0, 5, 9, 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-cocoa: #6b5e53;
  --color-burgundy: #7a4e57;
  --color-ivory: #f9f6f2;
  --color-taupe: #a8998e;
  --color-warm-gray: #bfb6ad;
  --color-white: #ffffff;
  --color-charcoal: #2c2a28;
}

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: #6b5e53;
  --role-link: #6b5e53;
  --role-btn-primary-bg: #6b5e53;
  --role-btn-outlined-border: #6b5e53;
  --role-btn-outlined-text: #6b5e53;
  --role-headline: #7a4e57;
  --role-btn-secondary-bg: #7a4e57;
  --role-icon: #a8998e;
  --role-border: #a8998e;
  --role-divider: #a8998e;
  --role-outline: #a8998e;
  --role-bg-light: #ffffff;
  --role-btn-primary-text: #ffffff;
  --role-btn-secondary-text: #ffffff;
  --role-bg-dark: #2c2a28;
  --role-text: #2c2a28;
}

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.
{
    "cocoa": "#6b5e53",
    "burgundy": "#7a4e57",
    "ivory": "#f9f6f2",
    "taupe": "#a8998e",
    "warm-gray": "#bfb6ad",
    "white": "#ffffff",
    "charcoal": "#2c2a28"
}
Press Space to load new palette