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 systemThis 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.
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 systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The palette uses analogous colors in blue and green to create a harmonious, trustworthy, and growth-oriented visual identity.
Clear roles create a consistent brand experience.Assign existing palette colors to brand, typography, and interface roles.
A compact view of the brand, support, and neutral colors that make up this system.
The palette uses analogous colors in blue and green to create a harmonious, trustworthy, and growth-oriented visual identity.
RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text
Cobalt Blue conveys professionalism, trust, and stability essential for finance brands.
#0047AB0, 71, 171215, 100, 34100, 58, 0, 33RolesBtn Secondary Bg, Headline
Sea Green adds a sense of growth and prosperity while complementing the primary blue tone.
#2E8B5746, 139, 87146, 50, 3667, 0, 37, 45Support colors soften and extend the main palette with subtle, balanced tones that enhance usability and harmonize with blues and greens.
RolesIcon, Border, Divider, Outline
Sky Blue offers a softer accent that supports the main blue while maintaining clean contrast.
#6CA6CD108, 166, 205204, 49, 6147, 19, 0, 20Eucalyptus Green balances the vibrant Sea Green with a muted, natural tone for understated depth.
#58887088, 136, 112150, 21, 4435, 0, 18, 47Utility colors for backgrounds, text, borders, and balance.
RolesBg Light, Btn Primary Text, Btn Secondary Text
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Dark
#F5F5F5245, 245, 2450, 0, 960, 0, 0, 4RolesText
#1C1C1C28, 28, 280, 0, 110, 0, 0, 89Copy palette values for design systems, websites, and client handoff.
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;
}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;
}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"
}