Water Leaf
#b6ecde
Water Leaf, represented by the hex value #b6ecde, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b6ecde | |
|---|---|---|
| RGB | rgb(182, 236, 222) | |
| HSL | hsl(164, 59%, 82%) | |
| CMYK | cmyk(23%, 0%, 6%, 7%) | |
| LAB | lab(89, -20, 1) | |
| OKLCH | oklch(0.9 0.058 177) |
Color harmonies
Tints & shades
Code snippets
color: #b6ecde;
background-color: #b6ecde;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB6ECDE)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.93, blue: 0.87, alpha: 1.0)