Deep Ocean Blue#2A4D69
Soft Lavender#7B6CA8
Muted Teal#5A786E
Gentle Sage#A6B5A3
Palette direction

Tranquil Blue Lavender Color Palette

This palette uses calming blues and soft lavenders as main colors to evoke tranquility and focus, perfect for a reading group's identity. Muted teal and gentle sage greens extend the palette with subtle accents that support the main colors without overpowering, while the neutrals provide clear readability and a balanced background for comfortable extended use.

AnalogousEducationreading groupcalmfocustranquil
palette-preview.example
Education color direction

Tranquil Blue Lavender Color Palette

This palette uses calming blues and soft lavenders as main colors to evoke tranquility and focus, perfect for a reading group's identity. Muted teal and gentle sage greens extend the palette with subtle accents that support the main colors without overpowering, while the neutrals provide clear readability and a balanced background for comfortable extended use.

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 Ocean Blue #2A4D698.9:1 Excellent
Logo Pure White #FFFFFFon Soft Lavender #7B6CA84.6:1 Strong
Logo Charcoal Black #2C2C2Con Pure White #FFFFFF14.0:1 Excellent
Logo Charcoal Black #2C2C2Con Gentle Sage #A6B5A36.5:1 Strong
Icon color
BackgroundDeep Ocean Blue#2A4D69TextPure White#FFFFFF
Primary Button8.88:1
AAA

Best for the main action users should notice first.

BackgroundSoft Lavender#7B6CA8TextPure White#FFFFFF
Secondary Button4.61:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextDeep Ocean Blue#2A4D69
Outlined Button8.88:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextDeep Ocean Blue#2A4D69
Text Button8.88:1
AAA

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

Palette composition7 colorsAnalogous color relationship
9:41Tranquil 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.

CTranquil Blue Lavender Color PaletteEducation brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine cool blues and soft lavenders to create a calm and recognizable identity that promotes relaxation and concentration for the reading group.

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.Deep Ocean Blue #2A4D69
HeadlineUsed for main titles and key messages.Deep Ocean Blue #2A4D69
LinkUsed for links and interactive text.Deep Ocean Blue #2A4D69

Buttons

Primary Button
BackgroundDeep Ocean Blue #2A4D69
TextPure White #FFFFFF
Secondary Button
BackgroundSoft Lavender #7B6CA8
TextPure White #FFFFFF
Outlined Button
BackgroundDeep Ocean Blue #2A4D69
TextDeep Ocean Blue #2A4D69

Interface

TextDefault readable body text.Charcoal Black #2C2C2C
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Soft Grey #F5F5F5
IconSmall interface icons and marks.Muted Teal #5A786E
BorderCards, inputs, and component borders.Muted Teal #5A786E
DividerSubtle separators between content.Muted Teal #5A786E
OutlineFocus rings and emphasis outlines.Muted Teal #5A786E

Palette Colors

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

Main (Brand) Colors

The main colors combine cool blues and soft lavenders to create a calm and recognizable identity that promotes relaxation and concentration for the reading group.

PrimaryDeep Ocean Blue

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

Deep Ocean Blue provides a strong, trustworthy presence suitable for logos and interactive elements, grounding the palette with stability.

HEX#2A4D69
RGB42, 77, 105
HSL207, 43, 29
CMYK60, 27, 0, 59
SecondarySoft Lavender

RolesBtn Secondary Bg

Soft Lavender introduces a gentle, calming hue for secondary buttons, promoting a peaceful reading environment.

HEX#7B6CA8
RGB123, 108, 168
HSL255, 26, 54
CMYK27, 36, 0, 34

Support Colors

The support colors add subtle natural tones that complement the main blues and lavenders without overpowering the calm mood, supporting icons, borders, and outlines.

Muted Teal

RolesIcon, Border, Divider, Outline

Muted Teal balances the palette with an understated natural tone, enhancing support elements like icons and outlines without drawing attention away.

HEX#5A786E
RGB90, 120, 110
HSL160, 14, 41
CMYK25, 0, 8, 53
Gentle Sage

Gentle Sage provides a soft accent for headlines, reinforcing calmness while harmonizing with both main colors.

HEX#A6B5A3
RGB166, 181, 163
HSL110, 11, 67
CMYK8, 0, 10, 29

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Grey

RolesBg Dark

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

RolesText

HEX#2C2C2C
RGB44, 44, 44
HSL0, 0, 17
CMYK0, 0, 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-deep-ocean-blue: #2A4D69;
  --color-soft-lavender: #7B6CA8;
  --color-muted-teal: #5A786E;
  --color-gentle-sage: #A6B5A3;
  --color-pure-white: #FFFFFF;
  --color-soft-grey: #F5F5F5;
  --color-charcoal-black: #2C2C2C;
}

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: #2A4D69;
  --role-link: #2A4D69;
  --role-btn-primary-bg: #2A4D69;
  --role-btn-outlined-border: #2A4D69;
  --role-btn-outlined-text: #2A4D69;
  --role-headline: #2A4D69;
  --role-btn-secondary-bg: #7B6CA8;
  --role-icon: #5A786E;
  --role-border: #5A786E;
  --role-divider: #5A786E;
  --role-outline: #5A786E;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #2C2C2C;
}

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.
{
    "deep-ocean-blue": "#2A4D69",
    "soft-lavender": "#7B6CA8",
    "muted-teal": "#5A786E",
    "gentle-sage": "#A6B5A3",
    "pure-white": "#FFFFFF",
    "soft-grey": "#F5F5F5",
    "charcoal-black": "#2C2C2C"
}
Press Space to load new palette