Forest Green#2E5630
Slate Blue#4A6D8C
Steel Gray Blue#3F5866
Sage Green#70978C
Dusty Blue#87A5B3
Palette direction

Green Slate Tech Color Palette

This color palette draws inspiration from the lush greens of foliage interspersed with the structured metallic blues and grays of solar panels, creating a balanced and modern natural-industrial contrast.

AnalogousTechgreenblueslatenatural
palette-preview.example
Tech color direction

Green Slate Tech Color Palette

This color palette draws inspiration from the lush greens of foliage interspersed with the structured metallic blues and grays of solar panels, creating a balanced and modern natural-industrial contrast.

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 Forest Green #2E56308.4:1 Excellent
Logo Pure White #FFFFFFon Slate Blue #4A6D8C5.4:1 Strong
Logo Charcoal Navy #1E2E3Bon Pure White #FFFFFF13.9:1 Excellent
Logo Charcoal Navy #1E2E3Bon Dusty Blue #87A5B35.3:1 Strong
Icon color
BackgroundForest Green#2E5630TextPure White#FFFFFF
Primary Button8.43:1
AAA

Best for the main action users should notice first.

BackgroundSlate Blue#4A6D8CTextPure White#FFFFFF
Secondary Button5.44:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSlate Blue#4A6D8C
Outlined Button5.44:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextForest Green#2E5630
Text Button8.43:1
AAA

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

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

CGreen Slate Tech Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a vibrant forest green, a muted slate blue, and a cool gray-blue to evoke both natural vitality and technological modernity, forming a distinctive and recognizable trio.

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.Forest Green #2E5630
HeadlineUsed for main titles and key messages.Steel Gray Blue #3F5866
LinkUsed for links and interactive text.Forest Green #2E5630

Buttons

Primary Button
BackgroundForest Green #2E5630
TextPure White #FFFFFF
Secondary Button
BackgroundSlate Blue #4A6D8C
TextPure White #FFFFFF
Outlined Button
BackgroundSlate Blue #4A6D8C
TextSlate Blue #4A6D8C

Interface

TextDefault readable body text.Charcoal Navy #1E2E3B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Snow White #F5F7FA
IconSmall interface icons and marks.Sage Green #70978C
BorderCards, inputs, and component borders.Sage Green #70978C
DividerSubtle separators between content.Sage Green #70978C
OutlineFocus rings and emphasis outlines.Sage Green #70978C

Palette Colors

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

Main (Brand) Colors

The main colors combine a vibrant forest green, a muted slate blue, and a cool gray-blue to evoke both natural vitality and technological modernity, forming a distinctive and recognizable trio.

PrimaryForest Green

RolesLogo, Link, Btn Primary Bg

Forest Green embodies growth and sustainability, grounding the brand in natural strength and environmental responsibility.

HEX#2E5630
RGB46, 86, 48
HSL123, 30, 26
CMYK47, 0, 44, 66
SecondarySlate Blue

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Slate Blue provides a calming, trustworthy feel, adding structure and professionalism to the palette.

HEX#4A6D8C
RGB74, 109, 140
HSL208, 31, 42
CMYK47, 22, 0, 45
TertiarySteel Gray Blue

RolesHeadline

Steel Gray Blue bridges natural greens and blues with a subtle industrial tone, reinforcing balance and modernity.

HEX#3F5866
RGB63, 88, 102
HSL202, 24, 32
CMYK38, 14, 0, 60

Support Colors

The support colors extend the palette with gentle, soft blues and muted greens that highlight and balance the main colors without overpowering them.

Sage Green

RolesIcon, Border, Divider, Outline

Sage Green complements the Forest Green by softening the intensity and adding a touch of calm natural earthiness.

HEX#70978C
RGB112, 151, 140
HSL163, 16, 52
CMYK26, 0, 7, 41
Dusty Blue

Dusty Blue supports the Slate Blue by offering a lighter, muted tone to enhance depth and visual hierarchy.

HEX#87A5B3
RGB135, 165, 179
HSL199, 22, 62
CMYK25, 8, 0, 30

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Snow White

RolesBg Dark

HEX#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Charcoal Navy

RolesText

HEX#1E2E3B
RGB30, 46, 59
HSL207, 33, 17
CMYK49, 22, 0, 77

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: #2E5630;
  --color-slate-blue: #4A6D8C;
  --color-steel-gray-blue: #3F5866;
  --color-sage-green: #70978C;
  --color-dusty-blue: #87A5B3;
  --color-pure-white: #FFFFFF;
  --color-snow-white: #F5F7FA;
  --color-charcoal-navy: #1E2E3B;
}

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: #2E5630;
  --role-link: #2E5630;
  --role-btn-primary-bg: #2E5630;
  --role-btn-secondary-bg: #4A6D8C;
  --role-btn-outlined-border: #4A6D8C;
  --role-btn-outlined-text: #4A6D8C;
  --role-headline: #3F5866;
  --role-icon: #70978C;
  --role-border: #70978C;
  --role-divider: #70978C;
  --role-outline: #70978C;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F7FA;
  --role-text: #1E2E3B;
}

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": "#2E5630",
    "slate-blue": "#4A6D8C",
    "steel-gray-blue": "#3F5866",
    "sage-green": "#70978C",
    "dusty-blue": "#87A5B3",
    "pure-white": "#FFFFFF",
    "snow-white": "#F5F7FA",
    "charcoal-navy": "#1E2E3B"
}
Press Space to load new palette