Black#000000
White#FFFFFF
Silver#C0C0C0
Slate Gray#606060
Dark Silver#A9A9A9
Palette direction

Midnight Luminescence Creative Color Palette

This palette is inspired by the striking contrast and mysterious elegance of the black and white celestial design, combining deep black tones with luminous white and subtle metallic silver accents to evoke a futuristic and sophisticated brand identity.

MonochromaticCreativeblackwhitesilvermetallic
palette-preview.example
Creative color direction

Midnight Luminescence Creative Color Palette

This palette is inspired by the striking contrast and mysterious elegance of the black and white celestial design, combining deep black tones with luminous white and subtle metallic silver accents to evoke a futuristic and sophisticated 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 White #FFFFFFon Black #00000021.0:1 Excellent
Logo Black #000000on White #FFFFFF21.0:1 Excellent
Logo Black #000000on Silver #C0C0C011.5:1 Excellent
Logo Black #000000on Dark Silver #A9A9A98.9:1 Excellent
Icon color
BackgroundBlack#000000TextSnow#FAFAFA
Primary Button20.12:1
AAA

Best for the main action users should notice first.

BackgroundSilver#C0C0C0TextEerie Black#121212
Secondary Button10.30:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextDark Silver#A9A9A9
Outlined Button2.35:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBlack#000000
Text Button21.00:1
AAA

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

Palette composition8 colorsMonochromatic color relationship
9:41Midnight Luminescence Creative 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.

CMidnight Luminescence Creative 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.Black #000000
HeadlineUsed for main titles and key messages.Silver #C0C0C0
LinkUsed for links and interactive text.Black #000000

Buttons

Primary Button
BackgroundBlack #000000
TextSnow #FAFAFA
Secondary Button
BackgroundSilver #C0C0C0
TextEerie Black #121212
Outlined Button
BackgroundDark Silver #A9A9A9
TextDark Silver #A9A9A9

Interface

TextDefault readable body text.Eerie Black #121212
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Cultured White #F5F5F5
IconSmall interface icons and marks.Slate Gray #606060
BorderCards, inputs, and component borders.Slate Gray #606060
DividerSubtle separators between content.Slate Gray #606060
OutlineFocus rings and emphasis outlines.Dark Silver #A9A9A9

Palette Colors

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

Main (Brand) Colors

The main colors combine a rich black, crisp white, and a medium silver, creating a bold yet balanced system that feels both futuristic and timeless.

PrimaryBlack

RolesLogo, Link, Btn Primary Bg

Black conveys mystery, sophistication, and power as the foundational anchor of the palette.

HEX#000000
RGB0, 0, 0
HSL0, 0, 0
CMYK0, 0, 0, 100
PrimaryWhite

RolesBg Light

White provides clarity, contrast, and purity, enhancing readability and visual impact.

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

RolesHeadline, Btn Secondary Bg

Silver adds a refined metallic touch that evokes modernity and high-tech elegance.

HEX#C0C0C0
RGB192, 192, 192
HSL0, 0, 75
CMYK0, 0, 0, 25

Support Colors

Support colors extend the palette with muted grays and cool metallic tones, reinforcing the futuristic mood while remaining understated and complementary.

Slate Gray

RolesIcon, Border, Divider

Slate Gray offers a soft, neutral support that balances the palette with subtle depth.

HEX#606060
RGB96, 96, 96
HSL0, 0, 38
CMYK0, 0, 0, 62
Dark Silver

RolesOutline, Btn Outlined Border, Btn Outlined Text

Dark Silver provides a cooler metallic accent that frames interactive elements distinctly without overpowering.

HEX#A9A9A9
RGB169, 169, 169
HSL0, 0, 66
CMYK0, 0, 0, 34

Neutral Colors

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

Cultured White

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Snow

RolesBtn Primary Text

HEX#FAFAFA
RGB250, 250, 250
HSL0, 0, 98
CMYK0, 0, 0, 2
Eerie Black

RolesText, Btn Secondary Text

HEX#121212
RGB18, 18, 18
HSL0, 0, 7
CMYK0, 0, 0, 93

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-white: #FFFFFF;
  --color-silver: #C0C0C0;
  --color-slate-gray: #606060;
  --color-dark-silver: #A9A9A9;
  --color-cultured-white: #F5F5F5;
  --color-snow: #FAFAFA;
  --color-eerie-black: #121212;
}

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-link: #000000;
  --role-btn-primary-bg: #000000;
  --role-bg-light: #FFFFFF;
  --role-headline: #C0C0C0;
  --role-btn-secondary-bg: #C0C0C0;
  --role-icon: #606060;
  --role-border: #606060;
  --role-divider: #606060;
  --role-outline: #A9A9A9;
  --role-btn-outlined-border: #A9A9A9;
  --role-btn-outlined-text: #A9A9A9;
  --role-bg-dark: #F5F5F5;
  --role-btn-primary-text: #FAFAFA;
  --role-text: #121212;
  --role-btn-secondary-text: #121212;
}

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",
    "white": "#FFFFFF",
    "silver": "#C0C0C0",
    "slate-gray": "#606060",
    "dark-silver": "#A9A9A9",
    "cultured-white": "#F5F5F5",
    "snow": "#FAFAFA",
    "eerie-black": "#121212"
}
Press Space to load new palette