Deep Teal#0F4D53
Muted Turquoise#3E8E8E
Warm Sand#D9C9B6
Soft Slate Blue#607F7F
Muted Taupe#B8A998
Palette direction

Teal Sand Elegant Color Palette

This palette draws from the image's muted yet elegant combination of deep teal blues and soft sandy neutrals, creating a refined and versatile color system. It balances strong, recognizable main colors with subtle support shades and neutrals to deliver clarity and sophistication for branding and interface use.

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

Teal Sand Elegant Color Palette

This palette draws from the image's muted yet elegant combination of deep teal blues and soft sandy neutrals, creating a refined and versatile color system. It balances strong, recognizable main colors with subtle support shades and neutrals to deliver clarity and sophistication for branding and interface use.

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 Teal #0F4D539.5:1 Excellent
Logo Charcoal Black #2B2B2Bon Warm Sand #D9C9B68.8:1 Excellent
Logo Charcoal Black #2B2B2Bon Pure White #FFFFFF14.2:1 Excellent
Logo Charcoal Black #2B2B2Bon Muted Taupe #B8A9986.2:1 Strong
Icon color
BackgroundDeep Teal#0F4D53TextPure White#FFFFFF
Primary Button9.52:1
AAA

Best for the main action users should notice first.

BackgroundMuted Turquoise#3E8E8ETextPure White#FFFFFF
Secondary Button3.84:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextDeep Teal#0F4D53
Outlined Button9.52:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextDeep Teal#0F4D53
Text Button9.52:1
AAA

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

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

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

A usable
color system.

The main colors work cohesively by using an analogous harmony of teal blues and muted turquoise, paired with a soft sand tone that creates a calming yet distinctive system.

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 Teal #0F4D53
HeadlineUsed for main titles and key messages.Muted Turquoise #3E8E8E
LinkUsed for links and interactive text.Deep Teal #0F4D53

Buttons

Primary Button
BackgroundDeep Teal #0F4D53
TextPure White #FFFFFF
Secondary Button
BackgroundMuted Turquoise #3E8E8E
TextPure White #FFFFFF
Outlined Button
BackgroundDeep Teal #0F4D53
TextDeep Teal #0F4D53

Interface

TextDefault readable body text.Charcoal Black #2B2B2B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory Tint #F5F2EF
IconSmall interface icons and marks.Soft Slate Blue #607F7F
BorderCards, inputs, and component borders.Soft Slate Blue #607F7F
DividerSubtle separators between content.Soft Slate Blue #607F7F
OutlineFocus rings and emphasis outlines.Soft Slate Blue #607F7F

Palette Colors

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

Main (Brand) Colors

The main colors work cohesively by using an analogous harmony of teal blues and muted turquoise, paired with a soft sand tone that creates a calming yet distinctive system.

PrimaryDeep Teal

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

Deep Teal offers a strong, confident presence for the brand, representing reliability and sophistication.

HEX#0F4D53
RGB15, 77, 83
HSL185, 69, 19
CMYK82, 7, 0, 67
SecondaryMuted Turquoise

RolesBtn Secondary Bg, Headline

Muted Turquoise softens the palette with a calm, inviting tone that complements and balances the deeper teal.

HEX#3E8E8E
RGB62, 142, 142
HSL180, 39, 40
CMYK56, 0, 0, 44
TertiaryWarm Sand

Warm Sand adds a neutral but warm accent that brings a natural, refined softness to the color trio.

HEX#D9C9B6
RGB217, 201, 182
HSL33, 32, 78
CMYK0, 7, 16, 15

Support Colors

These subtle accent colors extend the palette with softer, lower saturation blues and a warm gray to provide visual balance and emphasize the main colors without overpowering them.

Soft Slate Blue

RolesIcon, Border, Divider, Outline

Soft Slate Blue complements the blues with a gentle, muted shade that supports borders and icons delicately.

HEX#607F7F
RGB96, 127, 127
HSL180, 14, 44
CMYK24, 0, 0, 50
Muted Taupe

Muted Taupe offers earthy warmth to harmonize the palette, reinforcing the natural feel without competing with the main colors.

HEX#B8A998
RGB184, 169, 152
HSL32, 18, 66
CMYK0, 8, 17, 28

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
Ivory Tint

RolesBg Dark

HEX#F5F2EF
RGB245, 242, 239
HSL30, 23, 95
CMYK0, 1, 2, 4
Charcoal Black

RolesText

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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-teal: #0F4D53;
  --color-muted-turquoise: #3E8E8E;
  --color-warm-sand: #D9C9B6;
  --color-soft-slate-blue: #607F7F;
  --color-muted-taupe: #B8A998;
  --color-pure-white: #FFFFFF;
  --color-ivory-tint: #F5F2EF;
  --color-charcoal-black: #2B2B2B;
}

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: #0F4D53;
  --role-link: #0F4D53;
  --role-btn-primary-bg: #0F4D53;
  --role-btn-outlined-border: #0F4D53;
  --role-btn-outlined-text: #0F4D53;
  --role-btn-secondary-bg: #3E8E8E;
  --role-headline: #3E8E8E;
  --role-icon: #607F7F;
  --role-border: #607F7F;
  --role-divider: #607F7F;
  --role-outline: #607F7F;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F2EF;
  --role-text: #2B2B2B;
}

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-teal": "#0F4D53",
    "muted-turquoise": "#3E8E8E",
    "warm-sand": "#D9C9B6",
    "soft-slate-blue": "#607F7F",
    "muted-taupe": "#B8A998",
    "pure-white": "#FFFFFF",
    "ivory-tint": "#F5F2EF",
    "charcoal-black": "#2B2B2B"
}
Press Space to load new palette