electric coral#FF3E8A
aqua surge#2FC7D9
deep berry#7B2D63
mist aqua#A8DDE3
rose flare#E86AA6
Palette direction

Beast Aqua Coral Color Palette

A vivid electric-coral and aquatic-teal system inspired by the image’s energetic creature graphic and neon lettering. The palette pairs playful motion with crisp digital clarity, making it feel bold, athletic, and immediately recognizable.

ComplementaryCreativeelectric coralaqua tealsports brandingenergetic
palette-preview.example
Creative color direction

Beast Aqua Coral Color Palette

A vivid electric-coral and aquatic-teal system inspired by the image’s energetic creature graphic and neon lettering. The palette pairs playful motion with crisp digital clarity, making it feel bold, athletic, and immediately recognizable.

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 ink black #101820on aqua surge #2FC7D98.8:1 Excellent
Logo pure white #FFFFFFon deep berry #7B2D638.8:1 Excellent
Logo ink black #101820on electric coral #FF3E8A5.4:1 Strong
Logo ink black #101820on pure white #FFFFFF17.9:1 Excellent
Icon color
Backgroundelectric coral#FF3E8ATextink black#101820
Primary Button5.38:1
AA

Best for the main action users should notice first.

Backgroundaqua surge#2FC7D9Textink black#101820
Secondary Button8.77:1
AAA

Useful for softer choices and secondary paths.

Backgroundsoft cloud#F4F7F8Textdeep berry#7B2D63
Outlined Button8.14:1
AAA

Good for lower-emphasis actions on light surfaces.

Backgroundsoft cloud#F4F7F8Textaqua surge#2FC7D9
Text Button1.90:1
Low

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

Palette composition8 colorsComplementary color relationship
9:41Beast Aqua Coral 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.

CBeast Aqua Coral Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors balance hot coral against cool aqua, creating a high-energy contrast that stays memorable in both branding and interface states. Together they read as one system with strong visual tension and clear personality.

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 coral #FF3E8A
HeadlineUsed for main titles and key messages.deep berry #7B2D63
LinkUsed for links and interactive text.aqua surge #2FC7D9

Buttons

Primary Button
Backgroundelectric coral #FF3E8A
Textink black #101820
Secondary Button
Backgroundaqua surge #2FC7D9
Textink black #101820
Outlined Button
Backgrounddeep berry #7B2D63
Textdeep berry #7B2D63

Interface

TextDefault readable body text.ink black #101820
Bg LightLight page or section background.soft cloud #F4F7F8
Bg DarkDark page or section background.ink black #101820
IconSmall interface icons and marks.mist aqua #A8DDE3
BorderCards, inputs, and component borders.mist aqua #A8DDE3
DividerSubtle separators between content.rose flare #E86AA6
OutlineFocus rings and emphasis outlines.rose flare #E86AA6

Palette Colors

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

Main (Brand) Colors

The main colors balance hot coral against cool aqua, creating a high-energy contrast that stays memorable in both branding and interface states. Together they read as one system with strong visual tension and clear personality.

Primaryelectric coral

RolesLogo, Btn Primary Bg

Drives recognition with a sharp, animated warmth that mirrors the image’s neon lettering and movement.

HEX#FF3E8A
RGB255, 62, 138
HSL336, 100, 62
CMYK0, 76, 46, 0
Secondaryaqua surge

RolesLink, Btn Secondary Bg

Brings freshness and speed, giving the palette a cool counterweight that feels active and digital.

HEX#2FC7D9
RGB47, 199, 217
HSL186, 69, 52
CMYK78, 8, 0, 15
Tertiarydeep berry

RolesHeadline, Btn Outlined Border, Btn Outlined Text

Adds a darker, more grounded accent that sharpens hierarchy and keeps the brighter colors from feeling too playful.

HEX#7B2D63
RGB123, 45, 99
HSL318, 46, 33
CMYK0, 63, 20, 52

Support Colors

The support accents extend the palette with muted, usable tones that soften the intensity without changing the brand’s overall energy. They help with structure, UI affordances, and

mist aqua

RolesIcon, Border

A lighter aqua support tone that reinforces the cool side of the palette while staying subtle in interface details.

HEX#A8DDE3
RGB168, 221, 227
HSL186, 51, 77
CMYK26, 3, 0, 11
rose flare

RolesDivider, Outline

A softened rose accent that echoes the coral hue for separators and outlines without competing with the main brand colors.

HEX#E86AA6
RGB232, 106, 166
HSL331, 73, 66
CMYK0, 54, 28, 9

Neutral Colors

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

pure white
HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
soft cloud

RolesBg Light

HEX#F4F7F8
RGB244, 247, 248
HSL195, 22, 96
CMYK2, 0, 0, 3
ink black

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

HEX#101820
RGB16, 24, 32
HSL210, 33, 9
CMYK50, 25, 0, 87

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-coral: #FF3E8A;
  --color-aqua-surge: #2FC7D9;
  --color-deep-berry: #7B2D63;
  --color-mist-aqua: #A8DDE3;
  --color-rose-flare: #E86AA6;
  --color-pure-white: #FFFFFF;
  --color-soft-cloud: #F4F7F8;
  --color-ink-black: #101820;
}

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: #FF3E8A;
  --role-btn-primary-bg: #FF3E8A;
  --role-link: #2FC7D9;
  --role-btn-secondary-bg: #2FC7D9;
  --role-headline: #7B2D63;
  --role-btn-outlined-border: #7B2D63;
  --role-btn-outlined-text: #7B2D63;
  --role-icon: #A8DDE3;
  --role-border: #A8DDE3;
  --role-divider: #E86AA6;
  --role-outline: #E86AA6;
  --role-bg-light: #F4F7F8;
  --role-bg-dark: #101820;
  --role-text: #101820;
  --role-btn-primary-text: #101820;
  --role-btn-secondary-text: #101820;
}

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-coral": "#FF3E8A",
    "aqua-surge": "#2FC7D9",
    "deep-berry": "#7B2D63",
    "mist-aqua": "#A8DDE3",
    "rose-flare": "#E86AA6",
    "pure-white": "#FFFFFF",
    "soft-cloud": "#F4F7F8",
    "ink-black": "#101820"
}
Press Space to load new palette