Electric Blue#0A33FF
Bright Amber#FFB800
Energetic Orange#FF6F11
Soft Royal Blue#254BFF
Muted Gold#B28B00
Palette direction

Electric Blue Yellow Color Palette

This palette is energized by vivid blues and yellows from the arcade imagery, combined with deep blacks and grays for contrast and depth, creating a dynamic and youthful system suitable for gaming or tech-related brands.

ComplementaryTechblueyellowgamingarcade
palette-preview.example
Tech color direction

Electric Blue Yellow Color Palette

This palette is energized by vivid blues and yellows from the arcade imagery, combined with deep blacks and grays for contrast and depth, creating a dynamic and youthful system suitable for gaming or tech-related brands.

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 Rich Black #1A1A1Aon Bright Amber #FFB80010.0:1 Excellent
Logo Pure White #FFFFFFon Electric Blue #0A33FF7.2:1 Excellent
Logo Rich Black #1A1A1Aon Energetic Orange #FF6F116.2:1 Strong
Logo Rich Black #1A1A1Aon Pure White #FFFFFF17.4:1 Excellent
Icon color
BackgroundElectric Blue#0A33FFTextPure White#FFFFFF
Primary Button7.17:1
AAA

Best for the main action users should notice first.

BackgroundBright Amber#FFB800TextRich Black#1A1A1A
Secondary Button10.04:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextBright Amber#FFB800
Outlined Button1.73:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextElectric Blue#0A33FF
Text Button7.17:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Electric Blue Yellow Color Palette Color role balance
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.

CElectric Blue Yellow Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors balance electric blue and a bright yellow-orange, providing high contrast and energy that reflects the arcade gaming vibe while maintaining visual harmony.

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 Blue #0A33FF
HeadlineUsed for main titles and key messages.Electric Blue #0A33FF
LinkUsed for links and interactive text.Electric Blue #0A33FF

Buttons

Primary Button
BackgroundElectric Blue #0A33FF
TextPure White #FFFFFF
Secondary Button
BackgroundBright Amber #FFB800
TextRich Black #1A1A1A
Outlined Button
BackgroundBright Amber #FFB800
TextBright Amber #FFB800

Interface

TextDefault readable body text.Rich Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Muted Gold #B28B00
IconSmall interface icons and marks.Soft Royal Blue #254BFF
BorderCards, inputs, and component borders.Soft Royal Blue #254BFF
DividerSubtle separators between content.Soft Royal Blue #254BFF
OutlineFocus rings and emphasis outlines.Soft Royal Blue #254BFF

Palette Colors

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

Main (Brand) Colors

The main colors balance electric blue and a bright yellow-orange, providing high contrast and energy that reflects the arcade gaming vibe while maintaining visual harmony.

PrimaryElectric Blue

RolesLogo, Link, Btn Primary Bg, Headline

Electric Blue conveys energy and interactivity, evoking technology and excitement in digital environments.

HEX#0A33FF
RGB10, 51, 255
HSL230, 100, 52
CMYK96, 80, 0, 0
SecondaryBright Amber

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Bright Amber adds warmth and vibrancy that signals attention and optimism, contrasting dynamically with the blue.

HEX#FFB800
RGB255, 184, 0
HSL43, 100, 50
CMYK0, 28, 100, 0
TertiaryEnergetic Orange

Energetic Orange emphasizes enthusiasm and activity, reinforcing the brightness brought by yellow while distinctively complementing blue.

HEX#FF6F11
RGB255, 111, 17
HSL24, 100, 53
CMYK0, 56, 93, 0

Support Colors

Support colors extend the palette with a softer blue and muted gold that balance intensity, provide subtle accents, and enhance usability without overpowering the main colors.

Soft Royal Blue

RolesIcon, Border, Divider, Outline

Soft Royal Blue offers a subdued harmonic contrast to Electric Blue, useful for understated elements like borders and icons.

HEX#254BFF
RGB37, 75, 255
HSL230, 100, 57
CMYK85, 71, 0, 0
Muted Gold

RolesBg Dark

Muted Gold grounds the palette with a deeper tone that complements Bright Amber and ensures depth in background applications.

HEX#B28B00
RGB178, 139, 0
HSL47, 100, 35
CMYK0, 22, 100, 30

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
Light Gray
HEX#EDEDED
RGB237, 237, 237
HSL0, 0, 93
CMYK0, 0, 0, 7
Rich Black

RolesText, 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-blue: #0A33FF;
  --color-bright-amber: #FFB800;
  --color-energetic-orange: #FF6F11;
  --color-soft-royal-blue: #254BFF;
  --color-muted-gold: #B28B00;
  --color-pure-white: #FFFFFF;
  --color-light-gray: #EDEDED;
  --color-rich-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: #0A33FF;
  --role-link: #0A33FF;
  --role-btn-primary-bg: #0A33FF;
  --role-headline: #0A33FF;
  --role-btn-secondary-bg: #FFB800;
  --role-btn-outlined-border: #FFB800;
  --role-btn-outlined-text: #FFB800;
  --role-icon: #254BFF;
  --role-border: #254BFF;
  --role-divider: #254BFF;
  --role-outline: #254BFF;
  --role-bg-dark: #B28B00;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --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-blue": "#0A33FF",
    "bright-amber": "#FFB800",
    "energetic-orange": "#FF6F11",
    "soft-royal-blue": "#254BFF",
    "muted-gold": "#B28B00",
    "pure-white": "#FFFFFF",
    "light-gray": "#EDEDED",
    "rich-black": "#1A1A1A"
}
Press Space to load new palette