Crimson#8B0000
Jade Green#007F5F
Antique Gold#C19A6B
Deep Teal#005F56
Charcoal Gray#3D3D3D
Palette direction

Gothic Crimson Jewel Color Palette

This palette combines rich jewel tones and deep neutrals inspired by the dynamic action and intense colors in the image, delivering a bold and energetic system with strong contrast and depth suitable for brands wanting strength and vibrancy.

Split ComplementaryCreativecrimsonjade greencharcoal gray antique gold
palette-preview.example
Creative color direction

Gothic Crimson Jewel Color Palette

This palette combines rich jewel tones and deep neutrals inspired by the dynamic action and intense colors in the image, delivering a bold and energetic system with strong contrast and depth suitable for brands wanting strength and vibrancy.

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 Pure White #FFFFFFon Crimson #8B000010.0:1 Excellent
Logo Raisin Black #1A1A1Aon Antique Gold #C19A6B6.7:1 Strong
Logo Pure White #FFFFFFon Jade Green #007F5F5.0:1 Strong
Logo Raisin Black #1A1A1Aon Pure White #FFFFFF17.4:1 Excellent
Icon color
BackgroundCrimson#8B0000TextPure White#FFFFFF
Primary Button10.01:1
AAA

Best for the main action users should notice first.

BackgroundJade Green#007F5FTextPure White#FFFFFF
Secondary Button5.00:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextJade Green#007F5F
Outlined Button5.00:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextCrimson#8B0000
Text Button10.01:1
AAA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Gothic Crimson Jewel Color Palette Color role balance
Split 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.

CGothic Crimson Jewel Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The triadic relationship among deep crimson red, jade green, and antique gold creates a balanced yet energetic and memorable color system that commands attention.

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 #8B0000
HeadlineUsed for main titles and key messages.Antique Gold #C19A6B
LinkUsed for links and interactive text.Crimson #8B0000

Buttons

Primary Button
BackgroundCrimson #8B0000
TextPure White #FFFFFF
Secondary Button
BackgroundJade Green #007F5F
TextPure White #FFFFFF
Outlined Button
BackgroundJade Green #007F5F
TextJade Green #007F5F

Interface

TextDefault readable body text.Raisin Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Charcoal Gray #3D3D3D
IconSmall interface icons and marks.Deep Teal #005F56
BorderCards, inputs, and component borders.Deep Teal #005F56
DividerSubtle separators between content.Deep Teal #005F56
OutlineFocus rings and emphasis outlines.Deep Teal #005F56

Palette Colors

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

Main (Brand) Colors

The triadic relationship among deep crimson red, jade green, and antique gold creates a balanced yet energetic and memorable color system that commands attention.

PrimaryCrimson

RolesLogo, Btn Primary Bg, Link

Crimson provides powerful energy and passion, ideal to evoke strength and urgency in brand elements.

HEX#8B0000
RGB139, 0, 0
HSL0, 100, 27
CMYK0, 100, 100, 45
SecondaryJade Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Jade Green balances the palette with a calming yet vibrant tone that complements crimson with growth and resilience associations.

HEX#007F5F
RGB0, 127, 95
HSL165, 100, 25
CMYK100, 0, 25, 50
TertiaryAntique Gold

RolesHeadline

Antique Gold adds a warm, sophisticated accent that enhances visual appeal and offers a classic, prestigious feel.

HEX#C19A6B
RGB193, 154, 107
HSL33, 41, 59
CMYK0, 20, 45, 24

Support Colors

The support colors are harmonious darker and muted jewel tones, providing subtle accents and backgrounds that quietly reinforce and soften the main colors.

Deep Teal

RolesIcon, Border, Divider, Outline

Deep Teal reinforces the green in the palette with a muted depth that adds structure and balance.

HEX#005F56
RGB0, 95, 86
HSL174, 100, 19
CMYK100, 0, 9, 63
Charcoal Gray

RolesBg Dark

Charcoal Gray underlines contrast with a neutral dark tone that grounds the vibrant main colors.

HEX#3D3D3D
RGB61, 61, 61
HSL0, 0, 24
CMYK0, 0, 0, 76

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F0E6D2
RGB240, 230, 210
HSL40, 50, 88
CMYK0, 4, 13, 6
Raisin 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-crimson: #8B0000;
  --color-jade-green: #007F5F;
  --color-antique-gold: #C19A6B;
  --color-deep-teal: #005F56;
  --color-charcoal-gray: #3D3D3D;
  --color-pure-white: #FFFFFF;
  --color-ivory: #F0E6D2;
  --color-raisin-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: #8B0000;
  --role-btn-primary-bg: #8B0000;
  --role-link: #8B0000;
  --role-btn-secondary-bg: #007F5F;
  --role-btn-outlined-border: #007F5F;
  --role-btn-outlined-text: #007F5F;
  --role-headline: #C19A6B;
  --role-icon: #005F56;
  --role-border: #005F56;
  --role-divider: #005F56;
  --role-outline: #005F56;
  --role-bg-dark: #3D3D3D;
  --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": "#8B0000",
    "jade-green": "#007F5F",
    "antique-gold": "#C19A6B",
    "deep-teal": "#005F56",
    "charcoal-gray": "#3D3D3D",
    "pure-white": "#FFFFFF",
    "ivory": "#F0E6D2",
    "raisin-black": "#1A1A1A"
}
Press Space to load new palette