Tangerine#F58F20
Leaf Green#467434
Sea Grey#363636
Soft Clay#B27D48
Muted Teal Grey#547D7A
Palette direction

Tangerine Leaf Green Color Palette

This palette blends vibrant Tangerine with grounded Leaf Green and Sea Grey neutrals, creating a professional yet approachable corporate identity suitable for a social media marketing agency. The colors work cohesively to convey energy, growth, and trust while supporting clear readability and interface versatility.

AnalogousCreativetangerineleaf greensea greycorporate
palette-preview.example
Creative color direction

Tangerine Leaf Green Color Palette

This palette blends vibrant Tangerine with grounded Leaf Green and Sea Grey neutrals, creating a professional yet approachable corporate identity suitable for a social media marketing agency. The colors work cohesively to convey energy, growth, and trust while supporting clear readability and interface versatility.

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 Sea Grey #36363612.1:1 Excellent
Logo Charcoal Black #1F1F1Fon Tangerine #F58F206.9:1 Strong
Logo Pure White #FFFFFFon Leaf Green #4674345.5:1 Strong
Logo Charcoal Black #1F1F1Fon Pure White #FFFFFF16.5:1 Excellent
Icon color
BackgroundTangerine#F58F20TextCharcoal Black#1F1F1F
Primary Button6.93:1
AA

Best for the main action users should notice first.

BackgroundLeaf Green#467434TextPure White#FFFFFF
Secondary Button5.51:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextLeaf Green#467434
Outlined Button5.51:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextTangerine#F58F20
Text Button2.38:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Tangerine Leaf Green 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.

CTangerine Leaf Green Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors of vibrant Tangerine, grounded Leaf Green, and deep Sea Grey form a split complementary scheme that balances energy with professionalism and approachability for a distinct corporate look.

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

Buttons

Primary Button
BackgroundTangerine #F58F20
TextCharcoal Black #1F1F1F
Secondary Button
BackgroundLeaf Green #467434
TextPure White #FFFFFF
Outlined Button
BackgroundLeaf Green #467434
TextLeaf Green #467434

Interface

TextDefault readable body text.Charcoal Black #1F1F1F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Light Mist #F7F6F4
IconSmall interface icons and marks.Soft Clay #B27D48
BorderCards, inputs, and component borders.Soft Clay #B27D48
DividerSubtle separators between content.Soft Clay #B27D48
OutlineFocus rings and emphasis outlines.Soft Clay #B27D48

Palette Colors

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

Main (Brand) Colors

The main colors of vibrant Tangerine, grounded Leaf Green, and deep Sea Grey form a split complementary scheme that balances energy with professionalism and approachability for a distinct corporate look.

PrimaryTangerine

RolesLogo, Link, Btn Primary Bg, Headline

Tangerine infuses the brand with energetic confidence and creativity, capturing attention with warmth and vibrancy.

HEX#F58F20
RGB245, 143, 32
HSL31, 91, 54
CMYK0, 42, 87, 4
SecondaryLeaf Green

RolesBtn Outlined Border, Btn Outlined Text, Btn Secondary Bg

Leaf Green conveys growth, reliability, and balance, tempering the bright Tangerine with a natural and trustworthy feel.

HEX#467434
RGB70, 116, 52
HSL103, 38, 33
CMYK40, 0, 55, 55
TertiarySea Grey

Sea Grey serves as a strong, neutral anchor that enhances readability and adds a professional and modern edge.

HEX#363636
RGB54, 54, 54
HSL0, 0, 21
CMYK0, 0, 0, 79

Support Colors

Support colors include a soft clay accent and a muted teal-grey that subtly reinforce the main palette, adding visual interest and flexible applications while maintaining understated presence.

Soft Clay

RolesIcon, Border, Divider, Outline

Soft Clay complements Tangerine's warmth and Leaf Green's coolness with a muted mid-tone, adding depth without distraction.

HEX#B27D48
RGB178, 125, 72
HSL30, 42, 49
CMYK0, 30, 60, 30
Muted Teal Grey

Muted Teal Grey balances the palette with a calm, sophisticated hue that supports the main colors without competing.

HEX#547D7A
RGB84, 125, 122
HSL176, 20, 41
CMYK33, 0, 2, 51

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

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

RolesBg Dark

HEX#F7F6F4
RGB247, 246, 244
HSL40, 16, 96
CMYK0, 0, 1, 3
Charcoal Black

RolesText, Btn Primary Text

HEX#1F1F1F
RGB31, 31, 31
HSL0, 0, 12
CMYK0, 0, 0, 88

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-tangerine: #F58F20;
  --color-leaf-green: #467434;
  --color-sea-grey: #363636;
  --color-soft-clay: #B27D48;
  --color-muted-teal-grey: #547D7A;
  --color-pure-white: #FFFFFF;
  --color-light-mist: #F7F6F4;
  --color-charcoal-black: #1F1F1F;
}

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: #F58F20;
  --role-link: #F58F20;
  --role-btn-primary-bg: #F58F20;
  --role-headline: #F58F20;
  --role-btn-outlined-border: #467434;
  --role-btn-outlined-text: #467434;
  --role-btn-secondary-bg: #467434;
  --role-icon: #B27D48;
  --role-border: #B27D48;
  --role-divider: #B27D48;
  --role-outline: #B27D48;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F7F6F4;
  --role-text: #1F1F1F;
  --role-btn-primary-text: #1F1F1F;
}

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.
{
    "tangerine": "#F58F20",
    "leaf-green": "#467434",
    "sea-grey": "#363636",
    "soft-clay": "#B27D48",
    "muted-teal-grey": "#547D7A",
    "pure-white": "#FFFFFF",
    "light-mist": "#F7F6F4",
    "charcoal-black": "#1F1F1F"
}
Press Space to load new palette