Blood Red#5B0014
Shadow Violet#3A2352
Charcoal Black#1E1B22
Misty Plum#4A3C3C
Palette direction

Dark Mysterious Gothic Color Palette

This palette blends deep, mysterious hues that evoke a gothic fantasy RPG ambiance with strategic color roles optimized for brand identity and digital interface clarity.

AnalogousCreativedarkmysteriousgothicfantasy
palette-preview.example
Creative color direction

Dark Mysterious Gothic Color Palette

This palette blends deep, mysterious hues that evoke a gothic fantasy RPG ambiance with strategic color roles optimized for brand identity and digital interface clarity.

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 Ivory White #FFFFFFon Charcoal Black #1E1B2217.0:1 Excellent
Logo Night Black #121214on Ivory White #FFFFFF18.7:1 Excellent
Icon color
BackgroundBlood Red#5B0014TextIvory White#FFFFFF
Primary Button14.43:1
AAA

Best for the main action users should notice first.

BackgroundShadow Violet#3A2352TextIvory White#FFFFFF
Secondary Button13.62:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory White#FFFFFFTextBlood Red#5B0014
Outlined Button14.43:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundIvory White#FFFFFFTextBlood Red#5B0014
Text Button14.43:1
AAA

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

Palette composition7 colorsAnalogous color relationship
9:41Dark Mysterious Gothic Color Palette Color role balance
Analogous 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.

CDark Mysterious Gothic Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors unify with a rich blend of a deep blood red, a shadowy violet, and a charcoal black to create a dark and mysterious gothic ambiance suitable for fantasy RPG themes.

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.Blood Red #5B0014
HeadlineUsed for main titles and key messages.Shadow Violet #3A2352
LinkUsed for links and interactive text.Blood Red #5B0014

Buttons

Primary Button
BackgroundBlood Red #5B0014
TextIvory White #FFFFFF
Secondary Button
BackgroundShadow Violet #3A2352
TextIvory White #FFFFFF
Outlined Button
BackgroundBlood Red #5B0014
TextBlood Red #5B0014

Interface

TextDefault readable body text.Night Black #121214
Bg LightLight page or section background.Ivory White #FFFFFF
Bg DarkDark page or section background.Soft Ivory #F2F0EC
IconSmall interface icons and marks.Charcoal Black #1E1B22
BorderCards, inputs, and component borders.Charcoal Black #1E1B22
DividerSubtle separators between content.Charcoal Black #1E1B22
OutlineFocus rings and emphasis outlines.Charcoal Black #1E1B22

Palette Colors

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

Main (Brand) Colors

The main colors unify with a rich blend of a deep blood red, a shadowy violet, and a charcoal black to create a dark and mysterious gothic ambiance suitable for fantasy RPG themes.

PrimaryBlood Red

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

Blood Red adds an intense, passionate energy and instantly captures gothic dramatism and fantasy depth.

HEX#5B0014
RGB91, 0, 20
HSL347, 100, 18
CMYK0, 100, 78, 64
SecondaryShadow Violet

RolesHeadline, Btn Secondary Bg

Shadow Violet lends mystical and enigmatic qualities that complement Blood Red with a cooler, contemplative tone.

HEX#3A2352
RGB58, 35, 82
HSL269, 40, 23
CMYK29, 57, 0, 68
TertiaryCharcoal Black

RolesIcon, Border, Divider, Outline

Charcoal Black provides grounding darkness to balance vibrant hues and defines key interface elements with subtlety.

HEX#1E1B22
RGB30, 27, 34
HSL266, 11, 12
CMYK12, 21, 0, 87

Support Colors

Support colors subtly extend the gothic palette without overwhelming, offering depth and usability with a muted dark contrast.

Misty Plum

Misty Plum delivers a muted dark mauve tone that softly supports main colors while enhancing readability and layering.

HEX#4A3C3C
RGB74, 60, 60
HSL0, 10, 26
CMYK0, 19, 19, 71

Neutral Colors

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

Ivory White

RolesBg Light, Btn Primary Text, Btn Secondary Text

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

RolesBg Dark

HEX#F2F0EC
RGB242, 240, 236
HSL40, 19, 94
CMYK0, 1, 2, 5
Night Black

RolesText

HEX#121214
RGB18, 18, 20
HSL240, 5, 7
CMYK10, 10, 0, 92

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-blood-red: #5B0014;
  --color-shadow-violet: #3A2352;
  --color-charcoal-black: #1E1B22;
  --color-misty-plum: #4A3C3C;
  --color-ivory-white: #FFFFFF;
  --color-soft-ivory: #F2F0EC;
  --color-night-black: #121214;
}

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: #5B0014;
  --role-link: #5B0014;
  --role-btn-primary-bg: #5B0014;
  --role-btn-outlined-border: #5B0014;
  --role-btn-outlined-text: #5B0014;
  --role-headline: #3A2352;
  --role-btn-secondary-bg: #3A2352;
  --role-icon: #1E1B22;
  --role-border: #1E1B22;
  --role-divider: #1E1B22;
  --role-outline: #1E1B22;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F2F0EC;
  --role-text: #121214;
}

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.
{
    "blood-red": "#5B0014",
    "shadow-violet": "#3A2352",
    "charcoal-black": "#1E1B22",
    "misty-plum": "#4A3C3C",
    "ivory-white": "#FFFFFF",
    "soft-ivory": "#F2F0EC",
    "night-black": "#121214"
}
Press Space to load new palette