Menacing Blue Color Palette

Discover the beautiful Menacing Blue color palette featuring cello (#1f3d5c), east bay (#3e5b7e), horizon (#5b7e9f), polo blue (#7fa1c7) and regent st blue (#9fc7df).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Blue, Gray, Deep, Suspicious, Modern, Deep Winter, High Contrast 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 Menacing Blue palette

Share this palette to:

💻 Menacing Blue color palette CSS

/* CSS */
.color-1 {
color: #1f3d5c;
}
.color-2 {
color: #3e5b7e;
}
.color-3 {
color: #5b7e9f;
}
.color-4 {
color: #7fa1c7;
}
.color-5 {
color: #9fc7df;
}

/* CSS Variables */
:root {
--color-1: #1f3d5c;
--color-2: #3e5b7e;
--color-3: #5b7e9f;
--color-4: #7fa1c7;
--color-5: #9fc7df;
}

🌈 Menacing Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d5c, #3e5b7e, #5b7e9f, #7fa1c7, #9fc7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d5c, #3e5b7e, #5b7e9f, #7fa1c7, #9fc7df);
}

Menacing Blue color palette created on .