Prussian Blue#0D3B66
Selective Yellow#FAA613
Crimson Red#9E2B25
Slate Gray#6B778D
Light Steel Blue#C9D6DF
Palette direction

Ocean Wave Blue Color Palette

This palette draws inspiration from the blue gradient ocean waves, blending deep and medium blues with soft complementary and neutral tones to create a balanced and calming identity. It uses a triadic scheme of blues with gentle coral and lavender accents to enrich the palette while maintaining strong usability and readability.

Split ComplementaryTechblueoceanwavestechnology
palette-preview.example
Tech color direction

Ocean Wave Blue Color Palette

This palette draws inspiration from the blue gradient ocean waves, blending deep and medium blues with soft complementary and neutral tones to create a balanced and calming identity. It uses a triadic scheme of blues with gentle coral and lavender accents to enrich the palette while maintaining strong usability and readability.

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 #1B263Bon Selective Yellow #FAA6137.6:1 Excellent
Logo Charcoal #1B263Bon White #FFFFFF15.1:1 Excellent
Logo Charcoal #1B263Bon Light Steel Blue #C9D6DF10.2:1 Excellent
Icon color
BackgroundPrussian Blue#0D3B66TextWhite#FFFFFF
Primary Button11.45:1
AAA

Best for the main action users should notice first.

BackgroundSelective Yellow#FAA613TextCharcoal#1B263B
Secondary Button7.59:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextPrussian Blue#0D3B66
Outlined Button11.45:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextPrussian Blue#0D3B66
Text Button11.45:1
AAA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Ocean Wave Blue 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.

COcean Wave Blue Color PaletteTech brand direction ColorFly.design
Strategic palette preview

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.Crimson Red #9E2B25
LinkUsed for links and interactive text.Prussian Blue #0D3B66

Buttons

Primary Button
BackgroundPrussian Blue #0D3B66
TextWhite #FFFFFF
Secondary Button
BackgroundSelective Yellow #FAA613
TextCharcoal #1B263B
Outlined Button
BackgroundPrussian Blue #0D3B66
TextPrussian Blue #0D3B66

Interface

TextDefault readable body text.Charcoal #1B263B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Isabelline #F5F7FA
IconSmall interface icons and marks.Slate Gray #6B778D
BorderCards, inputs, and component borders.Slate Gray #6B778D
DividerSubtle separators between content.Slate Gray #6B778D
OutlineFocus rings and emphasis outlines.Slate Gray #6B778D

Palette Colors

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

Main (Brand) Colors

The main colors harmonize triadic blue hues that represent the ocean's depth and energy, balanced for brand recognition and vibrant visual interaction.

PrimaryPrussian Blue

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

Prussian Blue delivers strong confidence and stability as the brand's core identity color.

HEX#0D3B66
RGB13, 59, 102
HSL209, 77, 23
CMYK87, 42, 0, 60
SecondarySelective Yellow

RolesBtn Secondary Bg

Selective Yellow adds energetic warmth to complement the primary blue, making secondary buttons stand out.

HEX#FAA613
RGB250, 166, 19
HSL38, 96, 53
CMYK0, 34, 92, 2
TertiaryCrimson Red

RolesHeadline

Crimson Red brings a passionate contrast to headlines, energizing the triadic balance while maintaining harmony.

HEX#9E2B25
RGB158, 43, 37
HSL3, 62, 38
CMYK0, 73, 77, 38

Support Colors

Support colors provide subtle accents drawn from natural ocean and sunset tones that reinforce the main triadic palette with softness and balance.

Slate Gray

RolesIcon, Border, Divider, Outline

Slate Gray offers softness and anchors the palette with neutral support for UI elements.

HEX#6B778D
RGB107, 119, 141
HSL219, 14, 49
CMYK24, 16, 0, 45
Light Steel Blue

Light Steel Blue ensures legibility and calming contrast on the secondary buttons.

HEX#C9D6DF
RGB201, 214, 223
HSL205, 26, 83
CMYK10, 4, 0, 13

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
Isabelline

RolesBg Dark

HEX#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Charcoal

RolesText, Btn Secondary Text

HEX#1B263B
RGB27, 38, 59
HSL219, 37, 17
CMYK54, 36, 0, 77

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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-selective-yellow: #FAA613;
  --color-crimson-red: #9E2B25;
  --color-slate-gray: #6B778D;
  --color-light-steel-blue: #C9D6DF;
  --color-white: #FFFFFF;
  --color-isabelline: #F5F7FA;
  --color-charcoal: #1B263B;
}

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-link: #0D3B66;
  --role-btn-primary-bg: #0D3B66;
  --role-btn-outlined-border: #0D3B66;
  --role-btn-outlined-text: #0D3B66;
  --role-btn-secondary-bg: #FAA613;
  --role-headline: #9E2B25;
  --role-icon: #6B778D;
  --role-border: #6B778D;
  --role-divider: #6B778D;
  --role-outline: #6B778D;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F5F7FA;
  --role-text: #1B263B;
  --role-btn-secondary-text: #1B263B;
}

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",
    "selective-yellow": "#FAA613",
    "crimson-red": "#9E2B25",
    "slate-gray": "#6B778D",
    "light-steel-blue": "#C9D6DF",
    "white": "#FFFFFF",
    "isabelline": "#F5F7FA",
    "charcoal": "#1B263B"
}
Press Space to load new palette