Midnight Indigo Color Palette

Discover the beautiful Midnight Indigo color palette featuring bunting (#191a4d), jacarta (#2d2d6c), east bay (#4b4b8b), scampi (#6c6cb2) and wistful (#a3a3d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Indigo, Blue, Deep, Vibrant, Modern, Night Sky, Deep Winter 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 Indigo palette

Share this palette to:

💻 Midnight Indigo color palette CSS

/* CSS */
.color-1 {
color: #191a4d;
}
.color-2 {
color: #2d2d6c;
}
.color-3 {
color: #4b4b8b;
}
.color-4 {
color: #6c6cb2;
}
.color-5 {
color: #a3a3d1;
}

/* CSS Variables */
:root {
--color-1: #191a4d;
--color-2: #2d2d6c;
--color-3: #4b4b8b;
--color-4: #6c6cb2;
--color-5: #a3a3d1;
}

🌈 Midnight Indigo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191a4d, #2d2d6c, #4b4b8b, #6c6cb2, #a3a3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191a4d, #2d2d6c, #4b4b8b, #6c6cb2, #a3a3d1);
}

Midnight Indigo color palette created on .