Coral#FF6F61
Teal#007B7F
Cobalt#0047AB
Pale Aqua#A7D3D0
Light Salmon#FFCBC1
Palette direction

Coral Teal Cobalt Color Palette

This custom fridge magnet palette balances bold and playful primary colors with subtle, supportive accents and functional neutrals, creating a friendly, eye-catching system that stands out on kitchen surfaces while maintaining readability and contrast at small scales.

Split ComplementaryCreativecoraltealcobaltfridge magnet
palette-preview.example
Creative color direction

Coral Teal Cobalt Color Palette

This custom fridge magnet palette balances bold and playful primary colors with subtle, supportive accents and functional neutrals, creating a friendly, eye-catching system that stands out on kitchen surfaces while maintaining readability and contrast at small scales.

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 #0047AB8.4:1 Excellent
Logo Raisin Black #222222on Coral #FF6F615.8:1 Strong
Logo White #FFFFFFon Teal #007B7F5.1:1 Strong
Logo Raisin Black #222222on White #FFFFFF15.9:1 Excellent
Icon color
BackgroundCoral#FF6F61TextRaisin Black#222222
Primary Button5.83:1
AA

Best for the main action users should notice first.

BackgroundTeal#007B7FTextWhite#FFFFFF
Secondary Button5.07:1
AA

Useful for softer choices and secondary paths.

BackgroundLight Salmon#FFCBC1TextCoral#FF6F61
Outlined Button1.89:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundLight Salmon#FFCBC1TextCoral#FF6F61
Text Button1.89:1
Low

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

Palette composition8 colorsSplit Complementary color relationship
9:41Coral Teal Cobalt 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.

CCoral Teal Cobalt Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine lively Coral, deep Teal, and bright Cobalt to create a distinctive and vibrant trio that simultaneously evokes warmth, trust, and energy, forming a memorable identity for custom fridge magnets.

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.Coral #FF6F61
HeadlineUsed for main titles and key messages.Teal #007B7F
LinkUsed for links and interactive text.Coral #FF6F61

Buttons

Primary Button
BackgroundCoral #FF6F61
TextRaisin Black #222222
Secondary Button
BackgroundTeal #007B7F
TextWhite #FFFFFF
Outlined Button
BackgroundCoral #FF6F61
TextCoral #FF6F61

Interface

TextDefault readable body text.Raisin Black #222222
Bg LightLight page or section background.Light Salmon #FFCBC1
Bg DarkDark page or section background.Cultured #F4F4F4
IconSmall interface icons and marks.Pale Aqua #A7D3D0
BorderCards, inputs, and component borders.Pale Aqua #A7D3D0
DividerSubtle separators between content.Pale Aqua #A7D3D0
OutlineFocus rings and emphasis outlines.Pale Aqua #A7D3D0

Palette Colors

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

Main (Brand) Colors

The main colors combine lively Coral, deep Teal, and bright Cobalt to create a distinctive and vibrant trio that simultaneously evokes warmth, trust, and energy, forming a memorable identity for custom fridge magnets.

PrimaryCoral

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

Coral brings warmth and friendliness, capturing attention without overwhelming, perfect for the logo and primary call-to-actions.

HEX#FF6F61
RGB255, 111, 97
HSL5, 100, 69
CMYK0, 56, 62, 0
SecondaryTeal

RolesHeadline, Btn Secondary Bg

Teal adds depth and trustworthiness, grounding the palette with a cool calmness that balances the warmth of Coral.

HEX#007B7F
RGB0, 123, 127
HSL182, 100, 25
CMYK100, 3, 0, 50
TertiaryCobalt

Cobalt injects energetic clarity and sharpness, distinguishing secondary button text to maintain legibility and visual interest.

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

Support Colors

Support colors soften and extend the main palette, offering gentle pastels that complement without competing, enhancing usability and visual harmony on magnet surfaces.

Pale Aqua

RolesIcon, Border, Divider, Outline

Pale Aqua harmonizes with Teal, providing subtle contrast for icons and borders while preserving a light, airy feel.

HEX#A7D3D0
RGB167, 211, 208
HSL176, 33, 74
CMYK21, 0, 1, 17
Light Salmon

RolesBg Light

Light Salmon offers a warm, unobtrusive background that supports the lively main colors and enhances overall readability.

HEX#FFCBC1
RGB255, 203, 193
HSL10, 100, 88
CMYK0, 20, 24, 0

Neutral Colors

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

White

RolesBtn 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
Raisin Black

RolesText, Btn Primary 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-coral: #FF6F61;
  --color-teal: #007B7F;
  --color-cobalt: #0047AB;
  --color-pale-aqua: #A7D3D0;
  --color-light-salmon: #FFCBC1;
  --color-white: #FFFFFF;
  --color-cultured: #F4F4F4;
  --color-raisin-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: #FF6F61;
  --role-btn-primary-bg: #FF6F61;
  --role-link: #FF6F61;
  --role-btn-outlined-text: #FF6F61;
  --role-btn-outlined-border: #FF6F61;
  --role-headline: #007B7F;
  --role-btn-secondary-bg: #007B7F;
  --role-icon: #A7D3D0;
  --role-border: #A7D3D0;
  --role-divider: #A7D3D0;
  --role-outline: #A7D3D0;
  --role-bg-light: #FFCBC1;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F4F4F4;
  --role-text: #222222;
  --role-btn-primary-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.
{
    "coral": "#FF6F61",
    "teal": "#007B7F",
    "cobalt": "#0047AB",
    "pale-aqua": "#A7D3D0",
    "light-salmon": "#FFCBC1",
    "white": "#FFFFFF",
    "cultured": "#F4F4F4",
    "raisin-black": "#222222"
}
Press Space to load new palette