Cobalt Blue#0047AB
Sea Green#2E8B57
Sky Blue#6CA6CD
Eucalyptus Green#588870
Palette direction

Cobalt Green Professional Color Palette

This palette draws from the vibrant blue and green hues in the image to convey trust and growth, complemented by softer neutral shades for balance and readability.

AnalogousFinancebluegreentrustgrowth
palette-preview.example
Finance color direction

Cobalt Green Professional Color Palette

This palette draws from the vibrant blue and green hues in the image to convey trust and growth, complemented by softer neutral shades for balance 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 Cobalt Blue #0047AB8.4:1 Excellent
Logo Charcoal #1C1C1Con White #FFFFFF17.0:1 Excellent
Logo Charcoal #1C1C1Con Sky Blue #6CA6CD6.5:1 Strong
Icon color
BackgroundCobalt Blue#0047ABTextWhite#FFFFFF
Primary Button8.44:1
AAA

Best for the main action users should notice first.

BackgroundSea Green#2E8B57TextWhite#FFFFFF
Secondary Button4.25:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCobalt Blue#0047AB
Outlined Button8.44:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCobalt Blue#0047AB
Text Button8.44:1
AAA

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

Palette composition7 colorsAnalogous color relationship
9:41Cobalt Green Professional 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.

CCobalt Green Professional Color PaletteFinance 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.Cobalt Blue #0047AB
HeadlineUsed for main titles and key messages.Sea Green #2E8B57
LinkUsed for links and interactive text.Cobalt Blue #0047AB

Buttons

Primary Button
BackgroundCobalt Blue #0047AB
TextWhite #FFFFFF
Secondary Button
BackgroundSea Green #2E8B57
TextWhite #FFFFFF
Outlined Button
BackgroundCobalt Blue #0047AB
TextCobalt Blue #0047AB

Interface

TextDefault readable body text.Charcoal #1C1C1C
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Alabaster #F5F5F5
IconSmall interface icons and marks.Sky Blue #6CA6CD
BorderCards, inputs, and component borders.Sky Blue #6CA6CD
DividerSubtle separators between content.Sky Blue #6CA6CD
OutlineFocus rings and emphasis outlines.Sky Blue #6CA6CD

Palette Colors

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

Main (Brand) Colors

The palette uses analogous colors in blue and green to create a harmonious, trustworthy, and growth-oriented visual identity.

PrimaryCobalt Blue

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

Cobalt Blue conveys professionalism, trust, and stability essential for finance brands.

HEX#0047AB
RGB0, 71, 171
HSL215, 100, 34
CMYK100, 58, 0, 33
SecondarySea Green

RolesBtn Secondary Bg, Headline

Sea Green adds a sense of growth and prosperity while complementing the primary blue tone.

HEX#2E8B57
RGB46, 139, 87
HSL146, 50, 36
CMYK67, 0, 37, 45

Support Colors

Support colors soften and extend the main palette with subtle, balanced tones that enhance usability and harmonize with blues and greens.

Sky Blue

RolesIcon, Border, Divider, Outline

Sky Blue offers a softer accent that supports the main blue while maintaining clean contrast.

HEX#6CA6CD
RGB108, 166, 205
HSL204, 49, 61
CMYK47, 19, 0, 20
Eucalyptus Green

Eucalyptus Green balances the vibrant Sea Green with a muted, natural tone for understated depth.

HEX#588870
RGB88, 136, 112
HSL150, 21, 44
CMYK35, 0, 18, 47

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

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText

HEX#1C1C1C
RGB28, 28, 28
HSL0, 0, 11
CMYK0, 0, 0, 89

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-cobalt-blue: #0047AB;
  --color-sea-green: #2E8B57;
  --color-sky-blue: #6CA6CD;
  --color-eucalyptus-green: #588870;
  --color-white: #FFFFFF;
  --color-alabaster: #F5F5F5;
  --color-charcoal: #1C1C1C;
}

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: #0047AB;
  --role-link: #0047AB;
  --role-btn-primary-bg: #0047AB;
  --role-btn-outlined-border: #0047AB;
  --role-btn-outlined-text: #0047AB;
  --role-btn-secondary-bg: #2E8B57;
  --role-headline: #2E8B57;
  --role-icon: #6CA6CD;
  --role-border: #6CA6CD;
  --role-divider: #6CA6CD;
  --role-outline: #6CA6CD;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #1C1C1C;
}

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.
{
    "cobalt-blue": "#0047AB",
    "sea-green": "#2E8B57",
    "sky-blue": "#6CA6CD",
    "eucalyptus-green": "#588870",
    "white": "#FFFFFF",
    "alabaster": "#F5F5F5",
    "charcoal": "#1C1C1C"
}
Press Space to load new palette