Crimson#9B111E
Silver#B0BFC9
Ivory#E6E1D3
Slate Blue#6B7B8C
Smoky Gray#8A8D91
Palette direction

Crimson Silver Ivory Color Palette

This palette captures Astarion's vampiric elegance with deep crimson and muted silvers, contrasted by a pale ivory that mirrors his haunting charisma and shadowy nature, balanced with soft grays for versatility in digital interfaces.

ComplementaryCreativecrimsonsilverivoryvampire
palette-preview.example
Creative color direction

Crimson Silver Ivory Color Palette

This palette captures Astarion's vampiric elegance with deep crimson and muted silvers, contrasted by a pale ivory that mirrors his haunting charisma and shadowy nature, balanced with soft grays for versatility in digital interfaces.

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 Rich Black #1A1A1Aon Ivory #E6E1D313.3:1 Excellent
Logo Rich Black #1A1A1Aon Silver #B0BFC99.2:1 Excellent
Logo White #FFFFFFon Crimson #9B111E8.4:1 Excellent
Logo Rich Black #1A1A1Aon White #FFFFFF17.4:1 Excellent
Icon color
BackgroundCrimson#9B111ETextWhite#FFFFFF
Primary Button8.42:1
AAA

Best for the main action users should notice first.

BackgroundSilver#B0BFC9TextRich Black#1A1A1A
Secondary Button9.23:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCrimson#9B111E
Outlined Button8.42:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCrimson#9B111E
Text Button8.42:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Crimson Silver Ivory Color Palette Color role balance
Complementary 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.

CCrimson Silver Ivory Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The three main colors blend a rich Crimson symbolizing vampiric allure, a refined Silver-gray evoking his noble and stealthy traits, and a soft Ivory reflecting the ethereal pallor of his character, forming a memorable and harmonious trio that defines this brand palette.

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.Crimson #9B111E
HeadlineUsed for main titles and key messages.Silver #B0BFC9
LinkUsed for links and interactive text.Crimson #9B111E

Buttons

Primary Button
BackgroundCrimson #9B111E
TextWhite #FFFFFF
Secondary Button
BackgroundSilver #B0BFC9
TextRich Black #1A1A1A
Outlined Button
BackgroundCrimson #9B111E
TextCrimson #9B111E

Interface

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

Palette Colors

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

Main (Brand) Colors

The three main colors blend a rich Crimson symbolizing vampiric allure, a refined Silver-gray evoking his noble and stealthy traits, and a soft Ivory reflecting the ethereal pallor of his character, forming a memorable and harmonious trio that defines this brand palette.

PrimaryCrimson

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

Crimson embodies the intense passion and danger central to Astarion's vampiric identity.

HEX#9B111E
RGB155, 17, 30
HSL354, 80, 34
CMYK0, 89, 81, 39
SecondarySilver

RolesHeadline, Icon, Border, Divider, Outline, Btn Secondary Bg

Silver conveys stealth and grace, complementing Crimson with a muted, elegant tone.

HEX#B0BFC9
RGB176, 191, 201
HSL204, 19, 74
CMYK12, 5, 0, 21
TertiaryIvory

Ivory reflects Astarion's ghostly pallor, providing softness and contrast to darker hues.

HEX#E6E1D3
RGB230, 225, 211
HSL44, 28, 86
CMYK0, 2, 8, 10

Support Colors

The support colors introduce cooler and slightly muted blues and grays to extend the palette subtly, enhancing readability and adding depth without detracting from the main colors' intensity.

Slate Blue

Slate Blue supports the palette by adding a cool, subdued contrast that balances the warmth of Crimson.

HEX#6B7B8C
RGB107, 123, 140
HSL211, 13, 48
CMYK24, 12, 0, 45
Smoky Gray

Smoky Gray complements Silver by grounding the palette with a low-saturation tone for interface elements.

HEX#8A8D91
RGB138, 141, 145
HSL214, 3, 55
CMYK5, 3, 0, 43

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Charcoal
HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83
Rich Black

RolesBg Dark, Text, Btn Secondary Text

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-crimson: #9B111E;
  --color-silver: #B0BFC9;
  --color-ivory: #E6E1D3;
  --color-slate-blue: #6B7B8C;
  --color-smoky-gray: #8A8D91;
  --color-white: #FFFFFF;
  --color-charcoal: #2B2B2B;
  --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: #9B111E;
  --role-link: #9B111E;
  --role-btn-primary-bg: #9B111E;
  --role-btn-outlined-border: #9B111E;
  --role-btn-outlined-text: #9B111E;
  --role-headline: #B0BFC9;
  --role-icon: #B0BFC9;
  --role-border: #B0BFC9;
  --role-divider: #B0BFC9;
  --role-outline: #B0BFC9;
  --role-btn-secondary-bg: #B0BFC9;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #1A1A1A;
  --role-text: #1A1A1A;
  --role-btn-secondary-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": "#9B111E",
    "silver": "#B0BFC9",
    "ivory": "#E6E1D3",
    "slate-blue": "#6B7B8C",
    "smoky-gray": "#8A8D91",
    "white": "#FFFFFF",
    "charcoal": "#2B2B2B",
    "rich-black": "#1A1A1A"
}
Press Space to load new palette