Sleepless Blue
#badbed
Here's everything about the color Sleepless Blue (#badbed) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #badbed | |
|---|---|---|
| RGB | rgb(186, 219, 237) | |
| HSL | hsl(201, 59%, 83%) | |
| CMYK | cmyk(22%, 8%, 0%, 7%) | |
| LAB | lab(85, -8, -13) | |
| OKLCH | oklch(0.87 0.043 232) |
Color harmonies
Tints & shades
Code snippets
color: #badbed;
background-color: #badbed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBADBED)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.86, blue: 0.93, alpha: 1.0)