Deep Burgundy#6A2F47
Muted Teal#4C8D88
Warm Earthy Brown#7E5A3B
Soft Wine#BC8C8F
Muted Olive#A3AF6E
Palette direction

Earthy Burgundy Teal Color Palette

This palette combines warm earthy browns with muted burgundy and teal accents, reflecting the image's autumnal and cozy elegance. The neutrals balance these tones with soft warm beige and deep charcoal, creating a harmonious and approachable color system suitable for fashion or lifestyle brands.

Split ComplementaryFashion Beautyearthyburgundytealwarm
palette-preview.example
Fashion Beauty color direction

Earthy Burgundy Teal Color Palette

This palette combines warm earthy browns with muted burgundy and teal accents, reflecting the image's autumnal and cozy elegance. The neutrals balance these tones with soft warm beige and deep charcoal, creating a harmonious and approachable color system suitable for fashion or lifestyle brands.

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 Deep Burgundy #6A2F4710.0:1 Excellent
Logo Pure White #FFFFFFon Warm Earthy Brown #7E5A3B6.2:1 Strong
Logo Charcoal #342E2Eon Pure White #FFFFFF13.3:1 Excellent
Logo Charcoal #342E2Eon Soft Ivory #F2E9E411.1:1 Excellent
Icon color
BackgroundDeep Burgundy#6A2F47TextPure White#FFFFFF
Primary Button9.95:1
AAA

Best for the main action users should notice first.

BackgroundMuted Teal#4C8D88TextPure White#FFFFFF
Secondary Button3.84:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextMuted Teal#4C8D88
Outlined Button3.84:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextDeep Burgundy#6A2F47
Text Button9.95:1
AAA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Earthy Burgundy Teal Color Palette Color role balance
Split 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.

CEarthy Burgundy Teal Color PaletteFashion Beauty 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.Deep Burgundy #6A2F47
HeadlineUsed for main titles and key messages.Warm Earthy Brown #7E5A3B
LinkUsed for links and interactive text.Deep Burgundy #6A2F47

Buttons

Primary Button
BackgroundDeep Burgundy #6A2F47
TextPure White #FFFFFF
Secondary Button
BackgroundMuted Teal #4C8D88
TextPure White #FFFFFF
Outlined Button
BackgroundMuted Teal #4C8D88
TextMuted Teal #4C8D88

Interface

TextDefault readable body text.Charcoal #342E2E
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Soft Ivory #F2E9E4
IconSmall interface icons and marks.Soft Wine #BC8C8F
BorderCards, inputs, and component borders.Soft Wine #BC8C8F
DividerSubtle separators between content.Soft Wine #BC8C8F
OutlineFocus rings and emphasis outlines.Soft Wine #BC8C8F

Palette Colors

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

Main (Brand) Colors

Three main colors—deep burgundy, muted teal, and warm earthy brown—work together as a triadic palette that offers vibrant but grounded color relationships.

PrimaryDeep Burgundy

RolesLogo, Link, Btn Primary Bg

Deep Burgundy adds richness and a sense of luxury, providing boldness and warmth to the brand identity.

HEX#6A2F47
RGB106, 47, 71
HSL336, 39, 30
CMYK0, 56, 33, 58
SecondaryMuted Teal

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Muted Teal introduces calmness and balance, contrasting the warmth of burgundy while maintaining sophistication.

HEX#4C8D88
RGB76, 141, 136
HSL175, 30, 43
CMYK46, 0, 4, 45
TertiaryWarm Earthy Brown

RolesHeadline

Warm Earthy Brown grounds the palette with organic stability and approachability, tying natural elements into the system.

HEX#7E5A3B
RGB126, 90, 59
HSL28, 36, 36
CMYK0, 29, 53, 51

Support Colors

The support colors extend the palette with softer, lower saturation hues of wine red and olive green to gently complement and balance the main colors without competing visually.

Soft Wine

RolesIcon, Border, Divider, Outline

Soft Wine complements Deep Burgundy by offering a lighter, muted tone suitable for details and accents.

HEX#BC8C8F
RGB188, 140, 143
HSL356, 26, 64
CMYK0, 26, 24, 26
Muted Olive

Muted Olive balances the palette with an earthy green that harmonizes well alongside Warm Earthy Brown and Muted Teal.

HEX#A3AF6E
RGB163, 175, 110
HSL71, 29, 56
CMYK7, 0, 37, 31

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Ivory

RolesBg Dark

HEX#F2E9E4
RGB242, 233, 228
HSL21, 35, 92
CMYK0, 4, 6, 5
Charcoal

RolesText

HEX#342E2E
RGB52, 46, 46
HSL0, 6, 19
CMYK0, 12, 12, 80

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-deep-burgundy: #6A2F47;
  --color-muted-teal: #4C8D88;
  --color-warm-earthy-brown: #7E5A3B;
  --color-soft-wine: #BC8C8F;
  --color-muted-olive: #A3AF6E;
  --color-pure-white: #FFFFFF;
  --color-soft-ivory: #F2E9E4;
  --color-charcoal: #342E2E;
}

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: #6A2F47;
  --role-link: #6A2F47;
  --role-btn-primary-bg: #6A2F47;
  --role-btn-secondary-bg: #4C8D88;
  --role-btn-outlined-border: #4C8D88;
  --role-btn-outlined-text: #4C8D88;
  --role-headline: #7E5A3B;
  --role-icon: #BC8C8F;
  --role-border: #BC8C8F;
  --role-divider: #BC8C8F;
  --role-outline: #BC8C8F;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F2E9E4;
  --role-text: #342E2E;
}

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.
{
    "deep-burgundy": "#6A2F47",
    "muted-teal": "#4C8D88",
    "warm-earthy-brown": "#7E5A3B",
    "soft-wine": "#BC8C8F",
    "muted-olive": "#A3AF6E",
    "pure-white": "#FFFFFF",
    "soft-ivory": "#F2E9E4",
    "charcoal": "#342E2E"
}
Press Space to load new palette