Splashing Wave
#44ddff
Here's everything about the color Splashing Wave (#44ddff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #44ddff | |
|---|---|---|
| RGB | rgb(68, 221, 255) | |
| HSL | hsl(191, 100%, 63%) | |
| CMYK | cmyk(73%, 13%, 0%, 0%) | |
| LAB | lab(81, -33, -29) | |
| OKLCH | oklch(0.83 0.132 216) |
Color harmonies
Tints & shades
Code snippets
color: #44ddff;
background-color: #44ddff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF44DDFF)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.87, blue: 1.00, alpha: 1.0)