Crimson Rose#D81B60
Fuchsia Pop#E91E63
Electric Violet#7B1FA2
Lavender Mist#A78BFA
Orchid Glow#C084FC
Palette direction

Madonna Inspired Entertainment Color Palette

This Madonna-inspired palette pairs unapologetic pop red with vivid fuchsia and a sharp electric violet to capture reinvention, performance, and attitude. The system feels iconic and high-energy while the restrained neutrals keep it usable for modern brand and interface design.

AnalogousCreativeMadonnapop iconperformancereinvention
palette-preview.example
Creative color direction

Madonna Inspired Entertainment Color Palette

This Madonna-inspired palette pairs unapologetic pop red with vivid fuchsia and a sharp electric violet to capture reinvention, performance, and attitude. The system feels iconic and high-energy while the restrained neutrals keep it usable for modern brand and interface design.

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 Electric Violet #7B1FA28.2:1 Excellent
Logo White #FFFFFFon Crimson Rose #D81B604.9:1 Strong
Logo Charcoal #111111on White #FFFFFF18.9:1 Excellent
Logo Charcoal #111111on Orchid Glow #C084FC7.1:1 Excellent
Icon color
BackgroundCrimson Rose#D81B60TextWhite#FFFFFF
Primary Button4.95:1
AA

Best for the main action users should notice first.

BackgroundFuchsia Pop#E91E63TextWhite#FFFFFF
Secondary Button4.35:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextElectric Violet#7B1FA2
Outlined Button8.20:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextFuchsia Pop#E91E63
Text Button4.35:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Madonna Inspired Entertainment 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.

CMadonna Inspired Entertainment Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine red, pink, and violet in a high-energy triadic relationship that feels instantly recognizable and performance-driven. Together they create a fearless pop system that is glamorous, rebellious, and easy to build into a distinct brand identity.

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.Crimson Rose #D81B60
HeadlineUsed for main titles and key messages.Electric Violet #7B1FA2
LinkUsed for links and interactive text.Fuchsia Pop #E91E63

Buttons

Primary Button
BackgroundCrimson Rose #D81B60
TextWhite #FFFFFF
Secondary Button
BackgroundFuchsia Pop #E91E63
TextWhite #FFFFFF
Outlined Button
BackgroundElectric Violet #7B1FA2
TextElectric Violet #7B1FA2

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Lavender Mist #A78BFA
BorderCards, inputs, and component borders.Orchid Glow #C084FC
DividerSubtle separators between content.Orchid Glow #C084FC
OutlineFocus rings and emphasis outlines.Lavender Mist #A78BFA

Palette Colors

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

Main (Brand) Colors

The main colors combine red, pink, and violet in a high-energy triadic relationship that feels instantly recognizable and performance-driven. Together they create a fearless pop system that is glamorous, rebellious, and easy to build into a distinct brand identity.

PrimaryCrimson Rose

RolesLogo, Btn Primary Bg

Crimson Rose brings the core Madonna energy of confidence, drama, and spotlight presence.

HEX#D81B60
RGB216, 27, 96
HSL338, 78, 48
CMYK0, 88, 56, 15
SecondaryFuchsia Pop

RolesLink, Btn Secondary Bg

Fuchsia Pop adds a louder pop-culture accent that keeps the palette playful and unmistakably modern.

HEX#E91E63
RGB233, 30, 99
HSL340, 82, 52
CMYK0, 87, 58, 9
TertiaryElectric Violet

RolesHeadline, Btn Outlined Border, Btn Outlined Text

Electric Violet adds stage-light intensity and gives the palette a glamorous edge without competing with the red and pink.

HEX#7B1FA2
RGB123, 31, 162
HSL282, 68, 38
CMYK24, 81, 0, 36

Support Colors

The support colors extend the main palette with cooler and softer accents that keep the system balanced and usable. They help separate interface states and add depth without weakening the bold pop identity.

Lavender Mist

RolesIcon, Outline

Lavender Mist softens the intensity of the main colors and works well for subtle UI accents and structure.

HEX#A78BFA
RGB167, 139, 250
HSL255, 92, 76
CMYK33, 44, 0, 2
Orchid Glow

RolesBorder, Divider

Orchid Glow bridges pink and violet tones, reinforcing the performance mood while staying visually subordinate.

HEX#C084FC
RGB192, 132, 252
HSL270, 95, 75
CMYK24, 48, 0, 1

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#F5F1F7
RGB245, 241, 247
HSL280, 27, 96
CMYK1, 2, 0, 3
Charcoal

RolesBg Dark, Text

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

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-crimson-rose: #D81B60;
  --color-fuchsia-pop: #E91E63;
  --color-electric-violet: #7B1FA2;
  --color-lavender-mist: #A78BFA;
  --color-orchid-glow: #C084FC;
  --color-white: #FFFFFF;
  --color-ivory: #F5F1F7;
  --color-charcoal: #111111;
}

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: #D81B60;
  --role-btn-primary-bg: #D81B60;
  --role-link: #E91E63;
  --role-btn-secondary-bg: #E91E63;
  --role-headline: #7B1FA2;
  --role-btn-outlined-border: #7B1FA2;
  --role-btn-outlined-text: #7B1FA2;
  --role-icon: #A78BFA;
  --role-outline: #A78BFA;
  --role-border: #C084FC;
  --role-divider: #C084FC;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
}

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.
{
    "crimson-rose": "#D81B60",
    "fuchsia-pop": "#E91E63",
    "electric-violet": "#7B1FA2",
    "lavender-mist": "#A78BFA",
    "orchid-glow": "#C084FC",
    "white": "#FFFFFF",
    "ivory": "#F5F1F7",
    "charcoal": "#111111"
}
Press Space to load new palette