Navy#0B1F3F
Steel Blue#2E4A7D
Pure White#FFFFFF
Slate Blue#4A6FA5
Light Periwinkle#DDE6F2
Palette direction

Navy White Cinematic Color Palette

This palette draws inspiration from the deep navy and crisp whites of the logo, balancing authoritative and trustworthy navy tones with clean neutrals and subtle supporting blues to create a professional and trustworthy identity.

MonochromaticCreativenavywhitebluecinematic
palette-preview.example
Creative color direction

Navy White Cinematic Color Palette

This palette draws inspiration from the deep navy and crisp whites of the logo, balancing authoritative and trustworthy navy tones with clean neutrals and subtle supporting blues to create a professional and trustworthy 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 #1B1F27on Pure White #FFFFFF16.5:1 Excellent
Logo Pure White #FFFFFFon Navy #0B1F3F16.4:1 Excellent
Logo Charcoal #1B1F27on Light Periwinkle #DDE6F213.1:1 Excellent
Logo Charcoal #1B1F27on Cool Gray #B1B9C88.4:1 Excellent
Icon color
BackgroundNavy#0B1F3FTextOff White#F7F9FC
Primary Button15.53:1
AAA

Best for the main action users should notice first.

BackgroundSteel Blue#2E4A7DTextOff White#F7F9FC
Secondary Button8.32:1
AAA

Useful for softer choices and secondary paths.

BackgroundLight Periwinkle#DDE6F2TextPure White#FFFFFF
Outlined Button1.26:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundLight Periwinkle#DDE6F2TextNavy#0B1F3F
Text Button13.01:1
AAA

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

Palette composition8 colorsMonochromatic color relationship
9:41Navy White Cinematic 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.

CNavy White Cinematic Color PaletteCreative brand direction ColorFly.design
Strategic palette preview

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 #0B1F3F
HeadlineUsed for main titles and key messages.Steel Blue #2E4A7D
LinkUsed for links and interactive text.Navy #0B1F3F

Buttons

Primary Button
BackgroundNavy #0B1F3F
TextOff White #F7F9FC
Secondary Button
BackgroundSteel Blue #2E4A7D
TextOff White #F7F9FC
Outlined Button
BackgroundCool Gray #B1B9C8
TextPure White #FFFFFF

Interface

TextDefault readable body text.Charcoal #1B1F27
Bg LightLight page or section background.Light Periwinkle #DDE6F2
Bg DarkDark page or section background.Off White #F7F9FC
IconSmall interface icons and marks.Slate Blue #4A6FA5
BorderCards, inputs, and component borders.Slate Blue #4A6FA5
DividerSubtle separators between content.Slate Blue #4A6FA5
OutlineFocus rings and emphasis outlines.Slate Blue #4A6FA5

Palette Colors

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

Main (Brand) Colors

The main colors combine deep navy and mid-tone blue with clean whites to evoke professionalism, trust, and clarity suitable for a cinematic media brand.

PrimaryNavy

RolesLogo, Link, Btn Primary Bg

Navy evokes professionalism, authority, and trust, grounding the brand with a cinematic depth.

HEX#0B1F3F
RGB11, 31, 63
HSL217, 70, 15
CMYK83, 51, 0, 75
SecondarySteel Blue

RolesBtn Secondary Bg, Headline

Steel Blue adds a dynamic but calm accent that complements navy and supports versatility.

HEX#2E4A7D
RGB46, 74, 125
HSL219, 46, 34
CMYK63, 41, 0, 51
TertiaryPure White

RolesBtn Outlined Text

Pure White ensures high contrast and clarity for text and button elements, maintaining readability.

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

Support Colors

The support colors extend the main palette with muted blues that balance the navy without competing for attention, creating visual hierarchy and refinement.

Slate Blue

RolesIcon, Border, Divider, Outline

Slate Blue provides subtle accents and functional elements that harmonize with the deeper blues.

HEX#4A6FA5
RGB74, 111, 165
HSL216, 38, 47
CMYK55, 33, 0, 35
Light Periwinkle

RolesBg Light

Light Periwinkle serves as a gentle and clean background tone that supports the main colors.

HEX#DDE6F2
RGB221, 230, 242
HSL214, 45, 91
CMYK9, 5, 0, 5

Neutral Colors

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

Off White

RolesBg Dark, Btn Primary Text, Btn Secondary Text

HEX#F7F9FC
RGB247, 249, 252
HSL216, 45, 98
CMYK2, 1, 0, 1
Cool Gray

RolesBtn Outlined Border

HEX#B1B9C8
RGB177, 185, 200
HSL219, 17, 74
CMYK12, 8, 0, 22
Charcoal

RolesText

HEX#1B1F27
RGB27, 31, 39
HSL220, 18, 13
CMYK31, 21, 0, 85

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: #0B1F3F;
  --color-steel-blue: #2E4A7D;
  --color-pure-white: #FFFFFF;
  --color-slate-blue: #4A6FA5;
  --color-light-periwinkle: #DDE6F2;
  --color-off-white: #F7F9FC;
  --color-cool-gray: #B1B9C8;
  --color-charcoal: #1B1F27;
}

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: #0B1F3F;
  --role-link: #0B1F3F;
  --role-btn-primary-bg: #0B1F3F;
  --role-btn-secondary-bg: #2E4A7D;
  --role-headline: #2E4A7D;
  --role-btn-outlined-text: #FFFFFF;
  --role-icon: #4A6FA5;
  --role-border: #4A6FA5;
  --role-divider: #4A6FA5;
  --role-outline: #4A6FA5;
  --role-bg-light: #DDE6F2;
  --role-bg-dark: #F7F9FC;
  --role-btn-primary-text: #F7F9FC;
  --role-btn-secondary-text: #F7F9FC;
  --role-btn-outlined-border: #B1B9C8;
  --role-text: #1B1F27;
}

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": "#0B1F3F",
    "steel-blue": "#2E4A7D",
    "pure-white": "#FFFFFF",
    "slate-blue": "#4A6FA5",
    "light-periwinkle": "#DDE6F2",
    "off-white": "#F7F9FC",
    "cool-gray": "#B1B9C8",
    "charcoal": "#1B1F27"
}
Press Space to load new palette