Electric Purple#8B00FF
Vivid Magenta#D100FF
Deep Violet#56007F
Palette direction

Electric Purple Magenta Color Palette

This palette is inspired by the vibrant neon purple and electric magenta hues from the image, balanced with sleek dark neutrals to evoke a modern, tech-savvy nightlife atmosphere. The contrasting vibrant colors create strong visual impact for calls-to-action and branding, while the deep neutrals ground the design for readability and sophistication.

MonochromaticTechpurplemagentaneontech
palette-preview.example
Tech color direction

Electric Purple Magenta Color Palette

This palette is inspired by the vibrant neon purple and electric magenta hues from the image, balanced with sleek dark neutrals to evoke a modern, tech-savvy nightlife atmosphere. The contrasting vibrant colors create strong visual impact for calls-to-action and branding, while the deep neutrals ground the design for readability and sophistication.

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 Electric Purple #8B00FF5.9:1 Strong
Logo Charcoal Black #1A1A1Aon Pure White #FFFFFF17.4:1 Excellent
Logo Pure White #FFFFFFon Charcoal Black #1A1A1A17.4:1 Excellent
Icon color
BackgroundElectric Purple#8B00FFTextPure White#FFFFFF
Primary Button5.93:1
AA

Best for the main action users should notice first.

BackgroundVivid Magenta#D100FFTextCharcoal Black#1A1A1A
Secondary Button4.27:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextVivid Magenta#D100FF
Outlined Button4.07:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextElectric Purple#8B00FF
Text Button5.93:1
AA

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

Palette composition6 colorsMonochromatic color relationship
9:41Electric Purple Magenta Color Palette Color role balance
Monochromatic 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.

CElectric Purple Magenta Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors use an analogous harmony of vibrant purple and magenta hues to create a cohesive, energetic visual identity that resonates with futuristic technology themes.

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.Electric Purple #8B00FF
HeadlineUsed for main titles and key messages.Electric Purple #8B00FF
LinkUsed for links and interactive text.Electric Purple #8B00FF

Buttons

Primary Button
BackgroundElectric Purple #8B00FF
TextPure White #FFFFFF
Secondary Button
BackgroundVivid Magenta #D100FF
TextCharcoal Black #1A1A1A
Outlined Button
BackgroundVivid Magenta #D100FF
TextVivid Magenta #D100FF

Interface

TextDefault readable body text.Charcoal Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Charcoal Black #1A1A1A
IconSmall interface icons and marks.Deep Violet #56007F
BorderCards, inputs, and component borders.Deep Violet #56007F
DividerSubtle separators between content.Deep Violet #56007F
OutlineFocus rings and emphasis outlines.Deep Violet #56007F

Palette Colors

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

Main (Brand) Colors

The main colors use an analogous harmony of vibrant purple and magenta hues to create a cohesive, energetic visual identity that resonates with futuristic technology themes.

PrimaryElectric Purple

RolesLogo, Link, Btn Primary Bg, Headline

Electric Purple serves as the core brand color, evoking innovation, creativity, and energy central to the brand's identity.

HEX#8B00FF
RGB139, 0, 255
HSL273, 100, 50
CMYK45, 100, 0, 0
SecondaryVivid Magenta

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Vivid Magenta adds vibrancy and a dynamic accent, complementing Electric Purple with an electrifying presence.

HEX#D100FF
RGB209, 0, 255
HSL289, 100, 50
CMYK18, 100, 0, 0

Support Colors

The support colors subtly extend the main palette with darker and lighter purples to offer depth and versatility for UI elements while maintaining color harmony.

Deep Violet

RolesIcon, Border, Divider, Outline

Deep Violet provides grounding accents that balance the luminous main colors without overpowering them.

HEX#56007F
RGB86, 0, 127
HSL281, 100, 25
CMYK32, 100, 0, 50

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Cloud
HEX#F2F2F2
RGB242, 242, 242
HSL0, 0, 95
CMYK0, 0, 0, 5
Charcoal Black

RolesBg Dark, Text, Btn Secondary Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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-electric-purple: #8B00FF;
  --color-vivid-magenta: #D100FF;
  --color-deep-violet: #56007F;
  --color-pure-white: #FFFFFF;
  --color-soft-cloud: #F2F2F2;
  --color-charcoal-black: #1A1A1A;
}

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: #8B00FF;
  --role-link: #8B00FF;
  --role-btn-primary-bg: #8B00FF;
  --role-headline: #8B00FF;
  --role-btn-secondary-bg: #D100FF;
  --role-btn-outlined-border: #D100FF;
  --role-btn-outlined-text: #D100FF;
  --role-icon: #56007F;
  --role-border: #56007F;
  --role-divider: #56007F;
  --role-outline: #56007F;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #1A1A1A;
  --role-text: #1A1A1A;
  --role-btn-secondary-text: #1A1A1A;
}

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.
{
    "electric-purple": "#8B00FF",
    "vivid-magenta": "#D100FF",
    "deep-violet": "#56007F",
    "pure-white": "#FFFFFF",
    "soft-cloud": "#F2F2F2",
    "charcoal-black": "#1A1A1A"
}
Press Space to load new palette