Cerulean
#55aaee
Here's everything about the color Cerulean (#55aaee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #55aaee | |
|---|---|---|
| RGB | rgb(85, 170, 238) | |
| HSL | hsl(207, 82%, 63%) | |
| CMYK | cmyk(64%, 29%, 0%, 7%) | |
| LAB | lab(67, -11, -42) | |
| OKLCH | oklch(0.71 0.129 245) |
Color harmonies
Tints & shades
Code snippets
color: #55aaee;
background-color: #55aaee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFF55AAEE)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.67, blue: 0.93, alpha: 1.0)