Light Blue#6FB9D8
Sunny Yellow#F2B431
Charcoal Teal#254A56
Muted Sky Blue#AECBD6
Palette direction

Light Blue Yellow Color Palette

This palette draws inspiration from the image's fresh, vibrant, and soothing color blocks, combining a lively light blue and a sunny yellow with a deep charcoal teal for contrast. These main colors establish visual appeal and brand recognition, while the support and neutral colors extend usability,,

ComplementaryCreativelight blueyellowcharcoal tealfresh
palette-preview.example
Creative color direction

Light Blue Yellow Color Palette

This palette draws inspiration from the image's fresh, vibrant, and soothing color blocks, combining a lively light blue and a sunny yellow with a deep charcoal teal for contrast. These main colors establish visual appeal and brand recognition, while the support and neutral colors extend usability,,

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 Pure White #FFFFFFon Charcoal Teal #254A569.6:1 Excellent
Logo Dark Near-Black #1A1A1Aon Sunny Yellow #F2B4319.4:1 Excellent
Logo Dark Near-Black #1A1A1Aon Light Blue #6FB9D88.0:1 Excellent
Logo Dark Near-Black #1A1A1Aon Pure White #FFFFFF17.4:1 Excellent
Icon color
BackgroundLight Blue#6FB9D8TextDark Near-Black#1A1A1A
Primary Button7.96:1
AAA

Best for the main action users should notice first.

BackgroundSunny Yellow#F2B431TextDark Near-Black#1A1A1A
Secondary Button9.41:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSunny Yellow#F2B431
Outlined Button1.85:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextLight Blue#6FB9D8
Text Button2.19:1
Low

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

Palette composition7 colorsComplementary color relationship
9:41Light Blue Yellow Color Palette Color role balance
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.

CLight Blue Yellow Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors—light blue, sunny yellow, and charcoal teal—combine vibrant energy and modern sophistication to create a distinctive, recognizable palette that balances warmth and coolness.

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.Light Blue #6FB9D8
HeadlineUsed for main titles and key messages.Charcoal Teal #254A56
LinkUsed for links and interactive text.Light Blue #6FB9D8

Buttons

Primary Button
BackgroundLight Blue #6FB9D8
TextDark Near-Black #1A1A1A
Secondary Button
BackgroundSunny Yellow #F2B431
TextDark Near-Black #1A1A1A
Outlined Button
BackgroundSunny Yellow #F2B431
TextSunny Yellow #F2B431

Interface

TextDefault readable body text.Dark Near-Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Dark Near-Black #1A1A1A
IconSmall interface icons and marks.Muted Sky Blue #AECBD6
BorderCards, inputs, and component borders.Muted Sky Blue #AECBD6
DividerSubtle separators between content.Muted Sky Blue #AECBD6
OutlineFocus rings and emphasis outlines.Muted Sky Blue #AECBD6

Palette Colors

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

Main (Brand) Colors

The main colors—light blue, sunny yellow, and charcoal teal—combine vibrant energy and modern sophistication to create a distinctive, recognizable palette that balances warmth and coolness.

PrimaryLight Blue

RolesLogo, Btn Primary Bg, Link

Light Blue provides a fresh and approachable feel, symbolizing clarity and creativity.

HEX#6FB9D8
RGB111, 185, 216
HSL198, 57, 64
CMYK49, 14, 0, 15
SecondarySunny Yellow

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Sunny Yellow adds warmth and optimism, energizing the palette with its bright, cheerful tone.

HEX#F2B431
RGB242, 180, 49
HSL41, 88, 57
CMYK0, 26, 80, 5
TertiaryCharcoal Teal

RolesHeadline

Charcoal Teal grounds the palette with depth and balance, offering a strong anchor for text and focal points.

HEX#254A56
RGB37, 74, 86
HSL195, 40, 24
CMYK57, 14, 0, 66

Support Colors

Support colors extend the main palette with subtle, muted blues that reinforce the primary hues without competing for attention, enhancing readability and interface elements.

Muted Sky Blue

RolesIcon, Border, Divider, Outline

Muted Sky Blue complements Light Blue, offering soft accents for icons and borders that maintain harmony.

HEX#AECBD6
RGB174, 203, 214
HSL197, 33, 76
CMYK19, 5, 0, 16

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Near-White
HEX#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Dark Near-Black

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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-light-blue: #6FB9D8;
  --color-sunny-yellow: #F2B431;
  --color-charcoal-teal: #254A56;
  --color-muted-sky-blue: #AECBD6;
  --color-pure-white: #FFFFFF;
  --color-soft-near-white: #F5F7FA;
  --color-dark-near-black: #1A1A1A;
}

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: #6FB9D8;
  --role-btn-primary-bg: #6FB9D8;
  --role-link: #6FB9D8;
  --role-btn-secondary-bg: #F2B431;
  --role-btn-outlined-border: #F2B431;
  --role-btn-outlined-text: #F2B431;
  --role-headline: #254A56;
  --role-icon: #AECBD6;
  --role-border: #AECBD6;
  --role-divider: #AECBD6;
  --role-outline: #AECBD6;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #1A1A1A;
  --role-text: #1A1A1A;
  --role-btn-primary-text: #1A1A1A;
  --role-btn-secondary-text: #1A1A1A;
}

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.
{
    "light-blue": "#6FB9D8",
    "sunny-yellow": "#F2B431",
    "charcoal-teal": "#254A56",
    "muted-sky-blue": "#AECBD6",
    "pure-white": "#FFFFFF",
    "soft-near-white": "#F5F7FA",
    "dark-near-black": "#1A1A1A"
}
Press Space to load new palette