Teal#2B5D58
Grass Green#4B7754
Muted Sage#799884
Palette direction

Teal Green Nature Color Palette

This palette draws from the deep teal and muted grass green of the background and radar-like textures, paired with crisp white and soft grays to create a calming yet natural impression. It balances rich color depth with light neutrals for contrast and readability.

AnalogousCreativetealgreennaturecalm
palette-preview.example
Creative color direction

Teal Green Nature Color Palette

This palette draws from the deep teal and muted grass green of the background and radar-like textures, paired with crisp white and soft grays to create a calming yet natural impression. It balances rich color depth with light neutrals for contrast and readability.

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 White #FFFFFFon Teal #2B5D587.5:1 Excellent
Logo White #FFFFFFon Grass Green #4B77545.2:1 Strong
Logo Charcoal #232323on White #FFFFFF15.7:1 Excellent
Logo Charcoal #232323on Muted Sage #7998845.0:1 Strong
Icon color
BackgroundTeal#2B5D58TextWhite#FFFFFF
Primary Button7.47:1
AAA

Best for the main action users should notice first.

BackgroundGrass Green#4B7754TextWhite#FFFFFF
Secondary Button5.16:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextTeal#2B5D58
Outlined Button7.47:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextTeal#2B5D58
Text Button7.47:1
AAA

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

Palette composition6 colorsAnalogous color relationship
9:41Teal Green Nature 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.

CTeal Green Nature Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors are analogous shades of teal and green that evoke a sense of nature, calmness, and balance, working together to create a recognizable organic aesthetic.

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

Buttons

Primary Button
BackgroundTeal #2B5D58
TextWhite #FFFFFF
Secondary Button
BackgroundGrass Green #4B7754
TextWhite #FFFFFF
Outlined Button
BackgroundTeal #2B5D58
TextTeal #2B5D58

Interface

TextDefault readable body text.Charcoal #232323
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #232323
IconSmall interface icons and marks.Muted Sage #799884
BorderCards, inputs, and component borders.Muted Sage #799884
DividerSubtle separators between content.Muted Sage #799884
OutlineFocus rings and emphasis outlines.Muted Sage #799884

Palette Colors

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

Main (Brand) Colors

The main colors are analogous shades of teal and green that evoke a sense of nature, calmness, and balance, working together to create a recognizable organic aesthetic.

PrimaryTeal

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

Teal adds a strong, grounded presence with a calming and sophisticated tone.

HEX#2B5D58
RGB43, 93, 88
HSL174, 37, 27
CMYK54, 0, 5, 64
SecondaryGrass Green

RolesBtn Secondary Bg

Grass Green brings a natural, fresh energy that complements the richness of teal.

HEX#4B7754
RGB75, 119, 84
HSL132, 23, 38
CMYK37, 0, 29, 53

Support Colors

Support colors are muted versions of the main hues, adding subtler visual interest and functionality without overpowering the primary colors.

Muted Sage

RolesIcon, Border, Divider, Outline

Muted Sage serves as a soft supportive tone to harmonize and balance the main palette.

HEX#799884
RGB121, 152, 132
HSL141, 13, 54
CMYK20, 0, 13, 40

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Alabaster
HEX#F4F4F4
RGB244, 244, 244
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesBg Dark, Text

HEX#232323
RGB35, 35, 35
HSL0, 0, 14
CMYK0, 0, 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-teal: #2B5D58;
  --color-grass-green: #4B7754;
  --color-muted-sage: #799884;
  --color-white: #FFFFFF;
  --color-alabaster: #F4F4F4;
  --color-charcoal: #232323;
}

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: #2B5D58;
  --role-link: #2B5D58;
  --role-btn-primary-bg: #2B5D58;
  --role-btn-outlined-border: #2B5D58;
  --role-btn-outlined-text: #2B5D58;
  --role-headline: #2B5D58;
  --role-btn-secondary-bg: #4B7754;
  --role-icon: #799884;
  --role-border: #799884;
  --role-divider: #799884;
  --role-outline: #799884;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #232323;
  --role-text: #232323;
}

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": "#2B5D58",
    "grass-green": "#4B7754",
    "muted-sage": "#799884",
    "white": "#FFFFFF",
    "alabaster": "#F4F4F4",
    "charcoal": "#232323"
}
Press Space to load new palette