Moody Blues Color Palette
Deep navy brightening into vivid sky blue, calm and a little moody.
Use as a gradient →
Colors
#03045E
#023E8A
#0077B6
#0096C7
#00B4D8
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #03045E | T - | T - | |
| #023E8A | T - | T - | |
| #0077B6 | T - | T - | |
| #0096C7 | T - | T - | |
| #00B4D8 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Moody Blues CSS Code
HEX Copy
#03045E #023E8A #0077B6 #0096C7 #00B4D8
RGBA Copy
rgba(3, 4, 94, 1.0) rgba(2, 62, 138, 1.0) rgba(0, 119, 182, 1.0) rgba(0, 150, 199, 1.0) rgba(0, 180, 216, 1.0)
HSLA Copy
hsla(239, 94%, 19%, 1.0) hsla(214, 97%, 27%, 1.0) hsla(201, 100%, 36%, 1.0) hsla(195, 100%, 39%, 1.0) hsla(190, 100%, 42%, 1.0)
More Color Palettes
FAQ
What colors are in the Moody Blues palette?Deep navy brightening into vivid sky blue, calm and a little moody.
How do I turn the Moody Blues palette into a CSS gradient?
Use
background: linear-gradient(to right, #03045E, #023E8A, #0077B6, #0096C7, #00B4D8);, or click "Use as a gradient" above to open it in the live generator.