Deep Harbor#17384B
Muted Tide#5C8A8C
Soft Sand#D8C6AD
Steel Mist#6F7F88
Sea Foam Veil#9FB2AE
Palette direction

Shadow Skin Teal Color Palette

This palette translates the image’s cool deep shadows and warm skin-toned highlights into a balanced system that feels intimate, modern, and quietly premium. The contrast between inky blue-greens, soft parchment neutrals, and a restrained teal accent creates a recognizable brand presence that works well across identity and UI.

ComplementaryLuxury And Lifestylecool shadow palettewarm neutral contrastteal accentmodern brand colors
palette-preview.example
Luxury And Lifestyle color direction

Shadow Skin Teal Color Palette

This palette translates the image’s cool deep shadows and warm skin-toned highlights into a balanced system that feels intimate, modern, and quietly premium. The contrast between inky blue-greens, soft parchment neutrals, and a restrained teal accent creates a recognizable brand presence that works well across identity and UI.

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 Pure White #FFFFFFon Deep Harbor #17384B12.3:1 Excellent
Logo Ink Depth #111820on Soft Sand #D8C6AD10.7:1 Excellent
Logo Ink Depth #111820on Muted Tide #5C8A8C4.7:1 Strong
Logo Ink Depth #111820on Pure White #FFFFFF17.9:1 Excellent
Icon color
BackgroundDeep Harbor#17384BTextPure White#FFFFFF
Primary Button12.33:1
AAA

Best for the main action users should notice first.

BackgroundMuted Tide#5C8A8CTextPure White#FFFFFF
Secondary Button3.84:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextMuted Tide#5C8A8C
Outlined Button3.84:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextMuted Tide#5C8A8C
Text Button3.84:1
Large text

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

Palette composition8 colorsComplementary color relationship
9:41Shadow Skin Teal 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.

CShadow Skin Teal Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a dark blue-green anchor, a softened sea-glass tone, and a warm beige highlight to mirror the image’s contrast between shadow and skin. Together they create a distinctive palette that feels grounded, tactile, and refined without becoming overly themed.

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.Deep Harbor #17384B
HeadlineUsed for main titles and key messages.Soft Sand #D8C6AD
LinkUsed for links and interactive text.Muted Tide #5C8A8C

Buttons

Primary Button
BackgroundDeep Harbor #17384B
TextPure White #FFFFFF
Secondary Button
BackgroundMuted Tide #5C8A8C
TextPure White #FFFFFF
Outlined Button
BackgroundMuted Tide #5C8A8C
TextMuted Tide #5C8A8C

Interface

TextDefault readable body text.Ink Depth #111820
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ink Depth #111820
IconSmall interface icons and marks.Steel Mist #6F7F88
BorderCards, inputs, and component borders.Steel Mist #6F7F88
DividerSubtle separators between content.Sea Foam Veil #9FB2AE
OutlineFocus rings and emphasis outlines.Sea Foam Veil #9FB2AE

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 dark blue-green anchor, a softened sea-glass tone, and a warm beige highlight to mirror the image’s contrast between shadow and skin. Together they create a distinctive palette that feels grounded, tactile, and refined without becoming overly themed.

PrimaryDeep Harbor

RolesLogo, Btn Primary Bg

This deep blue-green gives the brand a confident anchor and carries the strongest visual weight in the system.

HEX#17384B
RGB23, 56, 75
HSL202, 53, 19
CMYK69, 25, 0, 71
SecondaryMuted Tide

RolesLink, Btn Secondary Bg, Btn Outlined Border, Btn Outlined Text

This softened teal adds motion and accessibility while staying calm enough to support the darker anchor color.

HEX#5C8A8C
RGB92, 138, 140
HSL183, 21, 45
CMYK34, 1, 0, 45
TertiarySoft Sand

RolesHeadline

This warm neutralized beige echoes the skin-toned highlight from the image and brings a human, tactile softness to the palette.

HEX#D8C6AD
RGB216, 198, 173
HSL35, 36, 76
CMYK0, 8, 20, 15

Support Colors

The support colors extend the palette with restrained depth and cool luminosity so the core tones stay expressive without losing cohesion. They add usable variation for UI states and secondary surfaces while remaining visually subordinate to the main colors.

Steel Mist

RolesIcon, Border

This cool gray-blue bridges the dark anchor and the lighter accent, making interface details feel polished rather than stark.

HEX#6F7F88
RGB111, 127, 136
HSL202, 10, 48
CMYK18, 7, 0, 47
Sea Foam Veil

RolesDivider, Outline

This subdued misty green softens separation lines and supports the palette with a light, quiet counterpoint.

HEX#9FB2AE
RGB159, 178, 174
HSL167, 11, 66
CMYK11, 0, 2, 30

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Linen Whisper
HEX#F4EFE6
RGB244, 239, 230
HSL39, 39, 93
CMYK0, 2, 6, 4
Ink Depth

RolesBg Dark, Text

HEX#111820
RGB17, 24, 32
HSL212, 31, 10
CMYK47, 25, 0, 87

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-deep-harbor: #17384B;
  --color-muted-tide: #5C8A8C;
  --color-soft-sand: #D8C6AD;
  --color-steel-mist: #6F7F88;
  --color-sea-foam-veil: #9FB2AE;
  --color-pure-white: #FFFFFF;
  --color-linen-whisper: #F4EFE6;
  --color-ink-depth: #111820;
}

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: #17384B;
  --role-btn-primary-bg: #17384B;
  --role-link: #5C8A8C;
  --role-btn-secondary-bg: #5C8A8C;
  --role-btn-outlined-border: #5C8A8C;
  --role-btn-outlined-text: #5C8A8C;
  --role-headline: #D8C6AD;
  --role-icon: #6F7F88;
  --role-border: #6F7F88;
  --role-divider: #9FB2AE;
  --role-outline: #9FB2AE;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111820;
  --role-text: #111820;
}

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.
{
    "deep-harbor": "#17384B",
    "muted-tide": "#5C8A8C",
    "soft-sand": "#D8C6AD",
    "steel-mist": "#6F7F88",
    "sea-foam-veil": "#9FB2AE",
    "pure-white": "#FFFFFF",
    "linen-whisper": "#F4EFE6",
    "ink-depth": "#111820"
}
Press Space to load new palette