Cloud Blue#6B7FD7
Bloom Violet#8E6AD8
Dusk Indigo#3F4F9A
Misted Aqua#72C8C6
Lavender Glow#B79FE8
Palette direction

Nebula Blue Lavender Color Palette

A soft nebula-inspired system that pairs misty blue-violet light with luminous lavender and deep midnight indigo. The palette feels modern and whimsical while staying structured enough for clear UI hierarchy and brand recognition.

AnalogousTechnebulablue-violetlavendermidnight
palette-preview.example
Tech color direction

Nebula Blue Lavender Color Palette

A soft nebula-inspired system that pairs misty blue-violet light with luminous lavender and deep midnight indigo. The palette feels modern and whimsical while staying structured enough for clear UI hierarchy and brand recognition.

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 Dusk Indigo #3F4F9A7.5:1 Excellent
Logo Deep Ink #111426on Cloud Blue #6B7FD74.9:1 Strong
Logo Deep Ink #111426on Bloom Violet #8E6AD84.5:1 Strong
Logo Deep Ink #111426on Pure White #FFFFFF18.2:1 Excellent
Icon color
BackgroundCloud Blue#6B7FD7TextDeep Ink#111426
Primary Button4.90:1
AA

Best for the main action users should notice first.

BackgroundBloom Violet#8E6AD8TextDeep Ink#111426
Secondary Button4.52:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextDusk Indigo#3F4F9A
Outlined Button7.51:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextBloom Violet#8E6AD8
Text Button4.04:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Nebula Blue Lavender Color Palette Color role balance
Analogous 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.

CNebula Blue Lavender Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay within a cool blue-to-violet range, creating a coherent nebula-like identity that feels recognizable across logo, links, and UI accents. Their close relationship gives the brand a soft, futuristic mood without becoming

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.Cloud Blue #6B7FD7
HeadlineUsed for main titles and key messages.Dusk Indigo #3F4F9A
LinkUsed for links and interactive text.Bloom Violet #8E6AD8

Buttons

Primary Button
BackgroundCloud Blue #6B7FD7
TextDeep Ink #111426
Secondary Button
BackgroundBloom Violet #8E6AD8
TextDeep Ink #111426
Outlined Button
BackgroundDusk Indigo #3F4F9A
TextDusk Indigo #3F4F9A

Interface

TextDefault readable body text.Deep Ink #111426
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Deep Ink #111426
IconSmall interface icons and marks.Misted Aqua #72C8C6
BorderCards, inputs, and component borders.Misted Aqua #72C8C6
DividerSubtle separators between content.Lavender Glow #B79FE8
OutlineFocus rings and emphasis outlines.Lavender Glow #B79FE8

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 cool blue-to-violet range, creating a coherent nebula-like identity that feels recognizable across logo, links, and UI accents. Their close relationship gives the brand a soft, futuristic mood without becoming

PrimaryCloud Blue

RolesLogo, Btn Primary Bg

Provides the clearest brand anchor, balancing approachability with a polished digital feel.

HEX#6B7FD7
RGB107, 127, 215
HSL229, 57, 63
CMYK50, 41, 0, 16
SecondaryBloom Violet

RolesLink, Btn Secondary Bg

Adds a more expressive adjacent hue that keeps interaction states lively and distinctive.

HEX#8E6AD8
RGB142, 106, 216
HSL260, 59, 63
CMYK34, 51, 0, 15
TertiaryDusk Indigo

RolesHeadline, Btn Outlined Border, Btn Outlined Text

Brings depth and authority, making the system feel grounded and improving visibility for outlined treatments.

HEX#3F4F9A
RGB63, 79, 154
HSL229, 42, 43
CMYK59, 49, 0, 40

Support Colors

The support accents extend the nebula mood with cooler, softer notes that reinforce the main hues instead of competing with them. They are intentionally subdued so they can support

Misted Aqua

RolesIcon, Border

Softens the palette with a calm cyan-teal accent that works well for subtle UI signals and separators.

HEX#72C8C6
RGB114, 200, 198
HSL179, 44, 62
CMYK43, 0, 1, 22
Lavender Glow

RolesDivider, Outline

Echoes the violet family in a lighter, quieter way, ideal for delicate structural elements and passive emphasis.

HEX#B79FE8
RGB183, 159, 232
HSL260, 61, 77
CMYK21, 31, 0, 9

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
Frost White
HEX#EDF1FA
RGB237, 241, 250
HSL222, 57, 95
CMYK5, 4, 0, 2
Deep Ink

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

HEX#111426
RGB17, 20, 38
HSL231, 38, 11
CMYK55, 47, 0, 85

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-cloud-blue: #6B7FD7;
  --color-bloom-violet: #8E6AD8;
  --color-dusk-indigo: #3F4F9A;
  --color-misted-aqua: #72C8C6;
  --color-lavender-glow: #B79FE8;
  --color-pure-white: #FFFFFF;
  --color-frost-white: #EDF1FA;
  --color-deep-ink: #111426;
}

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: #6B7FD7;
  --role-btn-primary-bg: #6B7FD7;
  --role-link: #8E6AD8;
  --role-btn-secondary-bg: #8E6AD8;
  --role-headline: #3F4F9A;
  --role-btn-outlined-border: #3F4F9A;
  --role-btn-outlined-text: #3F4F9A;
  --role-icon: #72C8C6;
  --role-border: #72C8C6;
  --role-divider: #B79FE8;
  --role-outline: #B79FE8;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #111426;
  --role-text: #111426;
  --role-btn-primary-text: #111426;
  --role-btn-secondary-text: #111426;
}

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.
{
    "cloud-blue": "#6B7FD7",
    "bloom-violet": "#8E6AD8",
    "dusk-indigo": "#3F4F9A",
    "misted-aqua": "#72C8C6",
    "lavender-glow": "#B79FE8",
    "pure-white": "#FFFFFF",
    "frost-white": "#EDF1FA",
    "deep-ink": "#111426"
}
Press Space to load new palette