Clear Water
#aad5db
Clear Water, represented by the hex value #aad5db, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #aad5db | |
|---|---|---|
| RGB | rgb(170, 213, 219) | |
| HSL | hsl(187, 40%, 76%) | |
| CMYK | cmyk(22%, 3%, 0%, 14%) | |
| LAB | lab(82, -14, -8) | |
| OKLCH | oklch(0.84 0.046 207) |
Color harmonies
Tints & shades
Code snippets
color: #aad5db;
background-color: #aad5db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFAAD5DB)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.84, blue: 0.86, alpha: 1.0)