Water Nymph
#81d0df
Water Nymph, represented by the hex value #81d0df, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #81d0df | |
|---|---|---|
| RGB | rgb(129, 208, 223) | |
| HSL | hsl(190, 59%, 69%) | |
| CMYK | cmyk(42%, 7%, 0%, 13%) | |
| LAB | lab(79, -22, -16) | |
| OKLCH | oklch(0.81 0.08 211) |
Color harmonies
Tints & shades
Code snippets
color: #81d0df;
background-color: #81d0df;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF81D0DF)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.82, blue: 0.87, alpha: 1.0)