Midnight Blues Color Palette

Discover the beautiful Midnight Blues color palette featuring east bay (#3c3c86), blue violet (#5151b3), moody blue (#6666d1), gigas (#3c3c9a) and butterfly bush (#5050a5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Deep, Night Sky, Aesthetic, Vibrant, Modern, Light Autumn, Soft Winter, Dark Summer 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 Midnight Blues palette

Share this palette to:

💻 Midnight Blues color palette CSS

/* CSS */
.color-1 {
color: #3c3c86;
}
.color-2 {
color: #5151b3;
}
.color-3 {
color: #6666d1;
}
.color-4 {
color: #3c3c9a;
}
.color-5 {
color: #5050a5;
}

/* CSS Variables */
:root {
--color-1: #3c3c86;
--color-2: #5151b3;
--color-3: #6666d1;
--color-4: #3c3c9a;
--color-5: #5050a5;
}

🌈 Midnight Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3c86, #5151b3, #6666d1, #3c3c9a, #5050a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3c86, #5151b3, #6666d1, #3c3c9a, #5050a5);
}

Midnight Blues color palette created on .