Blue#4d95c0
Coral#e26a56
Olive#76893b
Slate Blue#8aa6c1
Muted Terra Cotta#c9a193
Palette direction

Blue Coral Olive Color Palette

This palette combines a balanced triadic harmony with a calming Blue, an energetic Coral, and a fresh Olive to provide a versatile yet distinctive brand system suitable for technology and professional services sectors.

Split ComplementaryTechbluecoralolivetriadic
palette-preview.example
Tech color direction

Blue Coral Olive Color Palette

This palette combines a balanced triadic harmony with a calming Blue, an energetic Coral, and a fresh Olive to provide a versatile yet distinctive brand system suitable for technology and professional services sectors.

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 Charcoal #222222on Coral #E26A564.9:1 Strong
Logo Charcoal #222222on Blue #4D95C04.8:1 Strong
Logo Charcoal #222222on Ivory #FFFFFF15.9:1 Excellent
Logo Ivory #FFFFFFon Charcoal #22222215.9:1 Excellent
Icon color
BackgroundBlue#4d95c0TextCharcoal#222222
Primary Button4.83:1
AA

Best for the main action users should notice first.

BackgroundCoral#e26a56TextCharcoal#222222
Secondary Button4.87:1
AA

Useful for softer choices and secondary paths.

BackgroundIvory#ffffffTextBlue#4d95c0
Outlined Button3.29:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#ffffffTextBlue#4d95c0
Text Button3.29:1
Large text

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

Palette composition8 colorsSplit Complementary color relationship
9:41Blue Coral Olive Color Palette Color role balance
Split Complementary 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.

CBlue Coral Olive Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors Blue, Coral, and Olive form a triadic harmony that balances calmness, energy, and freshness, creating a recognizable and versatile brand palette.

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.Blue #4d95c0
HeadlineUsed for main titles and key messages.Coral #e26a56
LinkUsed for links and interactive text.Blue #4d95c0

Buttons

Primary Button
BackgroundBlue #4d95c0
TextCharcoal #222222
Secondary Button
BackgroundCoral #e26a56
TextCharcoal #222222
Outlined Button
BackgroundBlue #4d95c0
TextBlue #4d95c0

Interface

TextDefault readable body text.Charcoal #222222
Bg LightLight page or section background.Ivory #ffffff
Bg DarkDark page or section background.Snow #f4f4f4
IconSmall interface icons and marks.Slate Blue #8aa6c1
BorderCards, inputs, and component borders.Slate Blue #8aa6c1
DividerSubtle separators between content.Slate Blue #8aa6c1
OutlineFocus rings and emphasis outlines.Slate Blue #8aa6c1

Palette Colors

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

Main (Brand) Colors

The main colors Blue, Coral, and Olive form a triadic harmony that balances calmness, energy, and freshness, creating a recognizable and versatile brand palette.

PrimaryBlue

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

Blue communicates reliability and professionalism, establishing trust and stability for the brand.

HEX#4d95c0
RGB77, 149, 192
HSL202, 48, 53
CMYK60, 22, 0, 25
SecondaryCoral

RolesHeadline, Btn Secondary Bg

Coral brings vibrant energy and approachability, adding warmth and vitality to headlines and highlights.

HEX#e26a56
RGB226, 106, 86
HSL9, 71, 61
CMYK0, 53, 62, 11
TertiaryOlive

Olive adds a fresh, organic touch that balances the palette by giving a grounded and natural feel.

HEX#76893b
RGB118, 137, 59
HSL75, 40, 38
CMYK14, 0, 57, 46

Support Colors

The support colors deepen and mute the main palette to enrich usability and harmonious accents that maintain the brand's clarity and accessibility.

Slate Blue

RolesIcon, Border, Divider, Outline

Slate Blue complements the main Blue by offering a softer, muted variation that reinforces visual hierarchy without competing for attention.

HEX#8aa6c1
RGB138, 166, 193
HSL209, 31, 65
CMYK28, 14, 0, 24
Muted Terra Cotta

Muted Terra Cotta provides a subdued warm accent that supports Coral, balancing vibrancy with subtlety.

HEX#c9a193
RGB201, 161, 147
HSL16, 33, 68
CMYK0, 20, 27, 21

Neutral Colors

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

Ivory

RolesBg Light

HEX#ffffff
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Snow

RolesBg Dark

HEX#f4f4f4
RGB244, 244, 244
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

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.

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-blue: #4d95c0;
  --color-coral: #e26a56;
  --color-olive: #76893b;
  --color-slate-blue: #8aa6c1;
  --color-muted-terra-cotta: #c9a193;
  --color-ivory: #ffffff;
  --color-snow: #f4f4f4;
  --color-charcoal: #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: #4d95c0;
  --role-link: #4d95c0;
  --role-btn-primary-bg: #4d95c0;
  --role-btn-outlined-border: #4d95c0;
  --role-btn-outlined-text: #4d95c0;
  --role-headline: #e26a56;
  --role-btn-secondary-bg: #e26a56;
  --role-icon: #8aa6c1;
  --role-border: #8aa6c1;
  --role-divider: #8aa6c1;
  --role-outline: #8aa6c1;
  --role-bg-light: #ffffff;
  --role-bg-dark: #f4f4f4;
  --role-text: #222222;
  --role-btn-primary-text: #222222;
  --role-btn-secondary-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.
{
    "blue": "#4d95c0",
    "coral": "#e26a56",
    "olive": "#76893b",
    "slate-blue": "#8aa6c1",
    "muted-terra-cotta": "#c9a193",
    "ivory": "#ffffff",
    "snow": "#f4f4f4",
    "charcoal": "#222222"
}
Press Space to load new palette