Teal Green#138D75
Deep Sea Green#117A65
Emerald Green#229954
Amber Gold#D4AC0D
Sky Blue#5499C7
Palette direction

Vibrant Green Blue Color Palette

This palette draws from the vibrant and fresh colors in the image, representing energy, creativity, and modern professionalism suitable for a tech-forward brand. The main colors harmonize with natural greens and blues from the plants and environment, complemented by subtle neutrals and soft earth tones to balance and ground the palette.

MonochromaticTechvibrantgreenbluefresh
palette-preview.example
Tech color direction

Vibrant Green Blue Color Palette

This palette draws from the vibrant and fresh colors in the image, representing energy, creativity, and modern professionalism suitable for a tech-forward brand. The main colors harmonize with natural greens and blues from the plants and environment, complemented by subtle neutrals and soft earth tones to balance and ground the palette.

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 Deep Sea Green #117A655.3:1 Strong
Logo Charcoal Black #17202Aon Emerald Green #2299544.5:1 Strong
Logo Charcoal Black #17202Aon Pure White #FFFFFF16.5:1 Excellent
Logo Pure White #FFFFFFon Charcoal Black #17202A16.5:1 Excellent
Icon color
BackgroundTeal Green#138D75TextPure White#FFFFFF
Primary Button4.12:1
Large text

Best for the main action users should notice first.

BackgroundDeep Sea Green#117A65TextPure White#FFFFFF
Secondary Button5.26:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextTeal Green#138D75
Outlined Button4.12:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextTeal Green#138D75
Text Button4.12:1
Large text

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

Palette composition8 colorsMonochromatic color relationship
9:41Vibrant Green Blue Color Palette Color role balance
Monochromatic 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.

CVibrant Green Blue Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors blend closely related blue and green hues reflecting the fresh, natural energy present in the image, creating a cohesive and recognizable system that evokes growth and innovation.

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 Green #138D75
HeadlineUsed for main titles and key messages.Deep Sea Green #117A65
LinkUsed for links and interactive text.Teal Green #138D75

Buttons

Primary Button
BackgroundTeal Green #138D75
TextPure White #FFFFFF
Secondary Button
BackgroundDeep Sea Green #117A65
TextPure White #FFFFFF
Outlined Button
BackgroundTeal Green #138D75
TextTeal Green #138D75

Interface

TextDefault readable body text.Charcoal Black #17202A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Soft Ivory #F7F9F9
IconSmall interface icons and marks.Amber Gold #D4AC0D
BorderCards, inputs, and component borders.Amber Gold #D4AC0D
DividerSubtle separators between content.Amber Gold #D4AC0D
OutlineFocus rings and emphasis outlines.Amber Gold #D4AC0D

Palette Colors

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

Main (Brand) Colors

The main colors blend closely related blue and green hues reflecting the fresh, natural energy present in the image, creating a cohesive and recognizable system that evokes growth and innovation.

PrimaryTeal Green

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

Teal Green brings a sense of natural vitality and stability, emphasizing innovation and sustainability.

HEX#138D75
RGB19, 141, 117
HSL168, 76, 31
CMYK87, 0, 17, 45
SecondaryDeep Sea Green

RolesBtn Secondary Bg, Headline

Deep Sea Green enriches the palette with depth and sophistication, balancing vibrancy with calm assurance.

HEX#117A65
RGB17, 122, 101
HSL168, 76, 27
CMYK86, 0, 17, 52
TertiaryEmerald Green

Emerald Green adds a bright, uplifting accent that conveys energy and growth.

HEX#229954
RGB34, 153, 84
HSL145, 64, 37
CMYK78, 0, 45, 40

Support Colors

Support colors extend the main palette by introducing softer, earthy amber and sky blue tones that balance and complement the dominant greens, ensuring visual harmony without overpowering.

Amber Gold

RolesIcon, Border, Divider, Outline

Amber Gold provides warm contrast and balance to the cooler greens, enhancing visual interest.

HEX#D4AC0D
RGB212, 172, 13
HSL48, 88, 44
CMYK0, 19, 94, 17
Sky Blue

Sky Blue brings a light, airy balance that complements the greens while adding tranquility and approachability.

HEX#5499C7
RGB84, 153, 199
HSL204, 51, 55
CMYK58, 23, 0, 22

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
Soft Ivory

RolesBg Dark

HEX#F7F9F9
RGB247, 249, 249
HSL180, 14, 97
CMYK1, 0, 0, 2
Charcoal Black

RolesText

HEX#17202A
RGB23, 32, 42
HSL212, 29, 13
CMYK45, 24, 0, 84

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-green: #138D75;
  --color-deep-sea-green: #117A65;
  --color-emerald-green: #229954;
  --color-amber-gold: #D4AC0D;
  --color-sky-blue: #5499C7;
  --color-pure-white: #FFFFFF;
  --color-soft-ivory: #F7F9F9;
  --color-charcoal-black: #17202A;
}

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: #138D75;
  --role-link: #138D75;
  --role-btn-primary-bg: #138D75;
  --role-btn-outlined-border: #138D75;
  --role-btn-outlined-text: #138D75;
  --role-btn-secondary-bg: #117A65;
  --role-headline: #117A65;
  --role-icon: #D4AC0D;
  --role-border: #D4AC0D;
  --role-divider: #D4AC0D;
  --role-outline: #D4AC0D;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F7F9F9;
  --role-text: #17202A;
}

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-green": "#138D75",
    "deep-sea-green": "#117A65",
    "emerald-green": "#229954",
    "amber-gold": "#D4AC0D",
    "sky-blue": "#5499C7",
    "pure-white": "#FFFFFF",
    "soft-ivory": "#F7F9F9",
    "charcoal-black": "#17202A"
}
Press Space to load new palette