Black#000000
Azure Blue#0077CC
Slate Gray#555A65
Light Steel Gray#A0A8B9
Palette direction

Deep Black Blue Color Palette

This color palette captures the modern, clean, and professional vibe inspired by the image's use of black and blue. The deep black offers strong contrast and authority, while the medium blue adds a fresh, tech-savvy energy. Cool grays balance the palette, keeping it versatile and supportive without overpowering the main colors.

MonochromaticTechmodernprofessionaltechnologyclean
palette-preview.example
Tech color direction

Deep Black Blue Color Palette

This color palette captures the modern, clean, and professional vibe inspired by the image's use of black and blue. The deep black offers strong contrast and authority, while the medium blue adds a fresh, tech-savvy energy. Cool grays balance the palette, keeping it versatile and supportive without overpowering the main colors.

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 Black #00000021.0:1 Excellent
Logo Pure White #FFFFFFon Azure Blue #0077CC4.7:1 Strong
Logo Black #000000on Pure White #FFFFFF21.0:1 Excellent
Logo Black #000000on Light Steel Gray #A0A8B98.8:1 Excellent
Icon color
BackgroundBlack#000000TextPure White#FFFFFF
Primary Button21.00:1
AAA

Best for the main action users should notice first.

BackgroundAzure Blue#0077CCTextPure White#FFFFFF
Secondary Button4.66:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextAzure Blue#0077CC
Outlined Button4.66:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextAzure Blue#0077CC
Text Button4.66:1
AA

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

Palette composition7 colorsMonochromatic color relationship
9:41Deep Black Blue 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.

CDeep Black Blue Color PaletteTech 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.Black #000000
HeadlineUsed for main titles and key messages.Azure Blue #0077CC
LinkUsed for links and interactive text.Azure Blue #0077CC

Buttons

Primary Button
BackgroundBlack #000000
TextPure White #FFFFFF
Secondary Button
BackgroundAzure Blue #0077CC
TextPure White #FFFFFF
Outlined Button
BackgroundBlack #000000
TextAzure Blue #0077CC

Interface

TextDefault readable body text.Rich Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Light Steel Gray #A0A8B9
IconSmall interface icons and marks.Slate Gray #555A65
BorderCards, inputs, and component borders.Slate Gray #555A65
DividerSubtle separators between content.Slate Gray #555A65
OutlineFocus rings and emphasis outlines.Slate Gray #555A65

Palette Colors

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

Main (Brand) Colors

The main colors balance powerful black with vibrant blue, forming a recognizable and dynamic complementary system suitable for technology brands.

PrimaryBlack

RolesLogo, Btn Primary Bg, Btn Outlined Border

Black provides a strong, authoritative foundation evoking sophistication and clarity.

HEX#000000
RGB0, 0, 0
HSL0, 0, 0
CMYK0, 0, 0, 100
SecondaryAzure Blue

RolesLink, Btn Secondary Bg, Btn Outlined Text, Headline

Azure Blue injects energy and approachability, enhancing the palette with a vibrant tech-savvy hue.

HEX#0077CC
RGB0, 119, 204
HSL205, 100, 40
CMYK100, 42, 0, 20

Support Colors

Support colors are cool grays that extend the palette with subtle neutrality, maintaining focus on the main colors while providing balance for interface elements.

Slate Gray

RolesIcon, Border, Divider, Outline

Slate Gray complements black by offering depth and texture without competing for attention.

HEX#555A65
RGB85, 90, 101
HSL221, 9, 36
CMYK16, 11, 0, 60
Light Steel Gray

RolesBg Dark

Light Steel Gray introduces a muted neutrality that softens the darker elements and enhances usability.

HEX#A0A8B9
RGB160, 168, 185
HSL221, 15, 68
CMYK14, 9, 0, 27

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
Ghost White
HEX#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Rich Black

RolesText

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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-black: #000000;
  --color-azure-blue: #0077CC;
  --color-slate-gray: #555A65;
  --color-light-steel-gray: #A0A8B9;
  --color-pure-white: #FFFFFF;
  --color-ghost-white: #F5F7FA;
  --color-rich-black: #1A1A1A;
}

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: #000000;
  --role-btn-primary-bg: #000000;
  --role-btn-outlined-border: #000000;
  --role-link: #0077CC;
  --role-btn-secondary-bg: #0077CC;
  --role-btn-outlined-text: #0077CC;
  --role-headline: #0077CC;
  --role-icon: #555A65;
  --role-border: #555A65;
  --role-divider: #555A65;
  --role-outline: #555A65;
  --role-bg-dark: #A0A8B9;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-text: #1A1A1A;
}

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.
{
    "black": "#000000",
    "azure-blue": "#0077CC",
    "slate-gray": "#555A65",
    "light-steel-gray": "#A0A8B9",
    "pure-white": "#FFFFFF",
    "ghost-white": "#F5F7FA",
    "rich-black": "#1A1A1A"
}
Press Space to load new palette