Royal Blue#0F3FBF
Cornflower Blue#3F8FE8
Light Slate Blue#9FB9CF
Pale Azure#BFD2E5
Palette direction

Cloud Blue Sky Color Palette

This palette translates the cloud image into a crisp sky system with luminous blues, airy blue-gray support tones, and balanced neutrals. The result feels fresh and expansive while staying practical for clear digital hierarchy and readable interfaces.

MonochromaticTechcloud bluesky paletteairy bluedigital brand colors
palette-preview.example
Tech color direction

Cloud Blue Sky Color Palette

This palette translates the cloud image into a crisp sky system with luminous blues, airy blue-gray support tones, and balanced neutrals. The result feels fresh and expansive while staying practical for clear digital hierarchy and readable interfaces.

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 Royal Blue #0F3FBF8.5:1 Excellent
Logo Midnight Navy #0E1A2Bon Cornflower Blue #3F8FE85.2:1 Strong
Logo Midnight Navy #0E1A2Bon White #FFFFFF17.5:1 Excellent
Logo Midnight Navy #0E1A2Bon Pale Azure #BFD2E511.3:1 Excellent
Icon color
BackgroundRoyal Blue#0F3FBFTextWhite#FFFFFF
Primary Button8.46:1
AAA

Best for the main action users should notice first.

BackgroundCornflower Blue#3F8FE8TextMidnight Navy#0E1A2B
Secondary Button5.25:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCornflower Blue#3F8FE8
Outlined Button3.33:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextRoyal Blue#0F3FBF
Text Button8.46:1
AAA

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

Palette composition7 colorsMonochromatic color relationship
9:41Cloud Blue Sky Color Palette Color role balance
Monochromatic 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.

CCloud Blue Sky Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay within a tight blue range, echoing the layered cloud and sky tones in the source image. This creates a recognizable system that feels airy, trustworthy, and visually cohesive.

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.Royal Blue #0F3FBF
HeadlineUsed for main titles and key messages.Cornflower Blue #3F8FE8
LinkUsed for links and interactive text.Royal Blue #0F3FBF

Buttons

Primary Button
BackgroundRoyal Blue #0F3FBF
TextWhite #FFFFFF
Secondary Button
BackgroundCornflower Blue #3F8FE8
TextMidnight Navy #0E1A2B
Outlined Button
BackgroundCornflower Blue #3F8FE8
TextCornflower Blue #3F8FE8

Interface

TextDefault readable body text.Midnight Navy #0E1A2B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Midnight Navy #0E1A2B
IconSmall interface icons and marks.Light Slate Blue #9FB9CF
BorderCards, inputs, and component borders.Light Slate Blue #9FB9CF
DividerSubtle separators between content.Pale Azure #BFD2E5
OutlineFocus rings and emphasis outlines.Pale Azure #BFD2E5

Palette Colors

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

Main (Brand) Colors

The main colors stay within a tight blue range, echoing the layered cloud and sky tones in the source image. This creates a recognizable system that feels airy, trustworthy, and visually cohesive.

PrimaryRoyal Blue

RolesLogo, Link, Btn Primary Bg

Royal Blue anchors the palette with a vivid, confident tone that keeps the brand recognizable and active.

HEX#0F3FBF
RGB15, 63, 191
HSL224, 85, 40
CMYK92, 67, 0, 25
SecondaryCornflower Blue

RolesBtn Secondary Bg, Headline, Btn Outlined Border, Btn Outlined Text

Cornflower Blue adds a brighter, more approachable energy that lifts the system without breaking cohesion.

HEX#3F8FE8
RGB63, 143, 232
HSL212, 79, 58
CMYK73, 38, 0, 9

Support Colors

The support colors extend the cloud effect with restrained blue-gray undertones that add depth, structure, and interface utility. They stay subordinate to the main blues while improving balance across layouts and components.

Light Slate Blue

RolesIcon, Border

Light Slate Blue gives icons and borders a calm structural tone that bridges the brighter blues and the neutrals.

HEX#9FB9CF
RGB159, 185, 207
HSL208, 33, 72
CMYK23, 11, 0, 19
Pale Azure

RolesDivider, Outline

Pale Azure keeps dividers and outlines soft and atmospheric so the interface feels open rather than heavy.

HEX#BFD2E5
RGB191, 210, 229
HSL210, 42, 82
CMYK17, 8, 0, 10

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Snow
HEX#F5F8FC
RGB245, 248, 252
HSL214, 54, 97
CMYK3, 2, 0, 1
Midnight Navy

RolesBg Dark, Text, Btn Secondary Text

HEX#0E1A2B
RGB14, 26, 43
HSL215, 51, 11
CMYK67, 40, 0, 83

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-royal-blue: #0F3FBF;
  --color-cornflower-blue: #3F8FE8;
  --color-light-slate-blue: #9FB9CF;
  --color-pale-azure: #BFD2E5;
  --color-white: #FFFFFF;
  --color-snow: #F5F8FC;
  --color-midnight-navy: #0E1A2B;
}

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: #0F3FBF;
  --role-link: #0F3FBF;
  --role-btn-primary-bg: #0F3FBF;
  --role-btn-secondary-bg: #3F8FE8;
  --role-headline: #3F8FE8;
  --role-btn-outlined-border: #3F8FE8;
  --role-btn-outlined-text: #3F8FE8;
  --role-icon: #9FB9CF;
  --role-border: #9FB9CF;
  --role-divider: #BFD2E5;
  --role-outline: #BFD2E5;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #0E1A2B;
  --role-text: #0E1A2B;
  --role-btn-secondary-text: #0E1A2B;
}

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.
{
    "royal-blue": "#0F3FBF",
    "cornflower-blue": "#3F8FE8",
    "light-slate-blue": "#9FB9CF",
    "pale-azure": "#BFD2E5",
    "white": "#FFFFFF",
    "snow": "#F5F8FC",
    "midnight-navy": "#0E1A2B"
}
Press Space to load new palette