Ocean Breeze Color Palette
Deep navy fading into bright sky blue, like open water under a clear sky.
Use as a gradient →
Colors
#003049
#006494
#247BA0
#5FA8D3
#A6E1FA
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #003049 | T - | T - | |
| #006494 | T - | T - | |
| #247BA0 | T - | T - | |
| #5FA8D3 | T - | T - | |
| #A6E1FA | 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.
Ocean Breeze CSS Code
HEX Copy
#003049 #006494 #247BA0 #5FA8D3 #A6E1FA
RGBA Copy
rgba(0, 48, 73, 1.0) rgba(0, 100, 148, 1.0) rgba(36, 123, 160, 1.0) rgba(95, 168, 211, 1.0) rgba(166, 225, 250, 1.0)
HSLA Copy
hsla(201, 100%, 14%, 1.0) hsla(199, 100%, 29%, 1.0) hsla(198, 63%, 38%, 1.0) hsla(202, 57%, 60%, 1.0) hsla(198, 89%, 82%, 1.0)
More Color Palettes
FAQ
What colors are in the Ocean Breeze palette?Deep navy fading into bright sky blue, like open water under a clear sky.
How do I turn the Ocean Breeze palette into a CSS gradient?
Use
background: linear-gradient(to right, #003049, #006494, #247BA0, #5FA8D3, #A6E1FA);, or click "Use as a gradient" above to open it in the live generator.