Deep Purple#4B367C
Muted Gold#D4B84A
Slate Lavender#8A769C
Palette direction

Deep Purple Yellow Color Palette

This color palette combines dark-toned complementary main colors purple and yellow to create a calm, premium look, balanced with subtle support colors and a set of neutrals for clarity and contrast across digital interfaces and brand identity.

ComplementaryLuxury And Lifestylepurpleyellowcomplementarycalm
palette-preview.example
Luxury And Lifestyle color direction

Deep Purple Yellow Color Palette

This color palette combines dark-toned complementary main colors purple and yellow to create a calm, premium look, balanced with subtle support colors and a set of neutrals for clarity and contrast across digital interfaces and brand identity.

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 Ivory White #F4F1EDon Deep Purple #4B367C8.8:1 Excellent
Logo Charcoal Black #1E1B23on Muted Gold #D4B84A8.7:1 Excellent
Logo Charcoal Black #1E1B23on Ivory White #F4F1ED15.1:1 Excellent
Logo Charcoal Black #1E1B23on Warm Gray #E2DED912.7:1 Excellent
Icon color
BackgroundDeep Purple#4B367CTextIvory White#F4F1ED
Primary Button8.81:1
AAA

Best for the main action users should notice first.

BackgroundMuted Gold#D4B84ATextCharcoal Black#1E1B23
Secondary Button8.70:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory White#F4F1EDTextMuted Gold#D4B84A
Outlined Button1.73:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundIvory White#F4F1EDTextMuted Gold#D4B84A
Text Button1.73:1
Low

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

Palette composition6 colorsComplementary color relationship
9:41Deep Purple Yellow Color Palette Color role balance
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.

CDeep Purple Yellow Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The deep purple and muted golden yellow form a striking complementary set that balances calming richness with subtle vibrance, defining the brand's premium tone.

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.Deep Purple #4B367C
HeadlineUsed for main titles and key messages.Deep Purple #4B367C
LinkUsed for links and interactive text.Muted Gold #D4B84A

Buttons

Primary Button
BackgroundDeep Purple #4B367C
TextIvory White #F4F1ED
Secondary Button
BackgroundMuted Gold #D4B84A
TextCharcoal Black #1E1B23
Outlined Button
BackgroundDeep Purple #4B367C
TextMuted Gold #D4B84A

Interface

TextDefault readable body text.Charcoal Black #1E1B23
Bg LightLight page or section background.Ivory White #F4F1ED
Bg DarkDark page or section background.Charcoal Black #1E1B23
IconSmall interface icons and marks.Slate Lavender #8A769C
BorderCards, inputs, and component borders.Slate Lavender #8A769C
DividerSubtle separators between content.Slate Lavender #8A769C
OutlineFocus rings and emphasis outlines.Warm Gray #E2DED9

Palette Colors

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

Main (Brand) Colors

The deep purple and muted golden yellow form a striking complementary set that balances calming richness with subtle vibrance, defining the brand's premium tone.

PrimaryDeep Purple

RolesLogo, Btn Primary Bg, Btn Outlined Border, Headline

Deep Purple delivers a regal and calming presence, anchoring the brand with a premium and sophisticated feel.

HEX#4B367C
RGB75, 54, 124
HSL258, 39, 35
CMYK40, 56, 0, 51
SecondaryMuted Gold

RolesLink, Btn Secondary Bg, Btn Outlined Text

Muted Gold adds a soft yet rich accent that complements purple with warmth, enhancing the palette’s elegance and approachability.

HEX#D4B84A
RGB212, 184, 74
HSL48, 62, 56
CMYK0, 13, 65, 17

Support Colors

The support colors extend the palette with carefully chosen subdued hues that harmonize with the main complementary set without competition, maintaining visual hierarchy and subtlety.

Slate Lavender

RolesIcon, Border, Divider

Slate Lavender is a gentle, subdued purple tone that provides nuanced accents and balances the bolder main colors gracefully.

HEX#8A769C
RGB138, 118, 156
HSL272, 16, 54
CMYK12, 24, 0, 39

Neutral Colors

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

Charcoal Black

RolesBg Dark, Text, Btn Secondary Text

HEX#1E1B23
RGB30, 27, 35
HSL263, 13, 12
CMYK14, 23, 0, 86
Ivory White

RolesBg Light, Btn Primary Text

HEX#F4F1ED
RGB244, 241, 237
HSL34, 24, 94
CMYK0, 1, 3, 4
Warm Gray

RolesOutline

HEX#E2DED9
RGB226, 222, 217
HSL33, 13, 87
CMYK0, 2, 4, 11

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-purple: #4B367C;
  --color-muted-gold: #D4B84A;
  --color-slate-lavender: #8A769C;
  --color-charcoal-black: #1E1B23;
  --color-ivory-white: #F4F1ED;
  --color-warm-gray: #E2DED9;
}

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: #4B367C;
  --role-btn-primary-bg: #4B367C;
  --role-btn-outlined-border: #4B367C;
  --role-headline: #4B367C;
  --role-link: #D4B84A;
  --role-btn-secondary-bg: #D4B84A;
  --role-btn-outlined-text: #D4B84A;
  --role-icon: #8A769C;
  --role-border: #8A769C;
  --role-divider: #8A769C;
  --role-bg-dark: #1E1B23;
  --role-text: #1E1B23;
  --role-btn-secondary-text: #1E1B23;
  --role-bg-light: #F4F1ED;
  --role-btn-primary-text: #F4F1ED;
  --role-outline: #E2DED9;
}

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-purple": "#4B367C",
    "muted-gold": "#D4B84A",
    "slate-lavender": "#8A769C",
    "charcoal-black": "#1E1B23",
    "ivory-white": "#F4F1ED",
    "warm-gray": "#E2DED9"
}
Press Space to load new palette