Midnight Blue Color Palette

Discover the beautiful Midnight Blue color palette featuring san marino (#4463ab), waikawa gray (#5c719d), cloud burst (#25385f), don juan (#5f535d) and foam (#caf7fc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Modern, Teal, Vibrant 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 Blue palette

Share this palette to:

💻 Midnight Blue color palette CSS

/* CSS */
.color-1 {
color: #4463ab;
}
.color-2 {
color: #5c719d;
}
.color-3 {
color: #25385f;
}
.color-4 {
color: #5f535d;
}
.color-5 {
color: #caf7fc;
}

/* CSS Variables */
:root {
--color-1: #4463ab;
--color-2: #5c719d;
--color-3: #25385f;
--color-4: #5f535d;
--color-5: #caf7fc;
}

🌈 Midnight Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4463ab, #5c719d, #25385f, #5f535d, #caf7fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4463ab, #5c719d, #25385f, #5f535d, #caf7fc);
}

Midnight Blue color palette created on .