Gothic Color Palette

Deep black, blood red, midnight purple, and silver create a dark, dramatic gothic palette. This intense combination haunts vampire fiction covers, heavy metal branding, and dark fashion labels.

#0A0A0A

Black

RGB(10, 10, 10)

HSL(0, 0%, 4%)

#8B0000

Deep Red

RGB(139, 0, 0)

HSL(0, 100%, 27%)

#2E0854

Dark Violet

RGB(46, 8, 84)

HSL(270, 83%, 18%)

#C0C0C0

Light Gray

RGB(192, 192, 192)

HSL(0, 0%, 75%)

#1A1A2E

Dark Indigo

RGB(26, 26, 46)

HSL(240, 28%, 14%)

#4A0020

Dark Magenta

RGB(74, 0, 32)

HSL(334, 100%, 15%)

lightbulbBest Use Cases

  • checkFiction covers
  • checkMetal branding
  • checkDark fashion

businessIndustries

  • checkEntertainment
  • checkFashion
Mood:dark

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #0A0A0A;
  --color-2: #8B0000;
  --color-3: #2E0854;
  --color-4: #C0C0C0;
  --color-5: #1A1A2E;
  --color-6: #4A0020;
}

Tailwind CSS Config

colors: {
  'gothic-1': '#0A0A0A',
  'gothic-2': '#8B0000',
  'gothic-3': '#2E0854',
  'gothic-4': '#C0C0C0',
  'gothic-5': '#1A1A2E',
  'gothic-6': '#4A0020',
}
gothicdarkdramaticintensemoody

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes