Discover the beautiful Dark Blue color palette featuring steel gray (#1d1d2f), charade (#2d2d39), trout (#4b4b58), mid gray (#696977) and santas gray (#9999b2).

Dark Blue Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Dark Blue palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Dark Blue palette

Share this palette to:

💻 Dark Blue color palette CSS

/* CSS */
.color-1 {
color: #1d1d2f;
}
.color-2 {
color: #2d2d39;
}
.color-3 {
color: #4b4b58;
}
.color-4 {
color: #696977;
}
.color-5 {
color: #9999b2;
}

/* CSS Variables */
:root {
--color-1: #1d1d2f;
--color-2: #2d2d39;
--color-3: #4b4b58;
--color-4: #696977;
--color-5: #9999b2;
}

🌈 Dark Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d2f, #2d2d39, #4b4b58, #696977, #9999b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d2f, #2d2d39, #4b4b58, #696977, #9999b2);
}

Dark Blue color palette created on .