Forest Green#0B3D26
Olive Green#617A4F
Beige#E3E0D8
Warm Taupe#9A8F7F
Muted Sand#CDC6B5
Palette direction

Forest Olive Beige Color Palette

This palette combines deep forest green, a muted olive green, and a soft beige to reflect the sophisticated, grounded, and nature-inspired tone of the image. The support colors add subtle warmth and balance, while the neutrals provide clean readability and contrast for a refined and recognizable brand identity.

AnalogousHospitality Eventsforest greenolive greenbeigenatural
palette-preview.example
Hospitality Events color direction

Forest Olive Beige Color Palette

This palette combines deep forest green, a muted olive green, and a soft beige to reflect the sophisticated, grounded, and nature-inspired tone of the image. The support colors add subtle warmth and balance, while the neutrals provide clean readability and contrast for a refined and recognizable brand identity.

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 Charcoal #1A1A1Aon Beige #E3E0D813.2:1 Excellent
Logo White #FFFFFFon Forest Green #0B3D2612.3:1 Excellent
Logo White #FFFFFFon Olive Green #617A4F4.8:1 Strong
Logo Charcoal #1A1A1Aon White #FFFFFF17.4:1 Excellent
Icon color
BackgroundForest Green#0B3D26TextWhite#FFFFFF
Primary Button12.28:1
AAA

Best for the main action users should notice first.

BackgroundOlive Green#617A4FTextWhite#FFFFFF
Secondary Button4.77:1
AA

Useful for softer choices and secondary paths.

BackgroundMuted Sand#CDC6B5TextOlive Green#617A4F
Outlined Button2.80:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundMuted Sand#CDC6B5TextForest Green#0B3D26
Text Button7.22:1
AAA

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

Palette composition8 colorsAnalogous color relationship
9:41Forest Olive Beige 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.

CForest Olive Beige Color PaletteHospitality Events brand direction ColorFly.design
Strategic palette preview

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.Forest Green #0B3D26
HeadlineUsed for main titles and key messages.Beige #E3E0D8
LinkUsed for links and interactive text.Forest Green #0B3D26

Buttons

Primary Button
BackgroundForest Green #0B3D26
TextWhite #FFFFFF
Secondary Button
BackgroundOlive Green #617A4F
TextWhite #FFFFFF
Outlined Button
BackgroundOlive Green #617A4F
TextOlive Green #617A4F

Interface

TextDefault readable body text.Charcoal #1A1A1A
Bg LightLight page or section background.Muted Sand #CDC6B5
Bg DarkDark page or section background.White #FFFFFF
IconSmall interface icons and marks.Warm Taupe #9A8F7F
BorderCards, inputs, and component borders.Warm Taupe #9A8F7F
DividerSubtle separators between content.Warm Taupe #9A8F7F
OutlineFocus rings and emphasis outlines.Warm Taupe #9A8F7F

Palette Colors

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

Main (Brand) Colors

The main colors work together as an elegant and grounded system using analogous deep green hues with a soft beige that brings natural warmth and balance.

PrimaryForest Green

RolesLogo, Link, Btn Primary Bg

Forest Green provides a strong, natural foundation evoking trust and stability.

HEX#0B3D26
RGB11, 61, 38
HSL152, 69, 14
CMYK82, 0, 38, 76
SecondaryOlive Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Olive Green adds a muted, earthy accent that complements the primary color and offers subtle contrast.

HEX#617A4F
RGB97, 122, 79
HSL95, 21, 39
CMYK20, 0, 35, 52
TertiaryBeige

RolesHeadline

Beige brings warmth and softness, enhancing the natural feel while supporting legibility.

HEX#E3E0D8
RGB227, 224, 216
HSL44, 16, 87
CMYK0, 1, 5, 11

Support Colors

The support colors extend the main palette by adding soft warm gray and muted brown tones that balance and reinforce the natural, elegant aesthetic without competing for attention.

Warm Taupe

RolesIcon, Border, Divider, Outline

Warm Taupe complements the greens with a gentle earth tone that supports iconography and borders subtly.

HEX#9A8F7F
RGB154, 143, 127
HSL36, 12, 55
CMYK0, 7, 18, 40
Muted Sand

RolesBg Light

Muted Sand provides a light, neutral background tone that enhances content readability and pairs harmoniously with the main colors.

HEX#CDC6B5
RGB205, 198, 181
HSL43, 19, 76
CMYK0, 3, 12, 20

Neutral Colors

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

White

RolesBg Dark, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Near White
HEX#F5F4F2
RGB245, 244, 242
HSL40, 13, 95
CMYK0, 0, 1, 4
Charcoal

RolesText

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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-forest-green: #0B3D26;
  --color-olive-green: #617A4F;
  --color-beige: #E3E0D8;
  --color-warm-taupe: #9A8F7F;
  --color-muted-sand: #CDC6B5;
  --color-white: #FFFFFF;
  --color-near-white: #F5F4F2;
  --color-charcoal: #1A1A1A;
}

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: #0B3D26;
  --role-link: #0B3D26;
  --role-btn-primary-bg: #0B3D26;
  --role-btn-secondary-bg: #617A4F;
  --role-btn-outlined-border: #617A4F;
  --role-btn-outlined-text: #617A4F;
  --role-headline: #E3E0D8;
  --role-icon: #9A8F7F;
  --role-border: #9A8F7F;
  --role-divider: #9A8F7F;
  --role-outline: #9A8F7F;
  --role-bg-light: #CDC6B5;
  --role-bg-dark: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-text: #1A1A1A;
}

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.
{
    "forest-green": "#0B3D26",
    "olive-green": "#617A4F",
    "beige": "#E3E0D8",
    "warm-taupe": "#9A8F7F",
    "muted-sand": "#CDC6B5",
    "white": "#FFFFFF",
    "near-white": "#F5F4F2",
    "charcoal": "#1A1A1A"
}
Press Space to load new palette