Black#000000
Cobalt Blue#1D4ED8
White#FFFFFF
Sky Blue#3B82F6
Slate#94A3B8
Palette direction

Elon Musk Inspired Color Palette

This palette pairs high-contrast black and white with a sharp electric blue to echo a futuristic, high-performance brand system. The result feels bold, technical, and instantly recognizable without relying on extra hues.

MonochromaticTechelon musk inspiredfuturistichigh contrastelectric blue
palette-preview.example
Tech color direction

Elon Musk Inspired Color Palette

This palette pairs high-contrast black and white with a sharp electric blue to echo a futuristic, high-performance brand system. The result feels bold, technical, and instantly recognizable without relying on extra hues.

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 Black #00000021.0:1 Excellent
Logo Black #000000on White #FFFFFF21.0:1 Excellent
Logo Black #000000on Slate #94A3B88.2:1 Excellent
Logo Black #000000on Sky Blue #3B82F65.7:1 Strong
Icon color
BackgroundBlack#000000TextWhite#FFFFFF
Primary Button21.00:1
AAA

Best for the main action users should notice first.

BackgroundCobalt Blue#1D4ED8TextWhite#FFFFFF
Secondary Button6.70:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCobalt Blue#1D4ED8
Outlined Button6.70:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCobalt Blue#1D4ED8
Text Button6.70:1
AA

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

Palette composition8 colorsMonochromatic color relationship
9:41Elon Musk Inspired 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.

CElon Musk Inspired Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The palette works by combining a stark black-and-white core with an electric blue accent that signals speed, ambition, and technological confidence. This creates a clean system that feels engineered and memorable rather than decorative.

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.Black #000000
HeadlineUsed for main titles and key messages.Black #000000
LinkUsed for links and interactive text.Cobalt Blue #1D4ED8

Buttons

Primary Button
BackgroundBlack #000000
TextWhite #FFFFFF
Secondary Button
BackgroundCobalt Blue #1D4ED8
TextWhite #FFFFFF
Outlined Button
BackgroundBlack #000000
TextCobalt Blue #1D4ED8

Interface

TextDefault readable body text.Midnight #0F172A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Midnight #0F172A
IconSmall interface icons and marks.Sky Blue #3B82F6
BorderCards, inputs, and component borders.Slate #94A3B8
DividerSubtle separators between content.Slate #94A3B8
OutlineFocus rings and emphasis outlines.Sky Blue #3B82F6

Palette Colors

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

Main (Brand) Colors

The palette works by combining a stark black-and-white core with an electric blue accent that signals speed, ambition, and technological confidence. This creates a clean system that feels engineered and memorable rather than decorative.

PrimaryBlack

RolesBtn Primary Bg, Headline, Btn Outlined Border, Logo

Black gives the brand a commanding, aerospace-like weight and makes the palette feel precise and high stakes.

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

RolesLink, Btn Secondary Bg, Btn Outlined Text

Cobalt Blue adds the signature energetic signal that keeps the system futuristic and digitally active.

HEX#1D4ED8
RGB29, 78, 216
HSL224, 76, 48
CMYK87, 64, 0, 15
TertiaryWhite

RolesBg Light

White keeps the interface open and crisp while delivering the strongest possible contrast on the dark button treatments.

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

Support Colors

These accents extend the main palette with restrained utility tones that support interfaces without competing with the core black, white, and blue structure.

Sky Blue

RolesIcon, Outline

Sky Blue softens the system for icons and outlines while staying visually tied to the core blue.

HEX#3B82F6
RGB59, 130, 246
HSL217, 91, 60
CMYK76, 47, 0, 4
Slate

RolesBorder, Divider

Slate adds a cool technical neutral that organizes layouts without pulling attention away from the primary colors.

HEX#94A3B8
RGB148, 163, 184
HSL215, 20, 65
CMYK20, 11, 0, 28

Neutral Colors

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

White

RolesBtn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Snow
HEX#F8FAFC
RGB248, 250, 252
HSL210, 40, 98
CMYK2, 1, 0, 1
Midnight

RolesBg Dark, Text

HEX#0F172A
RGB15, 23, 42
HSL222, 47, 11
CMYK64, 45, 0, 84

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-black: #000000;
  --color-cobalt-blue: #1D4ED8;
  --color-white: #FFFFFF;
  --color-sky-blue: #3B82F6;
  --color-slate: #94A3B8;
  --color-snow: #F8FAFC;
  --color-midnight: #0F172A;
}

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-btn-primary-bg: #000000;
  --role-headline: #000000;
  --role-btn-outlined-border: #000000;
  --role-logo: #000000;
  --role-link: #1D4ED8;
  --role-btn-secondary-bg: #1D4ED8;
  --role-btn-outlined-text: #1D4ED8;
  --role-bg-light: #FFFFFF;
  --role-icon: #3B82F6;
  --role-outline: #3B82F6;
  --role-border: #94A3B8;
  --role-divider: #94A3B8;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #0F172A;
  --role-text: #0F172A;
}

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",
    "cobalt-blue": "#1D4ED8",
    "white": "#FFFFFF",
    "sky-blue": "#3B82F6",
    "slate": "#94A3B8",
    "snow": "#F8FAFC",
    "midnight": "#0F172A"
}
Press Space to load new palette