Navy#16324F
Sage#8FAF9A
Silver#B8C1C7
Platinum#D8DDD9
Palette direction

Minimalistic Neutral Bright Color Palette

This palette pairs a clean Navy with a soft Sage to keep the system minimal, calm, and contemporary while still feeling distinct. Bright neutrals and restrained accents maintain clarity across UI states without adding visual noise.

AnalogousNoneminimalisticneutralbrightclean
palette-preview.example
None color direction

Minimalistic Neutral Bright Color Palette

This palette pairs a clean Navy with a soft Sage to keep the system minimal, calm, and contemporary while still feeling distinct. Bright neutrals and restrained accents maintain clarity across UI states without adding visual noise.

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 Navy #16324F13.1:1 Excellent
Logo Charcoal #111315on Sage #8FAF9A7.8:1 Excellent
Logo Charcoal #111315on White #FFFFFF18.6:1 Excellent
Logo Charcoal #111315on Platinum #D8DDD913.5:1 Excellent
Icon color
BackgroundNavy#16324FTextWhite#FFFFFF
Primary Button13.10:1
AAA

Best for the main action users should notice first.

BackgroundSage#8FAF9ATextCharcoal#111315
Secondary Button7.77:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextSage#8FAF9A
Outlined Button2.40:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextSage#8FAF9A
Text Button2.40:1
Low

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

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

CMinimalistic Neutral Bright Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The Navy and Sage sit in a quiet, low-saturation range that feels orderly and modern while staying easy to use in interfaces. Their contrast is subtle but recognizable, which keeps the brand minimal without looking flat.

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.Navy #16324F
HeadlineUsed for main titles and key messages.Navy #16324F
LinkUsed for links and interactive text.Sage #8FAF9A

Buttons

Primary Button
BackgroundNavy #16324F
TextWhite #FFFFFF
Secondary Button
BackgroundSage #8FAF9A
TextCharcoal #111315
Outlined Button
BackgroundSage #8FAF9A
TextSage #8FAF9A

Interface

TextDefault readable body text.Charcoal #111315
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111315
IconSmall interface icons and marks.Silver #B8C1C7
BorderCards, inputs, and component borders.Platinum #D8DDD9
DividerSubtle separators between content.Platinum #D8DDD9
OutlineFocus rings and emphasis outlines.Platinum #D8DDD9

Palette Colors

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

Main (Brand) Colors

The Navy and Sage sit in a quiet, low-saturation range that feels orderly and modern while staying easy to use in interfaces. Their contrast is subtle but recognizable, which keeps the brand minimal without looking flat.

PrimaryNavy

RolesLogo, Btn Primary Bg, Headline

Navy gives the palette structure, trust, and strong visual anchor points.

HEX#16324F
RGB22, 50, 79
HSL211, 56, 20
CMYK72, 37, 0, 69
SecondarySage

RolesLink, Btn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Sage softens the system and adds a calm, airy contrast to the deeper blue.

HEX#8FAF9A
RGB143, 175, 154
HSL141, 17, 62
CMYK18, 0, 12, 31

Support Colors

The support colors stay understated so they extend the main palette without competing with it. They add just enough depth and softness to improve usability across borders, icons, and subtle interface elements.

Silver

RolesIcon

Silver gives icons a quiet, neutral presence that fits the palette's restrained tone.

HEX#B8C1C7
RGB184, 193, 199
HSL204, 12, 75
CMYK8, 3, 0, 22
Platinum

RolesBorder, Divider, Outline

Platinum creates light separators that preserve the bright, minimal feel.

HEX#D8DDD9
RGB216, 221, 217
HSL132, 7, 86
CMYK2, 0, 2, 13

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
Ivory
HEX#F6F7F4
RGB246, 247, 244
HSL80, 16, 96
CMYK0, 0, 1, 3
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#111315
RGB17, 19, 21
HSL210, 11, 7
CMYK19, 10, 0, 92

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-navy: #16324F;
  --color-sage: #8FAF9A;
  --color-silver: #B8C1C7;
  --color-platinum: #D8DDD9;
  --color-white: #FFFFFF;
  --color-ivory: #F6F7F4;
  --color-charcoal: #111315;
}

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: #16324F;
  --role-btn-primary-bg: #16324F;
  --role-headline: #16324F;
  --role-link: #8FAF9A;
  --role-btn-secondary-bg: #8FAF9A;
  --role-btn-outlined-border: #8FAF9A;
  --role-btn-outlined-text: #8FAF9A;
  --role-icon: #B8C1C7;
  --role-border: #D8DDD9;
  --role-divider: #D8DDD9;
  --role-outline: #D8DDD9;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #111315;
  --role-text: #111315;
  --role-btn-secondary-text: #111315;
}

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.
{
    "navy": "#16324F",
    "sage": "#8FAF9A",
    "silver": "#B8C1C7",
    "platinum": "#D8DDD9",
    "white": "#FFFFFF",
    "ivory": "#F6F7F4",
    "charcoal": "#111315"
}
Press Space to load new palette