Droplet
#aaddff
Here's everything about the color Droplet (#aaddff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aaddff | |
|---|---|---|
| RGB | rgb(170, 221, 255) | |
| HSL | hsl(204, 100%, 83%) | |
| CMYK | cmyk(33%, 13%, 0%, 0%) | |
| LAB | lab(85, -11, -22) | |
| OKLCH | oklch(0.87 0.071 238) |
Color harmonies
Tints & shades
Code snippets
color: #aaddff;
background-color: #aaddff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFAADDFF)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.87, blue: 1.00, alpha: 1.0)