Soft Coral#F7BFA8
Slate Blue#5E8DA8
Mist Aqua#9FC9C2
Deep Harbor#4F7387
Sea Glass#D7E7E4
Palette direction

Coral Slate Aqua Color Palette

This palette pairs a soft coral-peach with a slate blue and a pale aqua accent to echo the image’s calm vertical rhythm and cool-warm balance. The result feels clean, approachable, and slightly editorial while staying practical for interfaces and brand systems.

Split ComplementaryCreativecoralslate blueaquaeditorial
palette-preview.example
Creative color direction

Coral Slate Aqua Color Palette

This palette pairs a soft coral-peach with a slate blue and a pale aqua accent to echo the image’s calm vertical rhythm and cool-warm balance. The result feels clean, approachable, and slightly editorial while staying practical for interfaces and brand systems.

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 #1F2328on Soft Coral #F7BFA89.8:1 Excellent
Logo Ink Black #1F2328on Mist Aqua #9FC9C28.7:1 Excellent
Logo Ink Black #1F2328on Pure White #FFFFFF15.8:1 Excellent
Logo Pure White #FFFFFFon Ink Black #1F232815.8:1 Excellent
Icon color
BackgroundSoft Coral#F7BFA8TextInk Black#1F2328
Primary Button9.76:1
AAA

Best for the main action users should notice first.

BackgroundMist Aqua#9FC9C2TextInk Black#1F2328
Secondary Button8.73:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextMist Aqua#9FC9C2
Outlined Button1.81:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextSlate Blue#5E8DA8
Text Button3.59:1
Large text

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

Palette composition8 colorsSplit Complementary color relationship
9:41Coral Slate Aqua 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.

CCoral Slate Aqua Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors work as a restrained warm-cool system, with coral bringing warmth and slate blue adding structure, while aqua acts as a lighter bridge that keeps the palette feeling fresh and recognizable.

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.Soft Coral #F7BFA8
HeadlineUsed for main titles and key messages.Slate Blue #5E8DA8
LinkUsed for links and interactive text.Slate Blue #5E8DA8

Buttons

Primary Button
BackgroundSoft Coral #F7BFA8
TextInk Black #1F2328
Secondary Button
BackgroundMist Aqua #9FC9C2
TextInk Black #1F2328
Outlined Button
BackgroundMist Aqua #9FC9C2
TextMist Aqua #9FC9C2

Interface

TextDefault readable body text.Ink Black #1F2328
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ink Black #1F2328
IconSmall interface icons and marks.Deep Harbor #4F7387
BorderCards, inputs, and component borders.Deep Harbor #4F7387
DividerSubtle separators between content.Sea Glass #D7E7E4
OutlineFocus rings and emphasis outlines.Sea Glass #D7E7E4

Palette Colors

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

Main (Brand) Colors

The main colors work as a restrained warm-cool system, with coral bringing warmth and slate blue adding structure, while aqua acts as a lighter bridge that keeps the palette feeling fresh and recognizable.

PrimarySoft Coral

RolesLogo, Btn Primary Bg

This coral adds a friendly, memorable anchor that keeps the brand approachable without feeling overly bright.

HEX#F7BFA8
RGB247, 191, 168
HSL17, 83, 81
CMYK0, 23, 32, 3
SecondarySlate Blue

RolesLink, Headline

This slate blue adds clarity and stability, making it ideal for navigation, emphasis, and a more serious brand voice.

HEX#5E8DA8
RGB94, 141, 168
HSL202, 30, 51
CMYK44, 16, 0, 34
TertiaryMist Aqua

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

This muted aqua softens the system and gives secondary actions a lighter, calmer presence that still feels distinct.

HEX#9FC9C2
RGB159, 201, 194
HSL170, 28, 71
CMYK21, 0, 3, 21

Support Colors

The support colors extend the palette with deeper and slightly softened cool tones that reinforce contrast, usability, and a quiet sense of depth.

Deep Harbor

RolesIcon, Border

This deeper blue-gray strengthens icons and borders without competing with the primary coral or slate blue.

HEX#4F7387
RGB79, 115, 135
HSL201, 26, 42
CMYK41, 15, 0, 47
Sea Glass

RolesDivider, Outline

This pale aqua-tinted neutral keeps dividers and outlines subtle while staying aligned with the palette’s cool undertone.

HEX#D7E7E4
RGB215, 231, 228
HSL169, 25, 87
CMYK7, 0, 1, 9

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Warm Paper
HEX#F7F4EE
RGB247, 244, 238
HSL40, 36, 95
CMYK0, 1, 4, 3
Ink Black

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

HEX#1F2328
RGB31, 35, 40
HSL213, 13, 14
CMYK23, 13, 0, 84

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-soft-coral: #F7BFA8;
  --color-slate-blue: #5E8DA8;
  --color-mist-aqua: #9FC9C2;
  --color-deep-harbor: #4F7387;
  --color-sea-glass: #D7E7E4;
  --color-pure-white: #FFFFFF;
  --color-warm-paper: #F7F4EE;
  --color-ink-black: #1F2328;
}

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: #F7BFA8;
  --role-btn-primary-bg: #F7BFA8;
  --role-link: #5E8DA8;
  --role-headline: #5E8DA8;
  --role-btn-secondary-bg: #9FC9C2;
  --role-btn-outlined-border: #9FC9C2;
  --role-btn-outlined-text: #9FC9C2;
  --role-icon: #4F7387;
  --role-border: #4F7387;
  --role-divider: #D7E7E4;
  --role-outline: #D7E7E4;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #1F2328;
  --role-text: #1F2328;
  --role-btn-primary-text: #1F2328;
  --role-btn-secondary-text: #1F2328;
}

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.
{
    "soft-coral": "#F7BFA8",
    "slate-blue": "#5E8DA8",
    "mist-aqua": "#9FC9C2",
    "deep-harbor": "#4F7387",
    "sea-glass": "#D7E7E4",
    "pure-white": "#FFFFFF",
    "warm-paper": "#F7F4EE",
    "ink-black": "#1F2328"
}
Press Space to load new palette