Teal#77A69D
Mint#B3D8CE
Sage#A9C3B5
Slate Gray#8EA6A1
Palette direction

Mint Teal Pastel Color Palette

This palette uses soft pastel tones combined with deep teal to reflect the gentle yet distinct contrast in the image's textured typography and background, creating a soothing but authoritative visual identity.

MonochromaticCreativeminttealpastelcalm
palette-preview.example
Creative color direction

Mint Teal Pastel Color Palette

This palette uses soft pastel tones combined with deep teal to reflect the gentle yet distinct contrast in the image's textured typography and background, creating a soothing but authoritative visual identity.

Explore the color system7 colors mapped to roles
Logo contrast guide

Logo color pairings

Each column shows a usable logo color on a palette background, with contrast checked for clarity.

Logo Charcoal #2F3E3D
on Mint #B3D8CE

7.3:1 Excellent

Logo Charcoal #2F3E3D
on White #FFFFFF

11.2:1 Excellent

Logo White #FFFFFF
on Charcoal #2F3E3D

11.2:1 Excellent

Logo Charcoal #2F3E3D
on Light Mint #E3F0EB

9.6:1 Excellent
Business card

Printed materials without guessing.

A neutral card system with the logo color, contact text, and a restrained palette accent.

Avery Stone Palette designer avery@example.com colorfly.design
Mobile website

The palette has to survive the small screen.

A mobile landing page preview with logo, navigation, headline, CTA, content card, and chart color usage.

Creative Mint Teal Pastel Color Palette

The main colors combine cool tones of soft mint and deep teal, offering a harmonious and recognizable identity with subtle variation in hue and saturation.

Analytics system

Dashboards need more than one pretty color.

Numbers, pie charts, bars, stacked bars, and lines reveal whether the palette can support real product interfaces.

Revenue$84.2k+18.4%
Retention72%Stable
Signals7Monochromatic
Audience split
Monthly growth
Trend line

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.Teal #77A69D
HeadlineUsed for main titles and key messages.Teal #77A69D
LinkUsed for links and interactive text.Teal #77A69D

Buttons

Primary Button
Contrast4.12:1Large text
BackgroundTeal #77A69D
TextCharcoal #2F3E3D
Secondary Button
Contrast7.26:1AA
BackgroundMint #B3D8CE
TextCharcoal #2F3E3D
Outlined Button
Contrast2.72:1Low
BorderTeal #77A69D
TextTeal #77A69D

Interface

TextDefault readable body text.Charcoal #2F3E3D
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Light Mint #E3F0EB
IconSmall interface icons and marks.Sage #A9C3B5
BorderCards, inputs, and component borders.Sage #A9C3B5
DividerSubtle separators between content.Sage #A9C3B5
OutlineFocus rings and emphasis outlines.Sage #A9C3B5

Print Color Values

CMYK values are calculated from HEX by default. Adjust them only when preparing print materials.

Palette Colors

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

Main (Brand) Colors

The main colors combine cool tones of soft mint and deep teal, offering a harmonious and recognizable identity with subtle variation in hue and saturation.

PrimaryTeal

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

Teal is the foundational color conveying a calm, sophisticated feel and solid visual grounding.

HEX#77A69D
RGB119, 166, 157
HSL169, 21, 56
CMYK28, 0, 5, 35
SecondaryMint

RolesBtn Secondary Bg

Mint adds freshness and softness, balancing the depth of teal with a clean, airy quality.

HEX#B3D8CE
RGB179, 216, 206
HSL164, 32, 77
CMYK17, 0, 5, 15

Support Colors

Support colors add muted blues and cool grays to complement main tones and maintain visual interest without overpowering.

Sage

RolesIcon, Border, Divider, Outline

Sage provides a gentle, muted contrast enhancing the depth of the palette while remaining subtle.

HEX#A9C3B5
RGB169, 195, 181
HSL148, 18, 71
CMYK13, 0, 7, 24
Slate Gray

Slate Gray anchors the lighter colors by adding neutrality and sophistication to support main tones.

HEX#8EA6A1
RGB142, 166, 161
HSL168, 12, 60
CMYK14, 0, 3, 35

Neutral Colors

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

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Light Mint

RolesBg Dark

HEX#E3F0EB
RGB227, 240, 235
HSL157, 30, 92
CMYK5, 0, 2, 6
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#2F3E3D
RGB47, 62, 61
HSL176, 14, 21
CMYK24, 0, 2, 76

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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-teal: #77A69D;
  --color-mint: #B3D8CE;
  --color-sage: #A9C3B5;
  --color-slate-gray: #8EA6A1;
  --color-white: #FFFFFF;
  --color-light-mint: #E3F0EB;
  --color-charcoal: #2F3E3D;
}

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: #77A69D;
  --role-link: #77A69D;
  --role-btn-primary-bg: #77A69D;
  --role-btn-outlined-border: #77A69D;
  --role-btn-outlined-text: #77A69D;
  --role-headline: #77A69D;
  --role-btn-secondary-bg: #B3D8CE;
  --role-icon: #A9C3B5;
  --role-border: #A9C3B5;
  --role-divider: #A9C3B5;
  --role-outline: #A9C3B5;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #E3F0EB;
  --role-text: #2F3E3D;
  --role-btn-primary-text: #2F3E3D;
  --role-btn-secondary-text: #2F3E3D;
}

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.
{
    "teal": "#77A69D",
    "mint": "#B3D8CE",
    "sage": "#A9C3B5",
    "slate-gray": "#8EA6A1",
    "white": "#FFFFFF",
    "light-mint": "#E3F0EB",
    "charcoal": "#2F3E3D"
}
Press Space to load new palette