Broad Daylight
#bbddff
Here's everything about the color Broad Daylight (#bbddff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bbddff | |
|---|---|---|
| RGB | rgb(187, 221, 255) | |
| HSL | hsl(210, 100%, 87%) | |
| CMYK | cmyk(27%, 13%, 0%, 0%) | |
| LAB | lab(86, -6, -21) | |
| OKLCH | oklch(0.88 0.059 248) |
Color harmonies
Tints & shades
Code snippets
color: #bbddff;
background-color: #bbddff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBBDDFF)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.87, blue: 1.00, alpha: 1.0)