Royal Purple#5D3A8B
Golden Yellow#FFD166
Muted Indigo#4A5584
Warm Amber#C9A34A
Palette direction

Royal Purple Golden Color Palette

This distinctive palette combines a rich royal purple and a luminous golden yellow as main colors, embodying creativity, mysticism, and youthful energy. The supporting colors extend the palette with balanced, muted blues and warm ambers, complemented by sophisticated neutral tones that ensure strong contrast and premium elegance across various brand touchpoints.

CustomCreativepurplegolden yellowroyal purplecreative
palette-preview.example
Creative color direction

Royal Purple Golden Color Palette

This distinctive palette combines a rich royal purple and a luminous golden yellow as main colors, embodying creativity, mysticism, and youthful energy. The supporting colors extend the palette with balanced, muted blues and warm ambers, complemented by sophisticated neutral tones that ensure strong contrast and premium elegance across various brand touchpoints.

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 #2E2E2Eon Golden Yellow #FFD1669.4:1 Excellent
Logo White #FFFFFFon Royal Purple #5D3A8B8.6:1 Excellent
Logo Charcoal #2E2E2Eon White #FFFFFF13.6:1 Excellent
Logo Charcoal #2E2E2Eon Warm Amber #C9A34A5.7:1 Strong
Icon color
BackgroundRoyal Purple#5D3A8BTextWhite#FFFFFF
Primary Button8.59:1
AAA

Best for the main action users should notice first.

BackgroundGolden Yellow#FFD166TextCharcoal#2E2E2E
Secondary Button9.42:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextGolden Yellow#FFD166
Outlined Button1.44:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextGolden Yellow#FFD166
Text Button1.44:1
Low

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

Palette composition7 colorsCustom color relationship
9:41Royal Purple Golden Color Palette Color role balance
Custom 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.

CRoyal Purple Golden Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The royal purple and golden yellow form a complementary color scheme that creates striking visual contrast and balance, fostering a memorable and premium brand identity steeped in creative imagination and mysticism.

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.Royal Purple #5D3A8B
HeadlineUsed for main titles and key messages.Muted Indigo #4A5584
LinkUsed for links and interactive text.Golden Yellow #FFD166

Buttons

Primary Button
BackgroundRoyal Purple #5D3A8B
TextWhite #FFFFFF
Secondary Button
BackgroundGolden Yellow #FFD166
TextCharcoal #2E2E2E
Outlined Button
BackgroundRoyal Purple #5D3A8B
TextGolden Yellow #FFD166

Interface

TextDefault readable body text.Charcoal #2E2E2E
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Cultured White #F5F5F5
IconSmall interface icons and marks.Muted Indigo #4A5584
BorderCards, inputs, and component borders.Muted Indigo #4A5584
DividerSubtle separators between content.Muted Indigo #4A5584
OutlineFocus rings and emphasis outlines.Warm Amber #C9A34A

Palette Colors

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

Main (Brand) Colors

The royal purple and golden yellow form a complementary color scheme that creates striking visual contrast and balance, fostering a memorable and premium brand identity steeped in creative imagination and mysticism.

PrimaryRoyal Purple

RolesLogo, Btn Primary Bg, Btn Outlined Border

Royal Purple conveys creativity, mystery, and sophistication, making it ideal for expressing imagination and artistic depth.

HEX#5D3A8B
RGB93, 58, 139
HSL266, 41, 39
CMYK33, 58, 0, 45
SecondaryGolden Yellow

RolesLink, Btn Secondary Bg, Btn Outlined Text

Golden Yellow imparts youthful energy and warmth, symbolizing innovation, inspiration, and a luminous spirit of fantasy.

HEX#FFD166
RGB255, 209, 102
HSL42, 100, 70
CMYK0, 18, 60, 0

Support Colors

Supporting muted tones in deep blue and warm amber extend the main palette by providing balance and subtle accents without overshadowing the primary brand colors, enriching the palette with depth and versatility.

Muted Indigo

RolesHeadline, Divider, Border, Icon

Muted Indigo complements Royal Purple with a cooler, softer tone, balancing the palette with a calm yet dignified presence.

HEX#4A5584
RGB74, 85, 132
HSL229, 28, 40
CMYK44, 36, 0, 48
Warm Amber

RolesOutline

Warm Amber supports Golden Yellow by introducing a deeper, earthy warmth that reinforces the palette’s premium and magical attributes.

HEX#C9A34A
RGB201, 163, 74
HSL42, 54, 54
CMYK0, 19, 63, 21

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
Cultured White

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Secondary Text

HEX#2E2E2E
RGB46, 46, 46
HSL0, 0, 18
CMYK0, 0, 0, 82

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-royal-purple: #5D3A8B;
  --color-golden-yellow: #FFD166;
  --color-muted-indigo: #4A5584;
  --color-warm-amber: #C9A34A;
  --color-white: #FFFFFF;
  --color-cultured-white: #F5F5F5;
  --color-charcoal: #2E2E2E;
}

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: #5D3A8B;
  --role-btn-primary-bg: #5D3A8B;
  --role-btn-outlined-border: #5D3A8B;
  --role-link: #FFD166;
  --role-btn-secondary-bg: #FFD166;
  --role-btn-outlined-text: #FFD166;
  --role-headline: #4A5584;
  --role-divider: #4A5584;
  --role-border: #4A5584;
  --role-icon: #4A5584;
  --role-outline: #C9A34A;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #2E2E2E;
  --role-btn-secondary-text: #2E2E2E;
}

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.
{
    "royal-purple": "#5D3A8B",
    "golden-yellow": "#FFD166",
    "muted-indigo": "#4A5584",
    "warm-amber": "#C9A34A",
    "white": "#FFFFFF",
    "cultured-white": "#F5F5F5",
    "charcoal": "#2E2E2E"
}
Press Space to load new palette