Navy Blue#0B3D91
Coral#F5826F
Purple Iris#6A4B8E
Lavender Gray#9F94B8
Seaweed Green#4C8C7F
Palette direction

Deep Ocean Coral Color Palette

This palette captures the serene and vibrant essence of an underwater scene with deep ocean blues balanced by coral and seaweed-inspired accents, complemented by neutrals for versatility and readability.

ComplementaryHospitality Eventsoceancoralunderwatermarine
palette-preview.example
Hospitality Events color direction

Deep Ocean Coral Color Palette

This palette captures the serene and vibrant essence of an underwater scene with deep ocean blues balanced by coral and seaweed-inspired accents, complemented by neutrals for versatility 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 Navy Blue #0B3D9110.0:1 Excellent
Logo Charcoal #1A1A1Aon Coral #F5826F6.9:1 Strong
Logo Charcoal #1A1A1Aon White #FFFFFF17.4:1 Excellent
Logo Charcoal #1A1A1Aon Lavender Gray #9F94B86.1:1 Strong
Icon color
BackgroundNavy Blue#0B3D91TextWhite#FFFFFF
Primary Button10.04:1
AAA

Best for the main action users should notice first.

BackgroundCoral#F5826FTextCharcoal#1A1A1A
Secondary Button6.88:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCoral#F5826F
Outlined Button2.53:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextNavy Blue#0B3D91
Text Button10.04:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Deep Ocean 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.

CDeep Ocean Coral Color PaletteHospitality Events 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.Navy Blue #0B3D91
HeadlineUsed for main titles and key messages.Navy Blue #0B3D91
LinkUsed for links and interactive text.Navy Blue #0B3D91

Buttons

Primary Button
BackgroundNavy Blue #0B3D91
TextWhite #FFFFFF
Secondary Button
BackgroundCoral #F5826F
TextCharcoal #1A1A1A
Outlined Button
BackgroundCoral #F5826F
TextCoral #F5826F

Interface

TextDefault readable body text.Charcoal #1A1A1A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F4F4F4
IconSmall interface icons and marks.Lavender Gray #9F94B8
BorderCards, inputs, and component borders.Lavender Gray #9F94B8
DividerSubtle separators between content.Lavender Gray #9F94B8
OutlineFocus rings and emphasis outlines.Lavender Gray #9F94B8

Palette Colors

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

Main (Brand) Colors

The main colors blend cool ocean blues with a soft coral, creating a harmonious split-complementary scheme that evokes underwater tranquility and vibrancy.

PrimaryNavy Blue

RolesLogo, Link, Btn Primary Bg, Headline

Navy Blue conveys depth, trust, and calmness, anchoring the palette in an oceanic feel.

HEX#0B3D91
RGB11, 61, 145
HSL218, 86, 31
CMYK92, 58, 0, 43
SecondaryCoral

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Coral adds warmth and liveliness, representing coral reefs and balancing the cool tones.

HEX#F5826F
RGB245, 130, 111
HSL9, 87, 70
CMYK0, 47, 55, 4
TertiaryPurple Iris

Purple Iris provides a muted contrast and sophistication, complementing both blue and coral effectively.

HEX#6A4B8E
RGB106, 75, 142
HSL268, 31, 43
CMYK25, 47, 0, 44

Support Colors

Support colors extend the main palette with softer purples and seaweed-inspired greens, adding depth and natural vibrancy without overpowering the main colors.

Lavender Gray

RolesIcon, Border, Divider, Outline

Lavender Gray softens the palette with a muted hue that enhances readability and subtle detailing.

HEX#9F94B8
RGB159, 148, 184
HSL258, 20, 65
CMYK14, 20, 0, 28
Seaweed Green

Seaweed Green adds an organic touch that balances the warm coral and cool blues naturally.

HEX#4C8C7F
RGB76, 140, 127
HSL168, 30, 42
CMYK46, 0, 9, 45

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
Ivory

RolesBg Dark

HEX#F4F4F4
RGB244, 244, 244
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

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-navy-blue: #0B3D91;
  --color-coral: #F5826F;
  --color-purple-iris: #6A4B8E;
  --color-lavender-gray: #9F94B8;
  --color-seaweed-green: #4C8C7F;
  --color-white: #FFFFFF;
  --color-ivory: #F4F4F4;
  --color-charcoal: #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: #0B3D91;
  --role-link: #0B3D91;
  --role-btn-primary-bg: #0B3D91;
  --role-headline: #0B3D91;
  --role-btn-secondary-bg: #F5826F;
  --role-btn-outlined-border: #F5826F;
  --role-btn-outlined-text: #F5826F;
  --role-icon: #9F94B8;
  --role-border: #9F94B8;
  --role-divider: #9F94B8;
  --role-outline: #9F94B8;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F4F4F4;
  --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.
{
    "navy-blue": "#0B3D91",
    "coral": "#F5826F",
    "purple-iris": "#6A4B8E",
    "lavender-gray": "#9F94B8",
    "seaweed-green": "#4C8C7F",
    "white": "#FFFFFF",
    "ivory": "#F4F4F4",
    "charcoal": "#1A1A1A"
}
Press Space to load new palette