Prussian Blue#0D3B66
Bright Cyan#00B7C2
Cool Aqua#5ED0E6
Deep Teal#144552
Palette direction

Mystical Blue Cyan Color Palette

This color palette draws inspiration from the mystical and vibrant hues of the kaleidoscopic image, integrating deep blues and cyans with contrasting dark and light neutrals to create a balanced and visually striking identity system.

AnalogousTechbluecyandark neutralsbright cyan
palette-preview.example
Tech color direction

Mystical Blue Cyan Color Palette

This color palette draws inspiration from the mystical and vibrant hues of the kaleidoscopic image, integrating deep blues and cyans with contrasting dark and light neutrals to create a balanced and visually striking identity system.

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 White #FFFFFFon Prussian Blue #0D3B6611.4:1 Excellent
Logo Charcoal #15202Bon Cool Aqua #5ED0E69.1:1 Excellent
Logo Charcoal #15202Bon Bright Cyan #00B7C26.7:1 Strong
Logo Charcoal #15202Bon White #FFFFFF16.5:1 Excellent
Icon color
BackgroundPrussian Blue#0D3B66TextWhite#FFFFFF
Primary Button11.45:1
AAA

Best for the main action users should notice first.

BackgroundBright Cyan#00B7C2TextCharcoal#15202B
Secondary Button6.72:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCool Aqua#5ED0E6
Outlined Button1.80:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBright Cyan#00B7C2
Text Button2.46:1
Low

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

Palette composition7 colorsAnalogous color relationship
9:41Mystical Blue Cyan 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.

CMystical Blue Cyan Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a deep rich blue, a vibrant cyan, and a bright cool aqua to create a harmonious and energetic triadic color scheme that reflects the dynamic and intricate patterns of the source image.

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.Prussian Blue #0D3B66
HeadlineUsed for main titles and key messages.Bright Cyan #00B7C2
LinkUsed for links and interactive text.Bright Cyan #00B7C2

Buttons

Primary Button
BackgroundPrussian Blue #0D3B66
TextWhite #FFFFFF
Secondary Button
BackgroundBright Cyan #00B7C2
TextCharcoal #15202B
Outlined Button
BackgroundPrussian Blue #0D3B66
TextCool Aqua #5ED0E6

Interface

TextDefault readable body text.Charcoal #15202B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Platinum #EDEEF0
IconSmall interface icons and marks.Deep Teal #144552
BorderCards, inputs, and component borders.Deep Teal #144552
DividerSubtle separators between content.Deep Teal #144552
OutlineFocus rings and emphasis outlines.Deep Teal #144552

Palette Colors

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

Main (Brand) Colors

The main colors combine a deep rich blue, a vibrant cyan, and a bright cool aqua to create a harmonious and energetic triadic color scheme that reflects the dynamic and intricate patterns of the source image.

PrimaryPrussian Blue

RolesLogo, Btn Primary Bg, Btn Outlined Border

Prussian Blue provides a deep, trustworthy foundation that conveys professionalism and stability.

HEX#0D3B66
RGB13, 59, 102
HSL209, 77, 23
CMYK87, 42, 0, 60
SecondaryBright Cyan

RolesLink, Btn Secondary Bg, Headline

Bright Cyan adds energetic vibrancy and modernity, enhancing attention and engagement.

HEX#00B7C2
RGB0, 183, 194
HSL183, 100, 38
CMYK100, 6, 0, 24
TertiaryCool Aqua

RolesBtn Outlined Text

Cool Aqua offers a lighter, refreshing tone that complements and balances the deeper hues.

HEX#5ED0E6
RGB94, 208, 230
HSL190, 73, 64
CMYK59, 10, 0, 10

Support Colors

The support colors extend the main palette with soft, subdued complementary shades to enhance depth and legibility without overpowering the vibrant main colors.

Deep Teal

RolesIcon, Border, Divider, Outline

Deep Teal supports the main blues by adding visual structure and soft contrast, reinforcing the palette's aquatic theme.

HEX#144552
RGB20, 69, 82
HSL193, 61, 20
CMYK76, 16, 0, 68

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Platinum

RolesBg Dark

HEX#EDEEF0
RGB237, 238, 240
HSL220, 9, 94
CMYK1, 1, 0, 6
Charcoal

RolesText, Btn Secondary Text

HEX#15202B
RGB21, 32, 43
HSL210, 34, 13
CMYK51, 26, 0, 83

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-prussian-blue: #0D3B66;
  --color-bright-cyan: #00B7C2;
  --color-cool-aqua: #5ED0E6;
  --color-deep-teal: #144552;
  --color-white: #FFFFFF;
  --color-platinum: #EDEEF0;
  --color-charcoal: #15202B;
}

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: #0D3B66;
  --role-btn-primary-bg: #0D3B66;
  --role-btn-outlined-border: #0D3B66;
  --role-link: #00B7C2;
  --role-btn-secondary-bg: #00B7C2;
  --role-headline: #00B7C2;
  --role-btn-outlined-text: #5ED0E6;
  --role-icon: #144552;
  --role-border: #144552;
  --role-divider: #144552;
  --role-outline: #144552;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #EDEEF0;
  --role-text: #15202B;
  --role-btn-secondary-text: #15202B;
}

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.
{
    "prussian-blue": "#0D3B66",
    "bright-cyan": "#00B7C2",
    "cool-aqua": "#5ED0E6",
    "deep-teal": "#144552",
    "white": "#FFFFFF",
    "platinum": "#EDEEF0",
    "charcoal": "#15202B"
}
Press Space to load new palette