Vivid Blue#004BFF
Bright Cornflower#2A71FF
Deep Royal Blue#0D3B99
Bright White#F6F8FA
Cool Gray#B0B8C1
Palette direction

Vibrant Blue White Color Palette

This palette blends vibrant blues with crisp whites and subtle grays to evoke a fresh, modern, and trustworthy brand identity, perfect for a youthful and energetic vibe.

MonochromaticFashion Beautyvibrant bluebright whitecool graymodern
palette-preview.example
Fashion Beauty color direction

Vibrant Blue White Color Palette

This palette blends vibrant blues with crisp whites and subtle grays to evoke a fresh, modern, and trustworthy brand identity, perfect for a youthful and energetic vibe.

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 Deep Royal Blue #0D3B9910.0:1 Excellent
Logo Pure White #FFFFFFon Vivid Blue #004BFF6.1:1 Strong
Logo Charcoal #1B1F28on Pure White #FFFFFF16.5:1 Excellent
Logo Charcoal #1B1F28on Cool Gray #B0B8C18.2:1 Excellent
Icon color
BackgroundVivid Blue#004BFFTextPure White#FFFFFF
Primary Button6.09:1
AA

Best for the main action users should notice first.

BackgroundBright Cornflower#2A71FFTextPure White#FFFFFF
Secondary Button4.28:1
Large text

Useful for softer choices and secondary paths.

BackgroundBright White#F6F8FATextVivid Blue#004BFF
Outlined Button5.72:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundBright White#F6F8FATextVivid Blue#004BFF
Text Button5.72:1
AA

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

Palette composition8 colorsMonochromatic color relationship
9:41Vibrant Blue White 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.

CVibrant Blue White Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form an analogous blue spectrum that delivers an energetic yet stable visual identity, perfect for capturing attention and conveying reliability.

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.Vivid Blue #004BFF
HeadlineUsed for main titles and key messages.Bright Cornflower #2A71FF
LinkUsed for links and interactive text.Vivid Blue #004BFF

Buttons

Primary Button
BackgroundVivid Blue #004BFF
TextPure White #FFFFFF
Secondary Button
BackgroundBright Cornflower #2A71FF
TextPure White #FFFFFF
Outlined Button
BackgroundVivid Blue #004BFF
TextVivid Blue #004BFF

Interface

TextDefault readable body text.Charcoal #1B1F28
Bg LightLight page or section background.Bright White #F6F8FA
Bg DarkDark page or section background.Charcoal #1B1F28
IconSmall interface icons and marks.Cool Gray #B0B8C1
BorderCards, inputs, and component borders.Cool Gray #B0B8C1
DividerSubtle separators between content.Cool Gray #B0B8C1
OutlineFocus rings and emphasis outlines.Cool Gray #B0B8C1

Palette Colors

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

Main (Brand) Colors

The main colors form an analogous blue spectrum that delivers an energetic yet stable visual identity, perfect for capturing attention and conveying reliability.

PrimaryVivid Blue

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

Vivid Blue brings energy and confidence, making it ideal for the logo and primary interactive elements.

HEX#004BFF
RGB0, 75, 255
HSL222, 100, 50
CMYK100, 71, 0, 0
SecondaryBright Cornflower

RolesBtn Secondary Bg, Headline

Bright Cornflower offers a lighter vibrant accent that complements the primary blue, adding freshness and approachability.

HEX#2A71FF
RGB42, 113, 255
HSL220, 100, 58
CMYK84, 56, 0, 0
TertiaryDeep Royal Blue

Deep Royal Blue provides a strong contrast for secondary button text and enhances legibility with a dignified tone.

HEX#0D3B99
RGB13, 59, 153
HSL220, 84, 33
CMYK92, 61, 0, 40

Support Colors

Support colors introduce cooler neutral tones to balance vibrancy while reinforcing clarity and usability.

Bright White

RolesBg Light

Bright White offers a crisp, clean background and great contrast for text on vibrant blues, boosting readability.

HEX#F6F8FA
RGB246, 248, 250
HSL210, 29, 97
CMYK2, 1, 0, 2
Cool Gray

RolesIcon, Border, Divider, Outline

Cool Gray serves as a subtle supporting hue for borders and icons, softening the palette without competing with main blues.

HEX#B0B8C1
RGB176, 184, 193
HSL212, 12, 72
CMYK9, 5, 0, 24

Neutral Colors

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

Pure White

RolesBtn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Bright White
HEX#F6F8FA
RGB246, 248, 250
HSL210, 29, 97
CMYK2, 1, 0, 2
Charcoal

RolesBg Dark, Text

HEX#1B1F28
RGB27, 31, 40
HSL222, 19, 13
CMYK33, 23, 0, 84

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-vivid-blue: #004BFF;
  --color-bright-cornflower: #2A71FF;
  --color-deep-royal-blue: #0D3B99;
  --color-bright-white: #F6F8FA;
  --color-cool-gray: #B0B8C1;
  --color-pure-white: #FFFFFF;
  --color-charcoal: #1B1F28;
}

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: #004BFF;
  --role-link: #004BFF;
  --role-btn-primary-bg: #004BFF;
  --role-btn-outlined-border: #004BFF;
  --role-btn-outlined-text: #004BFF;
  --role-btn-secondary-bg: #2A71FF;
  --role-headline: #2A71FF;
  --role-bg-light: #F6F8FA;
  --role-icon: #B0B8C1;
  --role-border: #B0B8C1;
  --role-divider: #B0B8C1;
  --role-outline: #B0B8C1;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #1B1F28;
  --role-text: #1B1F28;
}

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.
{
    "vivid-blue": "#004BFF",
    "bright-cornflower": "#2A71FF",
    "deep-royal-blue": "#0D3B99",
    "bright-white": "#F6F8FA",
    "cool-gray": "#B0B8C1",
    "pure-white": "#FFFFFF",
    "charcoal": "#1B1F28"
}
Press Space to load new palette