Black#000000
Charcoal#2E2E2E
Taupe#FFFFFF
Slate#DE1212
Sand#EA1010
Palette direction

Black Taupe Charcoal Color Palette

This palette combines strong black and deep charcoal as main colors with accents of warm taupe and muted slate to balance boldness with approachability. The crisp neutrals offer excellent contrast and clarity for text and backgrounds, supporting a sleek, modern identity that stands out with timeless sophistication.

MonochromaticLuxury And Lifestyleblackcharcoaltaupeluxury
palette-preview.example
Luxury And Lifestyle color direction

Black Taupe Charcoal Color Palette

This palette combines strong black and deep charcoal as main colors with accents of warm taupe and muted slate to balance boldness with approachability. The crisp neutrals offer excellent contrast and clarity for text and backgrounds, supporting a sleek, modern identity that stands out with timeless sophistication.

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 Taupe #FFFFFFon Black #00000021.0:1 Excellent
Logo Black #000000on Taupe #FFFFFF21.0:1 Excellent
Logo Taupe #FFFFFFon Slate #DE12125.0:1 Strong
Logo Taupe #FFFFFFon Sand #EA10104.6:1 Strong
Icon color
BackgroundBlack#000000TextIvory#FFFFFF
Primary Button21.00:1
AAA

Best for the main action users should notice first.

BackgroundCharcoal#2E2E2ETextIvory#FFFFFF
Secondary Button13.58:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#FFFFFFTextBlack#000000
Outlined Button21.00:1
AAA

Good for lower-emphasis actions on light surfaces.

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

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

Palette composition8 colorsMonochromatic color relationship
9:41Black Taupe Charcoal 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.

CBlack Taupe Charcoal Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors create a bold, timeless system composed of Black as an anchoring shade, deep Charcoal to add depth, and warm Taupe to introduce subtle contrast and warmth without competing visually.

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.Charcoal #2E2E2E
LinkUsed for links and interactive text.Black #000000

Buttons

Primary Button
BackgroundBlack #000000
TextIvory #FFFFFF
Secondary Button
BackgroundCharcoal #2E2E2E
TextIvory #FFFFFF
Outlined Button
BackgroundBlack #000000
TextBlack #000000

Interface

TextDefault readable body text.Charcoal Black #1A1A1A
Bg LightLight page or section background.Ivory #FFFFFF
Bg DarkDark page or section background.Snow #F5F5F5
IconSmall interface icons and marks.Slate #DE1212
BorderCards, inputs, and component borders.Slate #DE1212
DividerSubtle separators between content.Slate #DE1212
OutlineFocus rings and emphasis outlines.Slate #DE1212

Palette Colors

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

Main (Brand) Colors

The main colors create a bold, timeless system composed of Black as an anchoring shade, deep Charcoal to add depth, and warm Taupe to introduce subtle contrast and warmth without competing visually.

PrimaryBlack

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

Black anchors the brand with timeless authority and high visual impact.

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

RolesBtn Secondary Bg, Headline

Charcoal provides strong depth and sophistication, making secondary elements distinctive yet restrained.

HEX#2E2E2E
RGB46, 46, 46
HSL0, 0, 18
CMYK0, 0, 0, 82
TertiaryTaupe

Taupe offers warm contrast that softens and complements the strong blacks while maintaining elegance.

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

Support Colors

Support colors extend the main palette by introducing muted Slate and warm Sand shades that reinforce the primary hues with subtle tonal variations, ensuring visual cohesion and versatile usage for icons, borders, and outlines.

Slate

RolesIcon, Border, Divider, Outline

Slate balances the dark main colors with a cool, muted tone that is visually subordinate yet distinct.

HEX#DE1212
RGB222, 18, 18
HSL0, 85, 47
CMYK0, 92, 92, 13
Sand

Sand complements the Taupe with a lighter, warm neutral that supports headline emphasis without overpowering the palette.

HEX#EA1010
RGB234, 16, 16
HSL0, 87, 49
CMYK0, 93, 93, 8

Neutral Colors

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

Ivory

RolesBg Light, Btn Primary Text, Btn Secondary Text

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

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal 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.

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-charcoal: #2E2E2E;
  --color-taupe: #FFFFFF;
  --color-slate: #DE1212;
  --color-sand: #EA1010;
  --color-ivory: #FFFFFF;
  --color-snow: #F5F5F5;
  --color-charcoal-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-link: #000000;
  --role-btn-outlined-border: #000000;
  --role-btn-outlined-text: #000000;
  --role-btn-secondary-bg: #2E2E2E;
  --role-headline: #2E2E2E;
  --role-icon: #DE1212;
  --role-border: #DE1212;
  --role-divider: #DE1212;
  --role-outline: #DE1212;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --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",
    "charcoal": "#2E2E2E",
    "taupe": "#FFFFFF",
    "slate": "#DE1212",
    "sand": "#EA1010",
    "ivory": "#FFFFFF",
    "snow": "#F5F5F5",
    "charcoal-black": "#1A1A1A"
}
Press Space to load new palette