Dark Visual Kei Color Palette

Discover the beautiful Dark Visual Kei color palette featuring ebony clay (#292d40), fiord (#474d6b), tawny port (#68283e), maroon flush (#c81c52) and disco (#941750).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Burgundy, Crimson, Dark, Deep, Elegant, Gray, Magenta, Violet, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dark Visual Kei palette

Share this palette to:

💻 Dark Visual Kei color palette CSS

/* CSS */
.color-1 {
color: #292d40;
}
.color-2 {
color: #474d6b;
}
.color-3 {
color: #68283e;
}
.color-4 {
color: #c81c52;
}
.color-5 {
color: #941750;
}

/* CSS Variables */
:root {
--color-1: #292d40;
--color-2: #474d6b;
--color-3: #68283e;
--color-4: #c81c52;
--color-5: #941750;
}

🌈 Dark Visual Kei background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292d40, #474d6b, #68283e, #c81c52, #941750);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292d40, #474d6b, #68283e, #c81c52, #941750);
}

Dark Visual Kei color palette created on .