Deep Teal#154953
Soft Blue#3B7A8F
Muted Green#59806B
Deep Slate Blue#2A5D62
Pale Aqua#9BC1B8
Palette direction

Deep Teal Harmonious Color Palette

This palette is built around a distinctive deep teal main color balanced by softer blue and green accents, complemented by neutral tones that ensure clarity and sophistication. The deep teal gives a strong identity, while the support colors add depth and harmony without overwhelming the core brand essence.

AnalogousCreativedeep tealbluegreenneutral
palette-preview.example
Creative color direction

Deep Teal Harmonious Color Palette

This palette is built around a distinctive deep teal main color balanced by softer blue and green accents, complemented by neutral tones that ensure clarity and sophistication. The deep teal gives a strong identity, while the support colors add depth and harmony without overwhelming the core brand essence.

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 #15495310.0:1 Excellent
Logo Pure White #FFFFFFon Soft Blue #3B7A8F4.8:1 Strong
Logo Charcoal Black #1A1F23on Pure White #FFFFFF16.6:1 Excellent
Logo Charcoal Black #1A1F23on Pale Aqua #9BC1B88.5:1 Excellent
Icon color
BackgroundDeep Teal#154953TextPure White#FFFFFF
Primary Button9.95:1
AAA

Best for the main action users should notice first.

BackgroundSoft Blue#3B7A8FTextPure White#FFFFFF
Secondary Button4.81:1
AA

Useful for softer choices and secondary paths.

BackgroundPale Aqua#9BC1B8TextMuted Green#59806B
Outlined Button2.27:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPale Aqua#9BC1B8TextDeep Teal#154953
Text Button5.08:1
AA

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

Palette composition8 colorsAnalogous color relationship
9:41Deep Teal Harmonious Color Palette Color role balance
Analogous 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 Teal Harmonious Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form an analogous palette with deep teal, soft blue, and muted green creating a cohesive and recognizable visual identity that evokes trust and creativity.

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 #154953
HeadlineUsed for main titles and key messages.Soft Blue #3B7A8F
LinkUsed for links and interactive text.Deep Teal #154953

Buttons

Primary Button
BackgroundDeep Teal #154953
TextPure White #FFFFFF
Secondary Button
BackgroundSoft Blue #3B7A8F
TextPure White #FFFFFF
Outlined Button
BackgroundMuted Green #59806B
TextMuted Green #59806B

Interface

TextDefault readable body text.Charcoal Black #1A1F23
Bg LightLight page or section background.Pale Aqua #9BC1B8
Bg DarkDark page or section background.Pure White #FFFFFF
IconSmall interface icons and marks.Deep Slate Blue #2A5D62
BorderCards, inputs, and component borders.Deep Slate Blue #2A5D62
DividerSubtle separators between content.Deep Slate Blue #2A5D62
OutlineFocus rings and emphasis outlines.Deep Slate Blue #2A5D62

Palette Colors

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

Main (Brand) Colors

The main colors form an analogous palette with deep teal, soft blue, and muted green creating a cohesive and recognizable visual identity that evokes trust and creativity.

PrimaryDeep Teal

RolesLogo, Btn Primary Bg, Link

Deep Teal establishes a strong and trustworthy brand presence with its rich and calming tone.

HEX#154953
RGB21, 73, 83
HSL190, 60, 20
CMYK75, 12, 0, 67
SecondarySoft Blue

RolesBtn Secondary Bg, Headline

Soft Blue adds approachability and freshness, complementing the primary teal with a gentle contrast.

HEX#3B7A8F
RGB59, 122, 143
HSL195, 42, 40
CMYK59, 15, 0, 44
TertiaryMuted Green

RolesBtn Outlined Border, Btn Outlined Text

Muted Green enhances balance by quietly supporting the palette and harmonizing the blues with a natural feel.

HEX#59806B
RGB89, 128, 107
HSL148, 18, 43
CMYK30, 0, 16, 50

Support Colors

Support colors extend the main palette with deeper and lighter blue-green tones that reinforce the core teal family while maintaining visual subtlety.

Deep Slate Blue

RolesIcon, Border, Divider, Outline

Deep Slate Blue supports the main colors with additional depth and an elegant, modern edge.

HEX#2A5D62
RGB42, 93, 98
HSL185, 40, 27
CMYK57, 5, 0, 62
Pale Aqua

RolesBg Light

Pale Aqua provides a soft, light background that complements the teal tones and ensures content visibility.

HEX#9BC1B8
RGB155, 193, 184
HSL166, 23, 68
CMYK20, 0, 5, 24

Neutral Colors

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

Pure White

RolesBg Dark, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Light Mist
HEX#F4F6F7
RGB244, 246, 247
HSL200, 16, 96
CMYK1, 0, 0, 3
Charcoal Black

RolesText

HEX#1A1F23
RGB26, 31, 35
HSL207, 15, 12
CMYK26, 11, 0, 86

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: #154953;
  --color-soft-blue: #3B7A8F;
  --color-muted-green: #59806B;
  --color-deep-slate-blue: #2A5D62;
  --color-pale-aqua: #9BC1B8;
  --color-pure-white: #FFFFFF;
  --color-light-mist: #F4F6F7;
  --color-charcoal-black: #1A1F23;
}

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: #154953;
  --role-btn-primary-bg: #154953;
  --role-link: #154953;
  --role-btn-secondary-bg: #3B7A8F;
  --role-headline: #3B7A8F;
  --role-btn-outlined-border: #59806B;
  --role-btn-outlined-text: #59806B;
  --role-icon: #2A5D62;
  --role-border: #2A5D62;
  --role-divider: #2A5D62;
  --role-outline: #2A5D62;
  --role-bg-light: #9BC1B8;
  --role-bg-dark: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-text: #1A1F23;
}

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": "#154953",
    "soft-blue": "#3B7A8F",
    "muted-green": "#59806B",
    "deep-slate-blue": "#2A5D62",
    "pale-aqua": "#9BC1B8",
    "pure-white": "#FFFFFF",
    "light-mist": "#F4F6F7",
    "charcoal-black": "#1A1F23"
}
Press Space to load new palette