Steel Blue#5A82B6
Lavender#A798D1
Periwinkle#7687AB
Sage Green#8FAE8B
Aquamarine#6CAAA6
Palette direction

Lavender Blue Spa Color Palette

This spa beauty brand palette features serene blues and gentle lavenders that evoke relaxation and sophistication, balanced with soft greens for a natural, calming accent. The neutral greys and off-white anchor the palette for versatile, readable backgrounds and text, creating an elegant and harmonious brand identity ideal for wellness and beauty.

AnalogousHealth Wellnessspabeautyrelaxationcalming
palette-preview.example
Health Wellness color direction

Lavender Blue Spa Color Palette

This spa beauty brand palette features serene blues and gentle lavenders that evoke relaxation and sophistication, balanced with soft greens for a natural, calming accent. The neutral greys and off-white anchor the palette for versatile, readable backgrounds and text, creating an elegant and harmonious brand identity ideal for wellness and beauty.

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 Charcoal #2E2E2Eon Lavender #A798D15.2:1 Strong
Logo Charcoal #2E2E2Eon White #FFFFFF13.6:1 Excellent
Logo White #FFFFFFon Charcoal #2E2E2E13.6:1 Excellent
Logo Charcoal #2E2E2Eon Sage Green #8FAE8B5.6:1 Strong
Icon color
BackgroundSteel Blue#5A82B6TextWhite#FFFFFF
Primary Button3.96:1
Large text

Best for the main action users should notice first.

BackgroundLavender#A798D1TextCharcoal#2E2E2E
Secondary Button5.21:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextSteel Blue#5A82B6
Outlined Button3.96:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextLavender#A798D1
Text Button2.61:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Lavender Blue Spa 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.

CLavender Blue Spa Color PaletteHealth Wellness brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The combination of soft blue, lavender, and cool periwinkle harmonizes naturally to convey a soothing and upscale spa atmosphere while maintaining clear visual distinction within the brand colors.

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.Steel Blue #5A82B6
HeadlineUsed for main titles and key messages.Lavender #A798D1
LinkUsed for links and interactive text.Lavender #A798D1

Buttons

Primary Button
BackgroundSteel Blue #5A82B6
TextWhite #FFFFFF
Secondary Button
BackgroundLavender #A798D1
TextCharcoal #2E2E2E
Outlined Button
BackgroundSteel Blue #5A82B6
TextSteel Blue #5A82B6

Interface

TextDefault readable body text.Charcoal #2E2E2E
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Cultured #F5F5F5
IconSmall interface icons and marks.Sage Green #8FAE8B
BorderCards, inputs, and component borders.Sage Green #8FAE8B
DividerSubtle separators between content.Sage Green #8FAE8B
OutlineFocus rings and emphasis outlines.Sage Green #8FAE8B

Palette Colors

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

Main (Brand) Colors

The combination of soft blue, lavender, and cool periwinkle harmonizes naturally to convey a soothing and upscale spa atmosphere while maintaining clear visual distinction within the brand colors.

PrimarySteel Blue

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

Steel Blue anchors the brand with a sophisticated, calming tone perfect for logos and primary call to actions.

HEX#5A82B6
RGB90, 130, 182
HSL214, 39, 53
CMYK51, 29, 0, 29
SecondaryLavender

RolesLink, Btn Secondary Bg, Headline

Lavender adds femininity and softness, ideal for links, headlines, and secondary buttons to enhance the serene brand aesthetic.

HEX#A798D1
RGB167, 152, 209
HSL256, 38, 71
CMYK20, 27, 0, 18
TertiaryPeriwinkle

Periwinkle supports the palette subtly as a tertiary main color to complement Steel Blue and Lavender with gentle depth.

HEX#7687AB
RGB118, 135, 171
HSL221, 24, 57
CMYK31, 21, 0, 33

Support Colors

Soft sage green and muted aquamarine provide natural, subdued accents that reinforce the calming and fresh ambiance without overpowering the main colors.

Sage Green

RolesIcon, Border, Divider, Outline

Sage Green introduces a natural, earthy element that balances the cooler blues and purples while remaining visually subordinate.

HEX#8FAE8B
RGB143, 174, 139
HSL113, 18, 61
CMYK18, 0, 20, 32
Aquamarine

Aquamarine adds cool clarity and a subtle freshness that harmonizes with the main colors quietly enhancing interface elements.

HEX#6CAAA6
RGB108, 170, 166
HSL176, 27, 55
CMYK36, 0, 2, 33

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
Cultured

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Secondary Text

HEX#2E2E2E
RGB46, 46, 46
HSL0, 0, 18
CMYK0, 0, 0, 82

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-steel-blue: #5A82B6;
  --color-lavender: #A798D1;
  --color-periwinkle: #7687AB;
  --color-sage-green: #8FAE8B;
  --color-aquamarine: #6CAAA6;
  --color-white: #FFFFFF;
  --color-cultured: #F5F5F5;
  --color-charcoal: #2E2E2E;
}

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: #5A82B6;
  --role-btn-primary-bg: #5A82B6;
  --role-btn-outlined-border: #5A82B6;
  --role-btn-outlined-text: #5A82B6;
  --role-link: #A798D1;
  --role-btn-secondary-bg: #A798D1;
  --role-headline: #A798D1;
  --role-icon: #8FAE8B;
  --role-border: #8FAE8B;
  --role-divider: #8FAE8B;
  --role-outline: #8FAE8B;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #2E2E2E;
  --role-btn-secondary-text: #2E2E2E;
}

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.
{
    "steel-blue": "#5A82B6",
    "lavender": "#A798D1",
    "periwinkle": "#7687AB",
    "sage-green": "#8FAE8B",
    "aquamarine": "#6CAAA6",
    "white": "#FFFFFF",
    "cultured": "#F5F5F5",
    "charcoal": "#2E2E2E"
}
Press Space to load new palette