Crimson#B22222
Charcoal#2F2F2F
Rose#C08081
Mauve#8B6D7B
Smoky Taupe#6E5E53
Palette direction

Crimson Charcoal Rose Color Palette

This palette combines bold, passionate reds with dark mysterious hues and soft romantic accents, capturing the monster romance genre's blend of intensity and allure. It balances striking main colors with subdued support shades and a versatile neutral set for dynamic storytelling and branding.

MonochromaticCreativemonster romanceromantic dark fantasyauthor brandingbold reds
palette-preview.example
Creative color direction

Crimson Charcoal Rose Color Palette

This palette combines bold, passionate reds with dark mysterious hues and soft romantic accents, capturing the monster romance genre's blend of intensity and allure. It balances striking main colors with subdued support shades and a versatile neutral set for dynamic storytelling and branding.

Explore the color system8 colors mapped to roles
Logo contrast guide

Logo color pairings

Each column shows a usable logo color on a palette background, with contrast checked for clarity.

Logo White #FFFFFF
on Charcoal #2F2F2F

13.4:1 Excellent

Logo Rich Black #1A1A1A
on Rose #C08081

5.5:1 Strong

Logo Rich Black #1A1A1A
on White #FFFFFF

17.4:1 Excellent

Logo White #FFFFFF
on Mauve #8B6D7B

4.6:1 Strong
Business card

Printed materials without guessing.

A neutral card system with the logo color, contact text, and a restrained palette accent.

Avery Stone Palette designer avery@example.com colorfly.design
Mobile website

The palette has to survive the small screen.

A mobile landing page preview with logo, navigation, headline, CTA, content card, and chart color usage.

Creative Crimson Charcoal Rose Color Palette

The main colors combine a passionate Crimson with a dark Charcoal and a soft Rose, creating a system that embodies both romance and mystery central to the monster romance genre.

Analytics system

Dashboards need more than one pretty color.

Numbers, pie charts, bars, stacked bars, and lines reveal whether the palette can support real product interfaces.

Revenue$84.2k+18.4%
Retention72%Stable
Signals8Monochromatic
Audience split
Monthly growth
Trend line

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.Crimson #B22222
HeadlineUsed for main titles and key messages.Rose #C08081
LinkUsed for links and interactive text.Crimson #B22222

Buttons

Primary Button
Contrast6.68:1AA
BackgroundCrimson #B22222
TextWhite #FFFFFF
Secondary Button
Contrast13.39:1AA
BackgroundCharcoal #2F2F2F
TextWhite #FFFFFF
Outlined Button
Contrast6.68:1AA
BorderCrimson #B22222
TextCrimson #B22222

Interface

TextDefault readable body text.Rich Black #1A1A1A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #2F2F2F
IconSmall interface icons and marks.Mauve #8B6D7B
BorderCards, inputs, and component borders.Mauve #8B6D7B
DividerSubtle separators between content.Mauve #8B6D7B
OutlineFocus rings and emphasis outlines.Mauve #8B6D7B

Print Color Values

CMYK values are calculated from HEX by default. Adjust them only when preparing print materials.

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 passionate Crimson with a dark Charcoal and a soft Rose, creating a system that embodies both romance and mystery central to the monster romance genre.

PrimaryCrimson

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

Crimson infuses energy and passionate intensity, ideal for commanding attention and expressing deep romantic themes.

HEX#B22222
RGB178, 34, 34
HSL0, 68, 42
CMYK0, 81, 81, 30
SecondaryCharcoal

RolesBg Dark, Btn Secondary Bg

Charcoal delivers depth and mystery, grounding the palette with a versatile dark neutral for readability and mood.

HEX#2F2F2F
RGB47, 47, 47
HSL0, 0, 18
CMYK0, 0, 0, 82
TertiaryRose

RolesHeadline

Rose offers a soft, alluring accent that balances intensity with tenderness, perfect for romantic highlights.

HEX#C08081
RGB192, 128, 129
HSL359, 34, 63
CMYK0, 33, 33, 25

Support Colors

Support colors subtly extend the palette with muted mauve and smoky taupe, reinforcing the dark and romantic atmosphere without overpowering the main colors.

Mauve

RolesIcon, Border, Divider, Outline

Mauve complements Crimson with muted softness, enhancing the romantic mood while maintaining visual harmony.

HEX#8B6D7B
RGB139, 109, 123
HSL332, 12, 49
CMYK0, 22, 12, 45
Smoky Taupe

Smoky Taupe introduces a grounded, earthy tone that balances Rose's warmth and Charcoal's depth for better usability.

HEX#6E5E53
RGB110, 94, 83
HSL24, 14, 38
CMYK0, 15, 25, 57

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
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-crimson: #B22222;
  --color-charcoal: #2F2F2F;
  --color-rose: #C08081;
  --color-mauve: #8B6D7B;
  --color-smoky-taupe: #6E5E53;
  --color-white: #FFFFFF;
  --color-ivory: #F5F5F5;
  --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: #B22222;
  --role-link: #B22222;
  --role-btn-primary-bg: #B22222;
  --role-btn-outlined-border: #B22222;
  --role-btn-outlined-text: #B22222;
  --role-bg-dark: #2F2F2F;
  --role-btn-secondary-bg: #2F2F2F;
  --role-headline: #C08081;
  --role-icon: #8B6D7B;
  --role-border: #8B6D7B;
  --role-divider: #8B6D7B;
  --role-outline: #8B6D7B;
  --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.
{
    "crimson": "#B22222",
    "charcoal": "#2F2F2F",
    "rose": "#C08081",
    "mauve": "#8B6D7B",
    "smoky-taupe": "#6E5E53",
    "white": "#FFFFFF",
    "ivory": "#F5F5F5",
    "rich-black": "#1A1A1A"
}
Press Space to load new palette