Neon Magenta#FF2BD6
Acid Lime#B6FF00
Electric Violet#6A00FF
Cyan#00D7FF
Coral#FF7A18
Palette direction

Skrillex Inspired Neon Color Palette

This palette pairs electrified neon magenta, acid lime, and deep ultraviolet to capture Skrillex-inspired energy with a bold, club-ready edge. The accents keep the system kinetic and high-contrast, while the neutrals ground the experience so the palette works in branding and digital interfaces.

Split ComplementaryCreativeskrillex inspiredneonelectronicbass
palette-preview.example
Creative color direction

Skrillex Inspired Neon Color Palette

This palette pairs electrified neon magenta, acid lime, and deep ultraviolet to capture Skrillex-inspired energy with a bold, club-ready edge. The accents keep the system kinetic and high-contrast, while the neutrals ground the experience so the palette works in branding and digital interfaces.

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 #0B0B10on Acid Lime #B6FF0016.2:1 Excellent
Logo White #FFFFFFon Electric Violet #6A00FF6.9:1 Strong
Logo Charcoal #0B0B10on Neon Magenta #FF2BD66.1:1 Strong
Logo Charcoal #0B0B10on White #FFFFFF19.6:1 Excellent
Icon color
BackgroundNeon Magenta#FF2BD6TextCharcoal#0B0B10
Primary Button6.14:1
AA

Best for the main action users should notice first.

BackgroundAcid Lime#B6FF00TextCharcoal#0B0B10
Secondary Button16.17:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextElectric Violet#6A00FF
Outlined Button6.87:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextAcid Lime#B6FF00
Text Button1.21:1
Low

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

Palette composition8 colorsSplit Complementary color relationship
9:41Skrillex Inspired Neon 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.

CSkrillex Inspired Neon Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a high-voltage triadic system that feels aggressive, futuristic, and instantly recognizable. Their separation creates the same kind of visual punch and motion associated with bass-heavy electronic branding.

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.Neon Magenta #FF2BD6
HeadlineUsed for main titles and key messages.Electric Violet #6A00FF
LinkUsed for links and interactive text.Acid Lime #B6FF00

Buttons

Primary Button
BackgroundNeon Magenta #FF2BD6
TextCharcoal #0B0B10
Secondary Button
BackgroundAcid Lime #B6FF00
TextCharcoal #0B0B10
Outlined Button
BackgroundElectric Violet #6A00FF
TextElectric Violet #6A00FF

Interface

TextDefault readable body text.Charcoal #0B0B10
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #0B0B10
IconSmall interface icons and marks.Cyan #00D7FF
BorderCards, inputs, and component borders.Coral #FF7A18
DividerSubtle separators between content.Coral #FF7A18
OutlineFocus rings and emphasis outlines.Cyan #00D7FF

Palette Colors

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

Main (Brand) Colors

The main colors form a high-voltage triadic system that feels aggressive, futuristic, and instantly recognizable. Their separation creates the same kind of visual punch and motion associated with bass-heavy electronic branding.

PrimaryNeon Magenta

RolesLogo, Btn Primary Bg

Neon Magenta delivers the signature flash and performance energy that makes the brand feel loud and current.

HEX#FF2BD6
RGB255, 43, 214
HSL312, 100, 58
CMYK0, 83, 16, 0
SecondaryAcid Lime

RolesLink, Btn Secondary Bg

Acid Lime adds a sharp, digital spark that amplifies attention and keeps the system feeling high-intensity.

HEX#B6FF00
RGB182, 255, 0
HSL77, 100, 50
CMYK29, 0, 100, 0
TertiaryElectric Violet

RolesHeadline, Btn Outlined Border, Btn Outlined Text

Electric Violet brings depth and a darker rave-like tone that stabilizes the palette without dulling its energy.

HEX#6A00FF
RGB106, 0, 255
HSL265, 100, 50
CMYK58, 100, 0, 0

Support Colors

The support colors extend the neon palette with cooler, more restrained notes that improve structure and usability. They balance the primary hues by adding contrast, separation, and a touch of industrial polish.

Cyan

RolesIcon, Outline

Cyan adds a crisp digital accent that supports navigation and interface clarity without competing with the main neon colors.

HEX#00D7FF
RGB0, 215, 255
HSL189, 100, 50
CMYK100, 16, 0, 0
Coral

RolesBorder, Divider

Coral introduces a warm pulse that offsets the cooler lights and helps separators stay visible in dense layouts.

HEX#FF7A18
RGB255, 122, 24
HSL25, 100, 55
CMYK0, 52, 91, 0

Neutral Colors

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

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ghost White
HEX#F3F4F8
RGB243, 244, 248
HSL228, 26, 96
CMYK2, 2, 0, 3
Charcoal

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#0B0B10
RGB11, 11, 16
HSL240, 19, 5
CMYK31, 31, 0, 94

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-neon-magenta: #FF2BD6;
  --color-acid-lime: #B6FF00;
  --color-electric-violet: #6A00FF;
  --color-cyan: #00D7FF;
  --color-coral: #FF7A18;
  --color-white: #FFFFFF;
  --color-ghost-white: #F3F4F8;
  --color-charcoal: #0B0B10;
}

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: #FF2BD6;
  --role-btn-primary-bg: #FF2BD6;
  --role-link: #B6FF00;
  --role-btn-secondary-bg: #B6FF00;
  --role-headline: #6A00FF;
  --role-btn-outlined-border: #6A00FF;
  --role-btn-outlined-text: #6A00FF;
  --role-icon: #00D7FF;
  --role-outline: #00D7FF;
  --role-border: #FF7A18;
  --role-divider: #FF7A18;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #0B0B10;
  --role-text: #0B0B10;
  --role-btn-primary-text: #0B0B10;
  --role-btn-secondary-text: #0B0B10;
}

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.
{
    "neon-magenta": "#FF2BD6",
    "acid-lime": "#B6FF00",
    "electric-violet": "#6A00FF",
    "cyan": "#00D7FF",
    "coral": "#FF7A18",
    "white": "#FFFFFF",
    "ghost-white": "#F3F4F8",
    "charcoal": "#0B0B10"
}
Press Space to load new palette