Steel Blue#4A688B
Taupe Brown#86775F
Slate Gray#8B8F94
Pale Blue#A4B0C3
Light Taupe#A9927A
Palette direction

Crisp Blue Gray Color Palette

This palette captures the cold, serene environment of the snowy mountain landscape with crisp blues and grays balanced by warm browns from the chair. It offers a fresh, natural atmosphere suitable for brands seeking a calm yet grounded identity.

ComplementaryNonebluegraybrowncalm
palette-preview.example
None color direction

Crisp Blue Gray Color Palette

This palette captures the cold, serene environment of the snowy mountain landscape with crisp blues and grays balanced by warm browns from the chair. It offers a fresh, natural atmosphere suitable for brands seeking a calm yet grounded identity.

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 Steel Blue #4A688B5.8:1 Strong
Logo Charcoal #2C2E2Fon Pure White #FFFFFF13.6:1 Excellent
Logo Pure White #FFFFFFon Charcoal #2C2E2F13.6:1 Excellent
Logo Charcoal #2C2E2Fon Light Gray #D9D9D99.7:1 Excellent
Icon color
BackgroundSteel Blue#4A688BTextPure White#FFFFFF
Primary Button5.76:1
AA

Best for the main action users should notice first.

BackgroundTaupe Brown#86775FTextPure White#FFFFFF
Secondary Button4.36:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextTaupe Brown#86775F
Outlined Button4.36:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextSteel Blue#4A688B
Text Button5.76:1
AA

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

Palette composition8 colorsComplementary color relationship
9:41Crisp Blue Gray Color Palette Color role balance
Complementary 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.

CCrisp Blue Gray Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine cool muted blues with complementary warm browns to balance coolness with inviting earth tones, anchored by a mid-tone gray to unify the palette naturally.

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 #4A688B
HeadlineUsed for main titles and key messages.Steel Blue #4A688B
LinkUsed for links and interactive text.Steel Blue #4A688B

Buttons

Primary Button
BackgroundSteel Blue #4A688B
TextPure White #FFFFFF
Secondary Button
BackgroundTaupe Brown #86775F
TextPure White #FFFFFF
Outlined Button
BackgroundTaupe Brown #86775F
TextTaupe Brown #86775F

Interface

TextDefault readable body text.Charcoal #2C2E2F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Slate Gray #8B8F94
IconSmall interface icons and marks.Pale Blue #A4B0C3
BorderCards, inputs, and component borders.Pale Blue #A4B0C3
DividerSubtle separators between content.Pale Blue #A4B0C3
OutlineFocus rings and emphasis outlines.Pale Blue #A4B0C3

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 muted blues with complementary warm browns to balance coolness with inviting earth tones, anchored by a mid-tone gray to unify the palette naturally.

PrimarySteel Blue

RolesLogo, Link, Btn Primary Bg, Headline

Steel Blue provides a calm, trustworthy tone evoking the cold sky and shadows on the mountain.

HEX#4A688B
RGB74, 104, 139
HSL212, 31, 42
CMYK47, 25, 0, 45
SecondaryTaupe Brown

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Taupe Brown adds warmth and a natural grounding reminiscent of the wooden chair and earth beneath the snow.

HEX#86775F
RGB134, 119, 95
HSL37, 17, 45
CMYK0, 11, 29, 47
TertiarySlate Gray

RolesBg Dark

Slate Gray unifies the cool elements and provides a subtle neutral balance without overwhelming the palette.

HEX#8B8F94
RGB139, 143, 148
HSL213, 4, 56
CMYK6, 3, 0, 42

Support Colors

These support colors extend the palette with softer, lighter variants of blue and brown to maintain harmony and usability in accents and icons.

Pale Blue

RolesIcon, Border, Divider, Outline

Pale Blue complements Steel Blue by lightening the mood and enhancing visual hierarchy while supporting tranquility.

HEX#A4B0C3
RGB164, 176, 195
HSL217, 21, 70
CMYK16, 10, 0, 24
Light Taupe

Light Taupe softens the secondary brown, adding approachable warmth to headlines and subtle backgrounds.

HEX#A9927A
RGB169, 146, 122
HSL31, 21, 57
CMYK0, 14, 28, 34

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
Light Gray
HEX#D9D9D9
RGB217, 217, 217
HSL0, 0, 85
CMYK0, 0, 0, 15
Charcoal

RolesText

HEX#2C2E2F
RGB44, 46, 47
HSL200, 3, 18
CMYK6, 2, 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: #4A688B;
  --color-taupe-brown: #86775F;
  --color-slate-gray: #8B8F94;
  --color-pale-blue: #A4B0C3;
  --color-light-taupe: #A9927A;
  --color-pure-white: #FFFFFF;
  --color-light-gray: #D9D9D9;
  --color-charcoal: #2C2E2F;
}

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: #4A688B;
  --role-link: #4A688B;
  --role-btn-primary-bg: #4A688B;
  --role-headline: #4A688B;
  --role-btn-secondary-bg: #86775F;
  --role-btn-outlined-border: #86775F;
  --role-btn-outlined-text: #86775F;
  --role-bg-dark: #8B8F94;
  --role-icon: #A4B0C3;
  --role-border: #A4B0C3;
  --role-divider: #A4B0C3;
  --role-outline: #A4B0C3;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-text: #2C2E2F;
}

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": "#4A688B",
    "taupe-brown": "#86775F",
    "slate-gray": "#8B8F94",
    "pale-blue": "#A4B0C3",
    "light-taupe": "#A9927A",
    "pure-white": "#FFFFFF",
    "light-gray": "#D9D9D9",
    "charcoal": "#2C2E2F"
}
Press Space to load new palette