Ocean Blue#0B4F8A
Sea Blue#4B89C8
Sand#D9C4A3
Slate Blue#6C8DA6
Powder Blue#A6B8C9
Palette direction

Coastal Blue Sand Color Palette

This palette translates the image’s coastal calm into a refined brand system of deep ocean blue, slate sea, and sun-washed sand. The main colors create a trustworthy, open, and grounded identity, while the support tones add quiet shoreline depth and subtle atmospheric balance.

ComplementaryLuxury And Lifestylecoastaloceansandsky
palette-preview.example
Luxury And Lifestyle color direction

Coastal Blue Sand Color Palette

This palette translates the image’s coastal calm into a refined brand system of deep ocean blue, slate sea, and sun-washed sand. The main colors create a trustworthy, open, and grounded identity, while the support tones add quiet shoreline depth and subtle atmospheric balance.

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 Charcoal #1B1B1Bon Sand #D9C4A310.2:1 Excellent
Logo White #FFFFFFon Ocean Blue #0B4F8A8.4:1 Excellent
Logo Charcoal #1B1B1Bon Sea Blue #4B89C84.7:1 Strong
Logo Charcoal #1B1B1Bon White #FFFFFF17.2:1 Excellent
Icon color
BackgroundOcean Blue#0B4F8ATextWhite#FFFFFF
Primary Button8.40:1
AAA

Best for the main action users should notice first.

BackgroundSand#D9C4A3TextCharcoal#1B1B1B
Secondary Button10.15:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextSand#D9C4A3
Outlined Button1.70:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextSea Blue#4B89C8
Text Button3.68:1
Large text

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

Palette composition8 colorsComplementary color relationship
9:41Coastal Blue Sand 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.

CCoastal Blue Sand Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors move from deep ocean blue through airy blue to warm sand, creating a recognizable shoreline system that feels calm, premium, and easy to apply across digital and identity touchpoints. Their close relationship keeps the brand coherent while still giving clear hierarchy for logos, calls to action, and headlines.

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.Ocean Blue #0B4F8A
HeadlineUsed for main titles and key messages.Sea Blue #4B89C8
LinkUsed for links and interactive text.Sea Blue #4B89C8

Buttons

Primary Button
BackgroundOcean Blue #0B4F8A
TextWhite #FFFFFF
Secondary Button
BackgroundSand #D9C4A3
TextCharcoal #1B1B1B
Outlined Button
BackgroundSand #D9C4A3
TextSand #D9C4A3

Interface

TextDefault readable body text.Charcoal #1B1B1B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1B1B1B
IconSmall interface icons and marks.Slate Blue #6C8DA6
BorderCards, inputs, and component borders.Slate Blue #6C8DA6
DividerSubtle separators between content.Powder Blue #A6B8C9
OutlineFocus rings and emphasis outlines.Powder Blue #A6B8C9

Palette Colors

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

Main (Brand) Colors

The main colors move from deep ocean blue through airy blue to warm sand, creating a recognizable shoreline system that feels calm, premium, and easy to apply across digital and identity touchpoints. Their close relationship keeps the brand coherent while still giving clear hierarchy for logos, calls to action, and headlines.

PrimaryOcean Blue

RolesLogo, Btn Primary Bg

Ocean Blue gives the brand depth, stability, and immediate coastal recognition.

HEX#0B4F8A
RGB11, 79, 138
HSL208, 85, 29
CMYK92, 43, 0, 46
SecondarySea Blue

RolesLink, Headline

Sea Blue adds clarity and movement, making interactive and editorial elements feel fresh and approachable.

HEX#4B89C8
RGB75, 137, 200
HSL210, 53, 54
CMYK63, 32, 0, 22
TertiarySand

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Sand softens the system with a warm shoreline tone that balances the cooler blues.

HEX#D9C4A3
RGB217, 196, 163
HSL37, 42, 75
CMYK0, 10, 25, 15

Support Colors

The support colors extend the coastal mood without competing with the main palette, adding muted water and weathered-shore nuance for borders, icons, and structural accents. They keep the system practical and layered while staying visually subordinate to the primary brand colors.

Slate Blue

RolesIcon, Border

Slate Blue reinforces the sea-sky atmosphere while staying calm enough for utility roles.

HEX#6C8DA6
RGB108, 141, 166
HSL206, 25, 54
CMYK35, 15, 0, 35
Powder Blue

RolesDivider, Outline

Powder Blue offers a lighter atmospheric accent that separates interface elements without harsh contrast.

HEX#A6B8C9
RGB166, 184, 201
HSL209, 24, 72
CMYK17, 8, 0, 21

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
HEX#F4F1EA
RGB244, 241, 234
HSL42, 31, 94
CMYK0, 1, 4, 4
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#1B1B1B
RGB27, 27, 27
HSL0, 0, 11
CMYK0, 0, 0, 89

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-ocean-blue: #0B4F8A;
  --color-sea-blue: #4B89C8;
  --color-sand: #D9C4A3;
  --color-slate-blue: #6C8DA6;
  --color-powder-blue: #A6B8C9;
  --color-white: #FFFFFF;
  --color-ivory: #F4F1EA;
  --color-charcoal: #1B1B1B;
}

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: #0B4F8A;
  --role-btn-primary-bg: #0B4F8A;
  --role-link: #4B89C8;
  --role-headline: #4B89C8;
  --role-btn-secondary-bg: #D9C4A3;
  --role-btn-outlined-border: #D9C4A3;
  --role-btn-outlined-text: #D9C4A3;
  --role-icon: #6C8DA6;
  --role-border: #6C8DA6;
  --role-divider: #A6B8C9;
  --role-outline: #A6B8C9;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #1B1B1B;
  --role-text: #1B1B1B;
  --role-btn-secondary-text: #1B1B1B;
}

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.
{
    "ocean-blue": "#0B4F8A",
    "sea-blue": "#4B89C8",
    "sand": "#D9C4A3",
    "slate-blue": "#6C8DA6",
    "powder-blue": "#A6B8C9",
    "white": "#FFFFFF",
    "ivory": "#F4F1EA",
    "charcoal": "#1B1B1B"
}
Press Space to load new palette