Signature Volt Yellow#FFF200
Stage Black#0A0A0A
Arena Magenta#FF3D7F
Electric Cobalt#2A4DFF
Muted Championship Gold#B8A16A
Palette direction

Logan Paul Inspired Color Palette

This palette channels Logan Paul’s high-energy, attention-first presence through a hard-edged neon contrast system anchored by the brand’s signature website yellow. The bright core color is paired with deep inky contrast and sharp electric supports, creating a loud but usable identity for digital-first hype, entertainment, and creator-led merchandising.

AnalogousCreativecreator brandhigh energyneon contrastdigital merch
palette-preview.example
Creative color direction

Logan Paul Inspired Color Palette

This palette channels Logan Paul’s high-energy, attention-first presence through a hard-edged neon contrast system anchored by the brand’s signature website yellow. The bright core color is paired with deep inky contrast and sharp electric supports, creating a loud but usable identity for digital-first hype, entertainment, and creator-led merchandising.

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 Stage Black #0A0A0A19.8:1 Excellent
Logo Stage Black #0A0A0Aon Signature Volt Yellow #FFF20016.9:1 Excellent
Logo Stage Black #0A0A0Aon Arena Magenta #FF3D7F5.9:1 Strong
Logo Stage Black #0A0A0Aon Pure White #FFFFFF19.8:1 Excellent
Icon color
BackgroundSignature Volt Yellow#FFF200TextNear Black#0F1115
Primary Button16.15:1
AAA

Best for the main action users should notice first.

BackgroundStage Black#0A0A0ATextPure White#FFFFFF
Secondary Button19.80:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextArena Magenta#FF3D7F
Outlined Button3.37:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextArena Magenta#FF3D7F
Text Button3.37:1
Large text

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

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

CLogan Paul Inspired Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors work as a recognizable hype system by combining a signature acid yellow with aggressive black and a vivid pink-red accent. Together they create immediate pop, strong recognition, and enough tension to feel on-brand for entertainment-driven digital experiences.

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.Signature Volt Yellow #FFF200
HeadlineUsed for main titles and key messages.Stage Black #0A0A0A
LinkUsed for links and interactive text.Arena Magenta #FF3D7F

Buttons

Primary Button
BackgroundSignature Volt Yellow #FFF200
TextNear Black #0F1115
Secondary Button
BackgroundStage Black #0A0A0A
TextPure White #FFFFFF
Outlined Button
BackgroundStage Black #0A0A0A
TextArena Magenta #FF3D7F

Interface

TextDefault readable body text.Near Black #0F1115
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Near Black #0F1115
IconSmall interface icons and marks.Electric Cobalt #2A4DFF
BorderCards, inputs, and component borders.Muted Championship Gold #B8A16A
DividerSubtle separators between content.Near Black #0F1115
OutlineFocus rings and emphasis outlines.Electric Cobalt #2A4DFF

Palette Colors

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

Main (Brand) Colors

The main colors work as a recognizable hype system by combining a signature acid yellow with aggressive black and a vivid pink-red accent. Together they create immediate pop, strong recognition, and enough tension to feel on-brand for entertainment-driven digital experiences.

PrimarySignature Volt Yellow

RolesLogo, Btn Primary Bg

This is the brand’s attention color and gives the palette its unmistakable website-recognition hook.

HEX#FFF200
RGB255, 242, 0
HSL57, 100, 50
CMYK0, 5, 100, 0
SecondaryStage Black

RolesBtn Secondary Bg, Btn Outlined Border, Headline

This anchors the system with a tough, high-contrast frame that makes the bright yellow feel louder.

HEX#0A0A0A
RGB10, 10, 10
HSL0, 0, 4
CMYK0, 0, 0, 96
TertiaryArena Magenta

RolesLink, Btn Outlined Text

This adds an energetic digital edge that keeps the palette from becoming a simple black-and-yellow replica.

HEX#FF3D7F
RGB255, 61, 127
HSL340, 100, 62
CMYK0, 76, 50, 0

Support Colors

The support colors extend the palette with disciplined utility tones that keep the neon core readable across interfaces. They add controlled emphasis and separation without competing with the main brand signals.

Electric Cobalt

RolesIcon, Outline

This cool accent sharpens UI details and balances the warm intensity of the yellow without overpowering it.

HEX#2A4DFF
RGB42, 77, 255
HSL230, 100, 58
CMYK84, 70, 0, 0
Muted Championship Gold

RolesBorder

This softer metallic note reinforces a premium, trophy-like attitude while staying subordinate to the louder main colors.

HEX#B8A16A
RGB184, 161, 106
HSL42, 35, 57
CMYK0, 13, 42, 28

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Off White
HEX#F3F1EC
RGB243, 241, 236
HSL43, 23, 94
CMYK0, 1, 3, 5
Near Black

RolesBg Dark, Divider, Text, Btn Primary Text

HEX#0F1115
RGB15, 17, 21
HSL220, 17, 7
CMYK29, 19, 0, 92

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-signature-volt-yellow: #FFF200;
  --color-stage-black: #0A0A0A;
  --color-arena-magenta: #FF3D7F;
  --color-electric-cobalt: #2A4DFF;
  --color-muted-championship-gold: #B8A16A;
  --color-pure-white: #FFFFFF;
  --color-off-white: #F3F1EC;
  --color-near-black: #0F1115;
}

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: #FFF200;
  --role-btn-primary-bg: #FFF200;
  --role-btn-secondary-bg: #0A0A0A;
  --role-btn-outlined-border: #0A0A0A;
  --role-headline: #0A0A0A;
  --role-link: #FF3D7F;
  --role-btn-outlined-text: #FF3D7F;
  --role-icon: #2A4DFF;
  --role-outline: #2A4DFF;
  --role-border: #B8A16A;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #0F1115;
  --role-divider: #0F1115;
  --role-text: #0F1115;
  --role-btn-primary-text: #0F1115;
}

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.
{
    "signature-volt-yellow": "#FFF200",
    "stage-black": "#0A0A0A",
    "arena-magenta": "#FF3D7F",
    "electric-cobalt": "#2A4DFF",
    "muted-championship-gold": "#B8A16A",
    "pure-white": "#FFFFFF",
    "off-white": "#F3F1EC",
    "near-black": "#0F1115"
}
Press Space to load new palette