Black#000000
Cobalt Blue#0047AB
Sea Green#2E8B57
Light Steel Blue#66A3D2
Pale Green#A9CBB7
Palette direction

Bold Cobalt Green Color Palette

This palette draws inspiration from the uploaded image's bold black, vibrant cobalt blue, and a fresh green that balance authority with approachability, augmented by supportive soft blues and neutrals for clarity and elegance in digital and print use.

AnalogousTechboldcobaltgreentechnology
palette-preview.example
Tech color direction

Bold Cobalt Green Color Palette

This palette draws inspiration from the uploaded image's bold black, vibrant cobalt blue, and a fresh green that balance authority with approachability, augmented by supportive soft blues and neutrals for clarity and elegance in digital and print use.

Explore the color system8 colors mapped to roles
Logo contrast guide

Logo color pairings

Each column shows a usable logo color on a palette background, with contrast checked for clarity.

Logo White #FFFFFF
on Black #000000

21.0:1 Excellent

Logo Black #000000
on Sea Green #2E8B57

4.9:1 Strong

Logo Black #000000
on White #FFFFFF

21.0:1 Excellent

Logo Black #000000
on Pale Green #A9CBB7

11.9:1 Excellent
Business card

Printed materials without guessing.

A neutral card system with the logo color, contact text, and a restrained palette accent.

Avery Stone Palette designer avery@example.com colorfly.design
Mobile website

The palette has to survive the small screen.

A mobile landing page preview with logo, navigation, headline, CTA, content card, and chart color usage.

Tech Bold Cobalt Green Color Palette

The main colors combine a striking black, vibrant cobalt blue, and a fresh green to create a visually balanced and memorable brand system that conveys professionalism with innovation.

Analytics system

Dashboards need more than one pretty color.

Numbers, pie charts, bars, stacked bars, and lines reveal whether the palette can support real product interfaces.

Revenue$84.2k+18.4%
Retention72%Stable
Signals8Analogous
Audience split
Monthly growth
Trend line

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.Black #000000
HeadlineUsed for main titles and key messages.Cobalt Blue #0047AB
LinkUsed for links and interactive text.Cobalt Blue #0047AB

Buttons

Primary Button
Contrast21.00:1AA
BackgroundBlack #000000
TextWhite #FFFFFF
Secondary Button
Contrast8.44:1AA
BackgroundCobalt Blue #0047AB
TextWhite #FFFFFF
Outlined Button
Contrast4.25:1Large text
BorderBlack #000000
TextSea Green #2E8B57

Interface

TextDefault readable body text.Jet Black #222222
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Cultured #F4F4F4
IconSmall interface icons and marks.Light Steel Blue #66A3D2
BorderCards, inputs, and component borders.Light Steel Blue #66A3D2
DividerSubtle separators between content.Light Steel Blue #66A3D2
OutlineFocus rings and emphasis outlines.Pale Green #A9CBB7

Print Color Values

CMYK values are calculated from HEX by default. Adjust them only when preparing print materials.

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 striking black, vibrant cobalt blue, and a fresh green to create a visually balanced and memorable brand system that conveys professionalism with innovation.

PrimaryBlack

RolesLogo, Btn Primary Bg, Btn Outlined Border

Black provides authority and a strong foundation, serving as a powerful base color for the brand's prominence.

HEX#000000
RGB0, 0, 0
HSL0, 0, 0
CMYK0, 0, 0, 100
SecondaryCobalt Blue

RolesLink, Btn Secondary Bg, Headline

Cobalt Blue injects energy and trustworthiness, making it ideal for interactive elements and headlines that need attention.

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

RolesBtn Outlined Text

Sea Green adds freshness and approachability, complementing the stronger blue and black with a natural vibrancy.

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

Support Colors

Support colors extend the main palette with softer blues that harmonize with cobalt and green, and a muted gray that balances vibrancy for better visual comfort and usability.

Light Steel Blue

RolesIcon, Border, Divider

Light Steel Blue offers a softer variation of the main blue for subtle accents and interface elements, reducing visual strain.

HEX#66A3D2
RGB102, 163, 210
HSL206, 55, 61
CMYK51, 22, 0, 18
Pale Green

RolesOutline

Pale Green provides a gentle complement to Sea Green, enhancing balance and calmness in supporting visuals.

HEX#A9CBB7
RGB169, 203, 183
HSL145, 25, 73
CMYK17, 0, 10, 20

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
Cultured

RolesBg Dark

HEX#F4F4F4
RGB244, 244, 244
HSL0, 0, 96
CMYK0, 0, 0, 4
Jet Black

RolesText

HEX#222222
RGB34, 34, 34
HSL0, 0, 13
CMYK0, 0, 0, 87

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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-black: #000000;
  --color-cobalt-blue: #0047AB;
  --color-sea-green: #2E8B57;
  --color-light-steel-blue: #66A3D2;
  --color-pale-green: #A9CBB7;
  --color-white: #FFFFFF;
  --color-cultured: #F4F4F4;
  --color-jet-black: #222222;
}

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: #000000;
  --role-btn-primary-bg: #000000;
  --role-btn-outlined-border: #000000;
  --role-link: #0047AB;
  --role-btn-secondary-bg: #0047AB;
  --role-headline: #0047AB;
  --role-btn-outlined-text: #2E8B57;
  --role-icon: #66A3D2;
  --role-border: #66A3D2;
  --role-divider: #66A3D2;
  --role-outline: #A9CBB7;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F4F4F4;
  --role-text: #222222;
}

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.
{
    "black": "#000000",
    "cobalt-blue": "#0047AB",
    "sea-green": "#2E8B57",
    "light-steel-blue": "#66A3D2",
    "pale-green": "#A9CBB7",
    "white": "#FFFFFF",
    "cultured": "#F4F4F4",
    "jet-black": "#222222"
}
Press Space to load new palette