Sky Pastel Color Palette
Soft pastel blues, like a clear afternoon sky.
Use as a gradient →
Colors
#E3F2FD
#BBDEFB
#90CAF9
#64B5F6
#42A5F5
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #E3F2FD | T - | T - | |
| #BBDEFB | T - | T - | |
| #90CAF9 | T - | T - | |
| #64B5F6 | T - | T - | |
| #42A5F5 | 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.
Sky Pastel CSS Code
HEX Copy
#E3F2FD #BBDEFB #90CAF9 #64B5F6 #42A5F5
RGBA Copy
rgba(227, 242, 253, 1.0) rgba(187, 222, 251, 1.0) rgba(144, 202, 249, 1.0) rgba(100, 181, 246, 1.0) rgba(66, 165, 245, 1.0)
HSLA Copy
hsla(205, 87%, 94%, 1.0) hsla(207, 89%, 86%, 1.0) hsla(207, 90%, 77%, 1.0) hsla(207, 89%, 68%, 1.0) hsla(207, 90%, 61%, 1.0)
More Color Palettes
FAQ
What colors are in the Sky Pastel palette?Soft pastel blues, like a clear afternoon sky.
How do I turn the Sky Pastel palette into a CSS gradient?
Use
background: linear-gradient(to right, #E3F2FD, #BBDEFB, #90CAF9, #64B5F6, #42A5F5);, or click "Use as a gradient" above to open it in the live generator.