Porcelain White#F8F9FA
Powder Blue#DAE6F2
Slate Blue Grey#A3B0C3
Smoky Blue#8B95A4
Palette direction

Porcelain White Grey Color Palette

This monochromatic palette blends delicate porcelain-inspired whites, greys, and soft blues to evoke elegance and calm sophistication, perfect for creating a serene and refined brand identity.

MonochromaticEcommerceporcelaindelicatewhitegrey
palette-preview.example
Ecommerce color direction

Porcelain White Grey Color Palette

This monochromatic palette blends delicate porcelain-inspired whites, greys, and soft blues to evoke elegance and calm sophistication, perfect for creating a serene and refined brand 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 Charcoal Blue #2C3E50on Porcelain White #F8F9FA10.4:1 Excellent
Logo Charcoal Blue #2C3E50on Powder Blue #DAE6F28.7:1 Excellent
Logo Charcoal Blue #2C3E50on Slate Blue Grey #A3B0C35.0:1 Strong
Logo Pure White #FFFFFFon Charcoal Blue #2C3E5011.0:1 Excellent
Icon color
BackgroundPorcelain White#F8F9FATextCharcoal Blue#2C3E50
Primary Button10.42:1
AAA

Best for the main action users should notice first.

BackgroundPowder Blue#DAE6F2TextCharcoal Blue#2C3E50
Secondary Button8.67:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextPorcelain White#F8F9FA
Outlined Button1.05:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextPorcelain White#F8F9FA
Text Button1.05:1
Low

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

Palette composition7 colorsMonochromatic color relationship
9:41Porcelain White Grey Color Palette Color role balance
Monochromatic 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.

CPorcelain White Grey Color PaletteEcommerce brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a cohesive monochromatic scheme of soft porcelain-inspired white, pale blue, and subtle grey-blue variants that establish a tranquil yet distinctive brand presence.

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.Porcelain White #F8F9FA
HeadlineUsed for main titles and key messages.Powder Blue #DAE6F2
LinkUsed for links and interactive text.Porcelain White #F8F9FA

Buttons

Primary Button
BackgroundPorcelain White #F8F9FA
TextCharcoal Blue #2C3E50
Secondary Button
BackgroundPowder Blue #DAE6F2
TextCharcoal Blue #2C3E50
Outlined Button
BackgroundPorcelain White #F8F9FA
TextPorcelain White #F8F9FA

Interface

TextDefault readable body text.Charcoal Blue #2C3E50
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory White #F7F8FA
IconSmall interface icons and marks.Smoky Blue #8B95A4
BorderCards, inputs, and component borders.Smoky Blue #8B95A4
DividerSubtle separators between content.Smoky Blue #8B95A4
OutlineFocus rings and emphasis outlines.Smoky Blue #8B95A4

Palette Colors

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

Main (Brand) Colors

The main colors form a cohesive monochromatic scheme of soft porcelain-inspired white, pale blue, and subtle grey-blue variants that establish a tranquil yet distinctive brand presence.

PrimaryPorcelain White

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

Porcelain White creates a clean, fresh foundation evoking delicate porcelain surfaces and purity, forming the core recognizable brand tone.

HEX#F8F9FA
RGB248, 249, 250
HSL210, 17, 98
CMYK1, 0, 0, 2
SecondaryPowder Blue

RolesHeadline, Btn Secondary Bg

Powder Blue adds gentle depth and softness reminiscent of blue porcelain accents, enriching the palette with calm sophistication.

HEX#DAE6F2
RGB218, 230, 242
HSL210, 48, 90
CMYK10, 5, 0, 5
TertiarySlate Blue Grey

Slate Blue Grey grounds the palette with a muted, steady harmony, reflecting the subtle greys found in porcelain shadowing and edges.

HEX#A3B0C3
RGB163, 176, 195
HSL216, 21, 70
CMYK16, 10, 0, 24

Support Colors

The support colors extend the monochromatic base with nuanced blue-grey tones that enhance the main colors and provide visual interest while maintaining softness and subordination.

Smoky Blue

RolesIcon, Border, Divider, Outline

Smoky Blue reinforces the main color harmony by providing understated contrast suitable for UI elements that should remain subtle yet clear.

HEX#8B95A4
RGB139, 149, 164
HSL216, 12, 59
CMYK15, 9, 0, 36

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
Ivory White

RolesBg Dark

HEX#F7F8FA
RGB247, 248, 250
HSL220, 23, 97
CMYK1, 1, 0, 2
Charcoal Blue

RolesText, Btn Primary Text, Btn Secondary Text

HEX#2C3E50
RGB44, 62, 80
HSL210, 29, 24
CMYK45, 23, 0, 69

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-porcelain-white: #F8F9FA;
  --color-powder-blue: #DAE6F2;
  --color-slate-blue-grey: #A3B0C3;
  --color-smoky-blue: #8B95A4;
  --color-pure-white: #FFFFFF;
  --color-ivory-white: #F7F8FA;
  --color-charcoal-blue: #2C3E50;
}

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: #F8F9FA;
  --role-link: #F8F9FA;
  --role-btn-primary-bg: #F8F9FA;
  --role-btn-outlined-border: #F8F9FA;
  --role-btn-outlined-text: #F8F9FA;
  --role-headline: #DAE6F2;
  --role-btn-secondary-bg: #DAE6F2;
  --role-icon: #8B95A4;
  --role-border: #8B95A4;
  --role-divider: #8B95A4;
  --role-outline: #8B95A4;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F7F8FA;
  --role-text: #2C3E50;
  --role-btn-primary-text: #2C3E50;
  --role-btn-secondary-text: #2C3E50;
}

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.
{
    "porcelain-white": "#F8F9FA",
    "powder-blue": "#DAE6F2",
    "slate-blue-grey": "#A3B0C3",
    "smoky-blue": "#8B95A4",
    "pure-white": "#FFFFFF",
    "ivory-white": "#F7F8FA",
    "charcoal-blue": "#2C3E50"
}
Press Space to load new palette